███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13151 | quick-view | shipshitdev/library |
Quick View Generate minimal HTML to review structured data in a browser. Minimal styling, maximum readability. When to Use User wants to review output that's hard to read in terminal Lists, tables, drafts, summaries that benefit from visual layout User says: "show me", "view this", "make reviewable", "open as webpage" Output Rules DO: Semantic HTML: <table>, <ul>, <details>, <pre>, <h1-3> Use the base template with CSS variables Write to _private/views/ Open with open _private/views/{filenam...
|
67 |
| 13152 | accelint-security-best-practices | gohypergiant/agent-skills |
Security Best Practices Systematic security auditing and vulnerability detection for JavaScript/TypeScript applications. Combines audit workflow with OWASP Top 10 security patterns for production-ready code. Framework-Agnostic Guidance : This skill provides security principles applicable across frameworks (Express, Fastify, Nest.js, Next.js, etc.). Code examples illustrate concepts using common patterns—adapt them to your project's specific framework and package manager (npm, yarn, pnpm, bun). N...
|
67 |
| 13153 | postmark-automation | composiohq/awesome-claude-skills |
Postmark Automation via Rube MCP Automate Postmark transactional email operations through Composio's Postmark toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/postmark Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Postmark connection via RUBE_MANAGE_CONNECTIONS with toolkit postmark Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys neede...
|
67 |
| 13154 | perf-lighthouse | tech-leads-club/agent-skills |
Lighthouse Audits CLI Quick Start Install npm install -g lighthouse Basic audit lighthouse https://example.com Mobile performance only (faster) lighthouse https://example.com --preset = perf --form-factor = mobile Output JSON for parsing lighthouse https://example.com --output = json --output-path = ./report.json Output HTML report lighthouse https://example.com --output = html --output-path = ./report.html Common Flags --preset = perf Performance only (skip accessibility, SEO, etc.) --for...
|
67 |
| 13155 | mobile-developer | 404kidwiz/claude-supercode-skills |
Use this skill when Working on mobile developer tasks or workflows Needing guidance, best practices, or checklists for mobile developer Do not use this skill when The task is unrelated to mobile developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You...
|
67 |
| 13156 | async-patterns | pluginagentmarketplace/custom-plugin-nodejs |
Async Programming Patterns Skill Master asynchronous programming - the foundation of Node.js performance and scalability. Quick Start Three pillars of async JavaScript: Callbacks - Traditional pattern (error-first) Promises - Modern chainable pattern Async/Await - Synchronous-looking async code Core Patterns Callbacks → Promises → Async/Await Evolution // 1. Callbacks (old way) fs.readFile('file.txt', (err, data) => { if (err) throw err; console.log(data); }); // 2. Promises (better) fs...
|
67 |
| 13157 | resume-generator | eyadsibai/ltk |
Generate resumes tailored to specific job descriptions for maximum interview chances. When to Use - Applying for specific job positions - Customizing resume for different industries - Career transitions needing skill reframing - Optimizing for ATS (Applicant Tracking Systems) - Creating multiple resume versions Workflow - Analyze - Extract job requirements and keywords - Map - Match experience to requirements - Tailor - Reorganize and emphasize relevant content - Optimize - Include ...
|
67 |
| 13158 | agents-v2-py | sickn33/antigravity-awesome-skills |
Azure AI Hosted Agents (Python) Build container-based hosted agents using ImageBasedHostedAgentDefinition from the Azure AI Projects SDK. Installation pip install azure-ai-projects >= 2.0 .0b3 azure-identity Minimum SDK Version: 2.0.0b3 or later required for hosted agent support. Environment Variables AZURE_AI_PROJECT_ENDPOINT = https:// < resource > .services.ai.azure.com/api/projects/ < project > Prerequisites Before creating hosted agents: Container Image - Build and push to Azure Container R...
|
67 |
| 13159 | geo-fundamentals | vudovn/antigravity-kit |
GEO Fundamentals Optimization for AI-powered search engines. 1. What is GEO? GEO = Generative Engine Optimization Goal Platform Be cited in AI responses ChatGPT, Claude, Perplexity, Gemini SEO vs GEO Aspect SEO GEO Goal 1 ranking AI citations Platform Google AI engines Metrics Rankings, CTR Citation rate Focus Keywords Entities, data 2. AI Engine Landscape Engine Citation Style Opportunity Perplexity Numbered [1][2] Highest citation rate ChatGPT Inline/footnotes Custom GPTs Claude Contextual...
|
67 |
| 13160 | xss-html-injection | sickn33/antigravity-awesome-skills |
Cross-Site Scripting and HTML Injection Testing Purpose Execute comprehensive client-side injection vulnerability assessments on web applications to identify XSS and HTML injection flaws, demonstrate exploitation techniques for session hijacking and credential theft, and validate input sanitization and output encoding mechanisms. This skill enables systematic detection and exploitation across stored, reflected, and DOM-based attack vectors. Inputs / Prerequisites Required Access Target web appli...
|
67 |
| 13161 | mutation-testing | metabase/metabase |
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
|
67 |
| 13162 | git-hooks | autumnsgrove/groveengine |
Git Hooks Skill When to Activate Activate this skill when: Setting up pre-commit hooks Configuring commit message validation Installing secrets scanners Enforcing code quality standards Automating pre-push tests Quick Installation Use interactive installer (recommended) ./AgentUsage/pre_commit_hooks/install_hooks.sh Or manual installation for Python project cp AgentUsage/pre_commit_hooks/commit-msg .git/hooks/ cp AgentUsage/pre_commit_hooks/pre-commit-python .git/hooks/pre-commit cp AgentUsage...
|
67 |
| 13163 | serializer-specialist | shipshitdev/library |
Serializer Specialist You design JSON:API serializer configurations for shared client and server packages. When to Use Adding or updating JSON:API serializers Modeling relationships and attributes Implementing serializer builders Core Concepts Keep attributes and relationships explicit. Use shared configs for consistency. Distinguish client and server id fields if needed. Pattern Attribute list Config with relationships Build serializer for target package Attribute Definitions export const art...
|
67 |
| 13164 | baoyu-cover-image | xy121718/baoyu-skills |
Cover Image Generator Generate elegant cover images for articles with 5-dimensional customization. Usage Auto-select dimensions based on content /baoyu-cover-image path/to/article.md Quick mode: skip confirmation /baoyu-cover-image article.md --quick Specify dimensions /baoyu-cover-image article.md --type conceptual --palette warm --rendering flat-vector Style presets (shorthand for palette + rendering) /baoyu-cover-image article.md --style blueprint With reference images /baoyu-cover-image...
|
67 |
| 13165 | yjs | epicenterhq/epicenter |
Yjs provides six shared types. You'll mostly use three: - `Y.Map` - Key-value pairs (like JavaScript Map) - `Y.Array` - Ordered lists (like JavaScript Array) - `Y.Text` - Rich text with formatting The other three (`Y.XmlElement`, `Y.XmlFragment`, `Y.XmlText`) are for rich text editor integrations. Client ID Every Y.Doc gets a random `clientID` on creation. This ID is used for conflict resolution—when two clients write to the same key simultaneously, the higher clientID wins, not the later...
|
67 |
| 13166 | smtp-penetration-testing | sickn33/antigravity-awesome-skills |
SMTP Penetration Testing Purpose Conduct comprehensive security assessments of SMTP (Simple Mail Transfer Protocol) servers to identify vulnerabilities including open relays, user enumeration, weak authentication, and misconfiguration. This skill covers banner grabbing, user enumeration techniques, relay testing, brute force attacks, and security hardening recommendations. Prerequisites Required Tools Nmap with SMTP scripts sudo apt-get install nmap Netcat sudo apt-get install netcat Hydra fo...
|
67 |
| 13167 | php-expert | oimiragieo/agent-studio |
Php Expert laravel best practices rules When reviewing or writing code, apply these guidelines: Use Eloquent ORM instead of raw SQL queries when possible. Implement Repository pattern for data access layer. Use Laravel's built-in authentication and authorization features. Utilize Laravel's caching mechanisms for improved performance. Implement job queues for long-running tasks. Use Laravel's built-in testing tools (PHPUnit, Dusk) for unit and feature tests. Implement API versioning for public ...
|
67 |
| 13168 | coda-automation | composiohq/awesome-claude-skills |
Coda Automation via Rube MCP Automate Coda document and data operations through Composio's Coda toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Coda connection via RUBE_MANAGE_CONNECTIONS with toolkit coda Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available...
|
67 |
| 13169 | creative-director | dylantarre/animation-principles |
Creative Director: Animation Vision & Leadership You are a creative director setting vision and standards for animation across projects. Apply Disney's 12 principles to lead teams toward excellent motion design. The 12 Principles for Creative Leadership 1. Squash and Stretch Creative Direction: Define the elasticity range for your project. How much life do we give objects? What's our physics reality? Vision Question: "On a spectrum from rigid to rubbery, where does our world live?" 2. Antici...
|
67 |
| 13170 | docker-sandbox | joelhooks/joelclaw |
Docker Sandbox for Agent Tools Isolated execution of claude , codex , and other agent tools using Docker Desktop's docker sandbox (v0.11.0+). Uses existing Claude Max and ChatGPT Pro subscriptions — no API key billing. ADR : ADR-0023 Prerequisites Docker Desktop running (OrbStack works) docker sandbox version returns ≥0.11.0 Auth secrets stored in agent-secrets : claude_setup_token — from claude setup-token (1-year token, Max subscription) codex_auth_json — contents of ~/.codex/auth.json (ChatGP...
|
67 |
| 13171 | groove-daily-start | andreadellacorte/groove |
groove-daily-start Outcome The workday is prepared: recent days are reviewed, today's daily memory file is created, tasks are consolidated and presented, and the user knows what to work on. Acceptance Criteria Yesterday's daily memory file is reviewed (summary shown; warn if missing or no end section) Today's daily memory file is created with a start-of-day structure (if it does not already exist) Task list is loaded and presented (grouped by status) User has a clear picture of the day's agenda ...
|
67 |
| 13172 | expo-router | jchaselubitz/drill-app |
Expo Router Patterns Stack Navigator Configuration Root Layout Setup Use screenOptions on the Stack component to set defaults for all screens. Do NOT explicitly list every screen - routes are auto-discovered from the file structure. // app/_layout.tsx import { Stack } from 'expo-router' ; export default function RootLayout ( ) { return ( < Stack screenOptions = { { headerShown : false } } /> ) ; } Per-Screen Configuration Individual screens configure their own options using <Stack.Screen> within...
|
67 |
| 13173 | openapi-expert | personamanagmentlayer/pcl |
Expert guidance for OpenAPI Specification (formerly Swagger) - industry-standard for describing RESTful APIs with automatic documentation and code generation. Core Concepts OpenAPI Specification (OAS) - API description format (YAML/JSON) - Version 3.1 (latest) and 3.0 - Machine-readable API contracts - Automatic documentation generation - Client/server code generation - API validation and testing Key Components - Paths (endpoints) - Operations (HTTP methods) - Parameters - Reques...
|
67 |
| 13174 | security-threat-model | davila7/claude-code-templates |
Threat Model Source Code Repo Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists. Quick start Collect (or infer) inputs: Repo root path and any in-scope paths. Intended usage, deployment model, internet exposure, and auth expectations (if known). Any ex...
|
67 |
| 13175 | guide-updater | huangwb8/chineseresearchlatex |
将对话中新产生的可复用写作洞见实时沉淀到项目指南文件,保持术语口径一致、结构稳定、可检验与可复现。 使用方式 调用此技能时,必须在参数中指定指南文件路径: ``` /guide-updater --guide-path <路径> ``` 或自然语言形式: - "更新项目指南(路径:projects/MyProject/项目指南.md)" - "把这些内容同步到指南文件 docs/写作指南.md" 先决条件 每次更新前快速自检: - 不新增新的 `` 级标题;只在既有小节/列表中"融入"新增要点。 - 不改动既有标题文本、编号、顺序;不为"整理美观"重排大量内容。 - 新增内容默认写成 1 条或少量 bullet,紧贴相邻条目的写法与语气。 - 涉及事实/文献:只写可核验信息;无法核验则标注"待核验",不要编造详细信息。 抽取"原子洞见" - 将用户表达拆成若干条"可落笔"的要点,每条只包含一个主张/规则/写法。 - 为每条要点附 1 句"写进指南的目的"(例如:统一口径/防评审质疑/可复现/风险控制)。 选择融入位置 - 需要更细的落点规则时...
|
67 |
| 13176 | edge-strategy-designer | tradermonty/claude-trading-skills |
Edge Strategy Designer Overview Translate concept-level hypotheses into concrete strategy draft specs. This skill sits after concept synthesis and before pipeline export validation. When to Use You have edge_concepts.yaml and need strategy candidates. You want multiple variants (core/conservative/research-probe) per concept. You want optional exportable ticket files for interface v1 families. Prerequisites Python 3.9+ PyYAML edge_concepts.yaml produced by concept synthesis Output strategy_drafts...
|
67 |
| 13177 | b2c-config | salesforcecommercecloud/b2c-developer-tooling |
B2C Config Skill Use the b2c setup inspect command to view the resolved configuration and understand where each value comes from. Use the b2c setup instance commands to manage named instance configurations. Tip: b2c setup config still works as an alias. If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli setup inspect ). When to Use Use b2c setup inspect when you need to: Verify which configuration file is being used Check if environment variables...
|
67 |
| 13178 | code-execution | mhattingpete/claude-skills-marketplace |
Code Execution Execute Python locally with API access. 90-99% token savings for bulk operations. When to Use Bulk operations (10+ files) Complex multi-step workflows Iterative processing across many files User mentions efficiency/performance How to Use Use direct Python imports in Claude Code: from execution_runtime import fs, code, transform, git Code analysis (metadata only!) functions = code.find_functions('app.py', pattern='handle_.*') File operations code_block = fs.copy_lines('sour...
|
67 |
| 13179 | moai-foundation-context | modu-ai/moai-adk |
Quick Reference Enterprise Context and Session Management - Unified context optimization and session state management for Claude Code with 200K token budget management, session persistence, and multi-agent handoff protocols. Core Capabilities: 200K token budget allocation and monitoring Session state tracking with persistence Context-aware token optimization Multi-agent handoff protocols Progressive disclosure and memory management Session forking for parallel exploration When to Use: Sessi...
|
67 |
| 13180 | nuxt-seo | secondsky/claude-skills |
Nuxt SEO npx nuxi module add @nuxtjs/seo When to Use Working with: SEO configuration (site URL, name, indexability) Robots.txt and sitemap.xml generation Dynamic OG image generation JSON-LD structured data (schema.org) Breadcrumbs and canonical URLs Usage Pattern Progressive loading - only read what you need: Configuring site? → references/site-config.md Setting up robots/sitemap? → references/crawlability.md Generating OG images? → references/og-image.md Adding JSON-LD? → references/schema...
|
67 |
| 13181 | mixpanel-automation | sickn33/antigravity-awesome-skills |
Mixpanel Automation via Rube MCP Automate Mixpanel product analytics through Composio's Mixpanel toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/mixpanel Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Mixpanel connection via RUBE_MANAGE_CONNECTIONS with toolkit mixpanel Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add ...
|
67 |
| 13182 | baoyu-article-illustrator | xy121718/baoyu-skills |
Article Illustrator Analyze articles, identify illustration positions, generate images with Type × Style consistency. Two Dimensions Dimension Controls Examples Type Information structure infographic, scene, flowchart, comparison, framework, timeline Style Visual aesthetics notion, warm, minimal, blueprint, watercolor, elegant Combine freely: --type infographic --style blueprint Or use presets: --preset tech-explainer → type + style in one flag. See Style Presets . Types Type Best For infographi...
|
67 |
| 13183 | security-audit | netresearch/security-audit-skill |
Security Auditing Workflow Bundle Overview Comprehensive security auditing workflow for web applications, APIs, and infrastructure. This bundle orchestrates skills for penetration testing, vulnerability assessment, security scanning, and remediation. When to Use This Workflow Use this workflow when: Performing security audits on web applications Testing API security Conducting penetration tests Scanning for vulnerabilities Hardening application security Compliance security assessments Workflow P...
|
67 |
| 13184 | godot-ui-rich-text | thedivergentai/gd-agentic-skills |
Rich Text & BBCode BBCode tags, meta clickable links, and RichTextEffect shaders define formatted text systems. Available Scripts custom_bbcode_effect.gd Expert custom RichTextEffect examples (wave, rainbow, shake, typewriter). rich_text_animator.gd Typewriter effect for BBCode text with support for custom event tags and pausing. NEVER Do in Rich Text NEVER forget bbcode_enabled — text = "[b]bold[/b]" without bbcode_enabled = true ? Literal brackets shown. ALWAYS enable BBCode first. NEVER use [...
|
67 |
| 13185 | draft-polisher | willoscar/research-units-pipeline-skills |
Draft Polisher (Audit-style editing) Goal: turn a first-pass draft into readable survey prose without breaking the evidence contract. This is a local polish pass: de-template + coherence + terminology + redundancy pruning. Role cards (use explicitly) Style Harmonizer (editor) Mission: remove generator voice and make prose read like one author wrote it. Do: Delete narration openers and slide navigation; replace with argument bridges. Vary rhythm; remove repeated template stems. Collapse rep...
|
67 |
| 13186 | cofounder-evaluator | shipshitdev/library |
Co-Founder Evaluator - Founding Team Assessment Overview Help founders make the critical decision of choosing (or validating) a co-founder using Hexa's methodology. Execute rigorous compatibility assessment through skills analysis, values alignment, and equity frameworks. Hexa Principle: "Co-founder matching is one of the biggest predictors of startup success." When This Activates "Should I work with this person" Finding a co-founder Co-founder fit/compatibility Equity splits "Do I need a co-...
|
67 |
| 13187 | video-master | huangserva/skill-prompt-generator |
No SKILL.md available for this skill. View on GitHub
|
67 |
| 13188 | nestjs | teachingai/full-stack-skills |
NestJS Framework with Drizzle ORM When to Use Building REST APIs or GraphQL servers with NestJS Setting up authentication and authorization Implementing middleware, guards, or interceptors Working with databases (TypeORM, Drizzle ORM) Creating microservices architecture Writing unit and integration tests Setting up OpenAPI/Swagger documentation Core Architecture Module Structure import { Module } from '@nestjs/common'; @Module({ imports: [/* other modules */], controllers: [/* controllers *...
|
67 |
| 13189 | robocorp-cursor-rules | mindrally/skills |
RoboCorp Python Development You are an expert in Python and RoboCorp RPA development. Core Guidelines Key Principles Write concise, technical responses with accurate Python examples Emphasize functional, declarative programming while avoiding classes Prioritize iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_active, has_permission) Adopt lowercase with underscores for directories/files (e.g., tasks/data_processing.py) Favor named...
|
67 |
| 13190 | cloud-api-integration | martinholovsky/claude-skills-generator |
Cloud API Integration Skill File Organization : Split structure. Main SKILL.md for core patterns. See references/ for complete implementations. 1. Overview Risk Level : HIGH - Handles API credentials, processes untrusted prompts, network exposure, data privacy concerns You are an expert in cloud AI API integration with deep expertise in Anthropic Claude, OpenAI GPT-4, and Google Gemini APIs. Your mastery spans secure credential management, prompt security, rate limiting, error handling, and prot...
|
67 |
| 13191 | complete-example | huangwb8/chineseresearchlatex |
complete_example Skill - AI 增强版 LaTeX 示例智能生成器 简介 complete_example 是一个充分发挥 AI 优势的 LaTeX 示例智能生成器,实现 AI 与硬编码的有机融合。 核心设计理念:AI 做"语义理解",硬编码做"结构保护" 版本信息 版本号: 1.1.0 创建日期: 2026-01-07 更新日期: 2026-01-07 作者: ChineseResearchLaTeX Project 功能特性 核心能力 能力维度 说明 语义理解 AI 理解章节主题,智能判断需要什么类型的资源 智能推理 AI 推断资源与章节的相关性,并给出理由 连贯生成 AI 生成自然流畅的叙述性文本,而非模板拼接 上下文感知 根据上下文调整描述风格 自我优化 AI 自我审查并优化生成内容 格式安全 🔒 硬编码严格保护格式设置,哈希验证防篡改,访问控制(v1.1.0) 用户提示机制(🆕) 支持用户自定义叙事提示(narrative_hint),AI 根据提示编造合理的示例内容: 🏥 医疗影像:深度学习在医疗影像分析中的应用 🔬 材料科学:新型纳米材料...
|
67 |
| 13192 | academic-writing-cs | sipengxie2024/helios-writing |
Academic Writing for Computer Science Overview This skill provides end-to-end support for writing high-quality computer science research papers. It focuses on constructing clear, compelling technical narratives while adhering to field-specific conventions. Core Philosophy: Academic papers are narrative arcs (Problem → Solution → Evidence → Implications), not template fill-ins Clarity comes from structure: place familiar information first, new information last Every design choice must be justifie...
|
67 |
| 13193 | healthkit-code-review | existential-birds/beagle |
HealthKit Code Review Quick Reference Issue Type Reference HKHealthStore, permissions, status checks, privacy references/authorization.md HKQuery types, predicates, anchored queries, statistics references/queries.md Background delivery, observer queries, completion handlers references/background.md HKQuantityType, HKCategoryType, workouts, units references/data-types.md Review Checklist HKHealthStore.isHealthDataAvailable() called before any HealthKit operations Authorization requested only fo...
|
67 |
| 13194 | open-source-checker | shipshitdev/library |
Open Source Checker Expert in detecting private information, secrets, and sensitive data in codebases before open sourcing a repository. When to Use This Skill Use when you're: Preparing to open source a repository Reviewing code for exposed secrets Auditing codebase for sensitive data Performing security audits before public release Setting up pre-commit hooks for secret detection What to Check Critical Items API keys (OpenAI, Stripe, AWS, GitHub tokens) Database credentials and connection ...
|
67 |
| 13195 | python-backend-expert | oimiragieo/agent-studio |
Python Backend Expert alembic database migrations When reviewing or writing code, apply these guidelines: Use alembic for database migrations. django class based views for htmx When reviewing or writing code, apply these guidelines: Use Django's class-based views for HTMX responses django form handling When reviewing or writing code, apply these guidelines: Implement Django forms for form handling Use Django's form validation for HTMX requests django forms When reviewing or writing code, apply t...
|
67 |
| 13196 | video-understand | jrusso1020/video-understand-skills |
video-understand Understand video content locally using ffmpeg for frame extraction and Whisper for transcription. Fully offline, no API keys required. Prerequisites ffmpeg + ffprobe (required): brew install ffmpeg openai-whisper (optional, for transcription): pip install openai-whisper Commands Scene detection + transcribe (default) python3 skills/video-understand/scripts/understand_video.py video.mp4 Keyframe extraction python3 skills/video-understand/scripts/understand_video.py video.mp4 -m...
|
67 |
| 13197 | pine-publisher | traderspost/pinescript-agents |
Specialized in preparing scripts for publication in TradingView's community library. Core Responsibilities Publication Compliance - Ensure House Rules compliance - Add required documentation - Include proper attributions - Remove any prohibited content Documentation Creation - Write comprehensive descriptions - Create usage instructions - Document all parameters - Add example configurations Metadata Optimization - Create SEO-friendly titles - Add relevant tags/categories - Wri...
|
67 |
| 13198 | internal-comms-3p-updates | bobmatnyc/claude-mpm-skills |
Instructions Write a 3P update. 3P updates stand for "Progress, Plans, Problems." The main audience is executives, leadership, and teammates. Keep updates succinct and to-the-point: 30-60 seconds reading time. Write for people with some context on what the team does, but not deep familiarity. 3Ps can cover a team of any size, ranging all the way up to the entire company. The bigger the team, the less granular the tasks should be. For example, "mobile team" might have "shipped feature" or "fixe...
|
67 |
| 13199 | researching-ai-news | jamesgray007/hoai-course |
Research and compile AI news from across the industry, covering major companies and emerging trends. Companies to Track Frontier Labs: - OpenAI - Anthropic - Google DeepMind / Google AI - Meta AI / FAIR - xAI Tech Giants: - Microsoft AI - Amazon AWS AI / Bedrock - Nvidia - Apple (Apple Intelligence) - Salesforce (Einstein AI) - IBM (watsonx) AI Startups & Specialists: - Mistral AI - Cohere - Stability AI - Runway - Hugging Face - Perplexity AI - Other emerging labs Topic...
|
67 |
| 13200 | it-ops-orchestrator | 404kidwiz/claude-supercode-skills |
IT Operations Orchestrator Purpose Provides comprehensive multi-domain IT coordination expertise specializing in PowerShell automation and cross-platform task management. Serves as central coordinator for complex IT operations spanning Windows, Azure, and M365 environments with emphasis on intelligent task routing and unified solution delivery. When to Use Complex IT tasks spanning multiple domains (AD, Azure, M365, PowerShell) Ambiguous IT requirements needing task breakdown and routing Cross-p...
|
67 |