Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
14301 infographic-syntax-creator antvis/infographic
Infographic Syntax Creator Overview Generate AntV Infographic syntax output from user content, following the rules in references/prompt.md . Workflow Read references/prompt.md for syntax rules, templates, and output constraints. Extract the user's key structure: title, desc, items, hierarchy, metrics; infer missing pieces if needed. Select a template that matches the structure (sequence/list/compare/hierarchy/chart). Compose the syntax using references/prompt.md as the formatting baseline. Prese...
52
14302 react-hooks teachingai/full-stack-skills
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
52
14303 codemapper zenobi-us/dotfiles
CodeMapper (`cm`) uses tree-sitter AST parsing to provide instant code analysis without databases. Get project structure, find symbols, trace call graphs, and analyze dependencies in milliseconds. Supported Languages: Python, JavaScript, TypeScript, Rust, Java, Go, C, Markdown When to Use Use CodeMapper when you need to: - ✅ Explore unfamiliar codebases (get overview, find structure) - ✅ Find symbol definitions and usages (functions, classes, methods) - ✅ Understand call graphs (who calls...
52
14304 grc-compliance groeimetai/snow-flow
GRC (Governance, Risk, Compliance) manages organizational policies, risks, and regulatory compliance. GRC Architecture ``` Policy (sn_compliance_policy) └── Policy Statements └── Controls (sn_compliance_control) └── Control Tests └── Test Results Risk (sn_risk_risk) ├── Risk Assessment └── Risk Response ``` Key Tables | `sn_compliance_policy` | Compliance policies | `sn_compliance_control` | Controls | `sn_compliance_control_test` | ...
52
14305 cloudflare-mcp-server secondsky/claude-skills
Cloudflare MCP Server Skill Build and deploy Model Context Protocol (MCP) servers on Cloudflare Workers with TypeScript. Status: Production Ready ✅ Last Updated: 2026-01-21 Latest Versions: @modelcontextprotocol/sdk@1.25.3, @cloudflare/workers-oauth-provider@0.2.2, agents@0.3.6 Recent Updates (2025): September 2025: Code Mode (agents write code vs calling tools, auto-generated TypeScript API from schema) August 2025: MCP Elicitation (interactive workflows, user input during execution), Task ...
52
14306 context-driven-testing proffesor-for-testing/agentic-qe
Context-Driven Testing <default_to_action> When making testing decisions or adapting approaches: ANALYZE context: project goals, constraints, risks, team skills QUESTION practices: "Why this? What risk does it address? What's the cost?" INVESTIGATE not just check: Does software solve the problem, or create new ones? ADAPT approach based on context, not "best practices" DOCUMENT discoveries, not pre-written plans Quick Context Analysis: Mission: "Find important problems fast enough to matter"...
52
14307 asyncio-concurrency-patterns manutej/luxor-claude-marketplace
Asyncio Concurrency Patterns A comprehensive skill for mastering Python's asyncio library and concurrent programming patterns. This skill covers event loops, coroutines, tasks, futures, synchronization primitives, async context managers, and production-ready patterns for building high-performance asynchronous applications. When to Use This Skill Use this skill when: Building I/O-bound applications that need to handle many concurrent operations Creating web servers, API clients, or websocket ...
52
14308 laravel:queues-and-horizon jpcaparas/superpowers-laravel
Run workers safely, verify execution, and test job behavior. Commands ``` Start worker sail artisan queue:work --queue=high,default --tries=3 --backoff=5 or: php artisan queue:work --queue=high,default --tries=3 --backoff=5 Horizon (if installed) sail artisan horizon or: php artisan horizon Failed jobs sail artisan queue:failed or: php artisan queue:failed sail artisan queue:retry all ...
52
14309 pptx guanyang/antigravity-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
52
14310 video-production travisjneuman/.claude
Remotion Video Production Programmable video production skill using Remotion. Generate automated videos from text instructions and produce consistent, brand-aligned videos at scale. When to use this skill Automated video generation : Generate videos from text instructions Brand video production : High-volume videos with consistent style Programmable content : Combine narration, visuals, and animation Marketing content : Product intros, onboarding, promo videos Instructions Step 1: Define the Vid...
52
14311 prowler-test-api prowler-cloud/prowler
Critical Rules ALWAYS use response.json()["data"] not response.data ALWAYS use content_type = "application/vnd.api+json" for PATCH/PUT requests ALWAYS use format="vnd.api+json" for POST requests ALWAYS test cross-tenant isolation - RLS returns 404, NOT 403 NEVER skip RLS isolation tests when adding new endpoints NEVER use realistic-looking API keys in tests (TruffleHog will flag them) ALWAYS mock BOTH .delay() AND Task.objects.get for async task tests 1. Fixture Dependency Chain create_test_user...
52
14312 test generator eddiebe147/claude-settings
Test Generator Generate comprehensive test suites that catch bugs before production. From unit tests to E2E scenarios, create tests that give you confidence to ship. Core Workflows Workflow 1: Unit Test Generation Analyze Code - Understand function inputs/outputs Happy Path - Test expected behavior Edge Cases - Test boundary conditions Error Cases - Test failure scenarios Mocking - Create mocks for dependencies Workflow 2: E2E Test Generation User Flows - Identify critical paths Test Scenarios -...
52
14313 squads sendaifun/skills
Squads Protocol Development Guide Squads Protocol is Solana's premier smart account infrastructure, securing over $10 billion in digital assets. This guide covers all three main products: Squads V4 Multisig, Smart Account Program, and Grid. Overview Squads Protocol provides: Squads V4 Multisig - Multi-signature wallet for teams with proposals, voting, time locks, spending limits, and program upgrade management Smart Account Program - Account abstraction infrastructure with session keys, passkeys...
52
14314 threejs-game opusgamelabs/game-creator
Three.js Game Development Skill Comprehensive assistance with Three.js game development using WebGL, covering 3D rendering, game mechanics, physics, animations, and interactive browser-based games. When to Use This Skill Activate this skill when: Building 3D web games with Three.js Implementing game mechanics (player movement, collisions, scoring) Setting up cameras, lighting, and scene management Loading 3D models (GLTF, OBJ, FBX) Handling user input (keyboard, mouse, touch, gamepad) Creati...
52
14315 config-scan jwynia/agent-skills
Config Scan Security review of configuration files and infrastructure as code. Quick Start /config-scan Scan all config files /config-scan --docker Docker files only /config-scan --k8s Kubernetes manifests /config-scan --terraform Terraform files /config-scan --env Environment files What This Skill Detects Environment Files Secrets in .env files Insecure default values Missing required security variables Docker Security...
52
14316 athena boshu2/agentops
Athena — Active Knowledge Intelligence Run the Mine → Grow → Defrag cycle to keep the knowledge flywheel healthy. What This Skill Does The flywheel captures learnings reactively (via /retro , /post-mortem ). Athena closes the loop by actively mining for unextracted signal, validating existing learnings against current code, synthesizing cross-domain insights, and cleaning up stale or duplicate artifacts. When to use: Before an evolve cycle, after a burst of development, or weekly. Athena is non-...
52
14317 curl-command-generator patricio0312rev/skills
cURL Command Generator Generate ready-to-run cURL commands for quick API testing from the command line. Core Workflow Scan routes: Find all API route definitions Extract metadata: Methods, paths, params, bodies Generate commands: Create cURL commands with flags Add authentication: Bearer, Basic, API Key headers Include examples: Request bodies with sample data Output options: Markdown, shell script, or plain text Basic cURL Syntax GET request curl -X GET "http://localhost:3000/api/users" PO...
52
14318 react-composition s-hiraoku/synapse-a2a
React Composition Build flexible component APIs through composition instead of configuration. Core Principle Composition over configuration. When a component needs a new behavior, the answer is almost never "add a boolean prop." Instead, compose smaller pieces together. // BAD: Boolean prop explosion < Modal hasHeader hasFooter hasCloseButton isFullScreen isDismissable hasOverlay centerContent /> // GOOD: Compose what you need < Modal > < Modal.Header > < Modal.Title > Settings </ Modal.Title > ...
52
14319 domain-analysis tech-leads-club/agent-skills
Subdomain Identification & Bounded Context Analysis This skill analyzes codebases to identify subdomains (Core, Supporting, Generic) and suggest bounded contexts following Domain-Driven Design Strategic Design principles. When to Use Apply this skill when: Analyzing domain boundaries in any codebase Identifying Core, Supporting, and Generic subdomains Mapping bounded contexts from problem space to solution space Assessing domain cohesion and detecting coupling issues Planning domain-driven refac...
52
14320 spacing-system owl-listener/designer-skills
Spacing System You are an expert in creating systematic spacing for consistent, harmonious interfaces. What You Do You create spacing systems that bring consistency and rhythm to layouts. Base Unit Choose a base unit (typically 4px or 8px) and build a scale: 2xs: 2px xs: 4px sm: 8px md: 16px lg: 24px xl: 32px 2xl: 48px 3xl: 64px Spacing Types Inset : Padding inside containers (equal or squish/stretch variants) Stack : Vertical space between stacked elements Inline : Horizontal space between inli...
52
14321 video-to-gif dkyazzentwatwa/chatgpt-skills
Transform video clips into high-quality, optimized GIFs perfect for social media, documentation, tutorials, and presentations. Features precise timing control, text overlays, effects, and intelligent file size optimization. Core Capabilities - Clip Selection: Extract specific time ranges from videos - Speed Control: Slow motion, speed up, or reverse - Cropping: Resize and crop to any dimensions - Text Overlays: Add captions, titles, or watermarks - Effects: Filters, fades, color adjustmen...
52
14322 git-workflow netresearch/git-workflow-skill
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
52
14323 ansible-roles thebushidocollective/han
Ansible Roles Structure and reuse automation code with Ansible roles for modular, maintainable infrastructure. Role Directory Structure A well-organized Ansible role follows a standardized directory structure: roles/ └── webserver/ ├── README.md ├── defaults/ │ └── main.yml ├── files/ │ ├── nginx.conf │ └── ssl/ │ ├── cert.pem │ └── key.pem ├── handlers/ │ └── main.yml ├── meta/ │ └── main.yml ├── tasks/ │ ├── ma...
52
14324 deal-hunt tavily-ai/tavily-plugins
Deal Hunt Search for deals on any product. Returns raw Tavily search results - Claude analyzes them to find the best prices. Prerequisites Tavily API Key Required - Get your key at https://tavily.com Add to ~/.claude/settings.json: { "env": { "TAVILY_API_KEY": "tvly-your-api-key-here" } } Usage Search entire web (default - no domain filter) python scripts/deal_hunt.py "Dyson V15" Multi-query search (max 3, runs in parallel, deduplicates results) python scripts/deal_hunt.py "AirP...
52
14325 bria-ai bria-ai/bria-skill
Bria — Controllable Image Generation & Editing Generate and precisely control visual assets using Bria's commercially-safe AI models (FIBO, RMBG-2.0, GenFill, and more). Unlike black-box generators, Bria gives you fine-grained control: edit by text instruction, mask specific regions, add/replace/remove individual objects, change lighting or season independently, and chain operations in pipelines. Setup — API Key Check Before making any Bria API call, check for the API key and help the user set i...
52
14326 excel-formula-generator jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for excel formula generator tasks within the Business Automation domain. When to Use This skill activates automatically when you: - Mention "excel formula generator" in your request - Ask about excel formula generator patterns or best practices - Need help with business automation skills covering workflow automation, email processing, spreadsheet operations, and business process optimization. Capabilities - Provides step-by-step guidance for exce...
52
14327 track-management oimiragieo/agent-studio
Track Management Guide for creating, managing, and completing Conductor tracks - the logical work units that organize features, bugs, and refactors through specification, planning, and implementation phases. When to Use This Skill Creating new feature, bug, or refactor tracks Writing or reviewing spec.md files Creating or updating plan.md files Managing track lifecycle from creation to completion Understanding track status markers and conventions Working with the tracks.md registry Interpretin...
52
14328 type-inference biomejs/biome
Purpose Use this skill when working with Biome's type inference system and module graph. Covers type references, resolution phases, and the architecture designed for IDE performance. Prerequisites Read crates/biome_js_type_info/CONTRIBUTING.md for architecture details Understand Biome's focus on IDE support and instant updates Familiarity with TypeScript type system concepts Key Concepts Module Graph Constraint Critical rule : No module may copy or clone data from another module, not even behind...
52
14329 canva-branded-presentation canva-sdks/canva-claude-skills
Canva Branded Presentation Creator Create professional, on-brand presentations in Canva from user-provided outlines or briefs. Workflow Get the content source If the user provides text directly, use that as the outline/brief If the user provides a Canva design link (e.g., https://www.canva.com/design/DAG.../... ), extract the design ID from the URL and use Canva:start-editing-transaction to read its contents If the user references a Canva doc by name, use Canva:search-designs to find it, then Ca...
52
14330 a11y-ally proffesor-for-testing/agentic-qe
/a11y-ally - Comprehensive Accessibility Audit <default_to_action> When this skill is invoked with a URL, Claude executes ALL steps automatically without waiting for user prompts between steps. THIS IS AN LLM-POWERED SKILL The value of this skill is Claude's intelligence , not just running automated tools: Automated Tools Do Claude (This Skill) Does Flag "button has no name" Analyze context: icon class, parent element, nearby text → generate "Add to wishlist" Flag "image missing alt" Use Vision ...
52
14331 react-email novuhq/novu
React Email Build and send HTML emails using React components - a modern, component-based approach to email development that works across all major email clients. Installation You need to scaffold a new React Email project using the create-email CLI. This will create a folder called react-email-starter with sample email templates. Using npm: npx create-email@latest Using yarn: yarn create email Using pnpm: pnpm create email Using bun: bun create email Navigate to Project Directory You must chang...
52
14332 x-user-lookup b-open-io/prompts
Get user profile information by username or ID. Setup ``` export X_BEARER_TOKEN="your-token" https://developer.x.com/en/portal/dashboard ``` Usage ``` ${CLAUDE_PLUGIN_ROOT}/scripts/lookup.sh <username> ``` Example ``` ${CLAUDE_PLUGIN_ROOT}/scripts/lookup.sh kurtwuckertjr ``` Response Fields - `id` - User ID - `name` - Display name - `username` - Handle (without @) - `description` - Bio - `public_metrics` - Followers, following, tweet count - `verified` - Verification status...
52
14333 generic-react-design-system travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
52
14334 ads-optimizer dengineproblem/agents-monorepo
Ads Optimizer Ты — таргетолог-агент, управляющий рекламой в Facebook Ads Manager через MCP tools. Бизнес-цели: Строго выдерживать общий суточный бюджет аккаунта и бюджеты по направлениям Достигать планового CPL по каждому направлению Шаг 1: Выбор аккаунта КРИТИЧНО: Всегда начинай с выбора аккаунта! Прочитай .claude/ads-agent/config/ad_accounts.md → получи список аккаунтов Выведи приветствие и список: Ads Optimizer Какой аккаунт хотите оптимизировать? | | Аккаунт | Account ID | Статус | |---|--...
52
14335 snow-flow-commands groeimetai/snow-flow
Snow-Flow provides a powerful CLI for ServiceNow development orchestration. Core Commands Starting Snow-Flow ``` Start interactive TUI snow-flow Start with specific model snow-flow --model claude-sonnet snow-flow --model claude-opus snow-flow --model gpt-4 Resume previous session snow-flow --resume snow-flow --continue ``` System Status ``` Check system status snow-flow status Real-time monitoring snow-flow monitor Version info snow-flow --version ``` SPARC Modes SPARC (Sp...
52
14336 workers-multi-lang secondsky/claude-skills
Build Cloudflare Workers using Rust, Python, or WebAssembly for performance-critical operations. Language Comparison | Startup | Fast | Fastest (WASM) | Moderate | CPU Perf | Good | Excellent | Good | Memory | Higher | Lower | Higher | Bundle Size | Smaller | Medium | Larger | Type Safety | Optional (TS) | Strict | Optional | Best For | General apps | CPU-intensive | Data/ML Quick Decision ``` Need maximum performance? → Rust/WASM Heavy computation (crypto, ima...
52
14337 gliderecord-patterns groeimetai/snow-flow
GlideRecord is the primary API for database operations in ServiceNow. Following these patterns ensures efficient and secure queries. Basic Query Patterns Get Single Record by sys_id ``` var gr = new GlideRecord('incident'); if (gr.get('sys_id_here')) { gs.info('Found: ' + gr.getValue('number')); } ``` Get Single Record by Field ``` var gr = new GlideRecord('sys_user'); if (gr.get('user_name', 'admin')) { gs.info('Found user: ' + gr.getValue('name')); } ``` Query Multiple Records ...
52
14338 angular-best-practices-tanstack alfredoperez/angular-best-practices
Angular TanStack Query Best Practices TanStack Query rules for server state with automatic caching, deduplication, and background refetching. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Fetching data from APIs with injectQuery Performing mutations with cache invalidation Structuring query keys for hierarchical invalidation Rules Rule Impact Description Know When to Us...
52
14339 skill-navigator onewave-ai/claude-skills
Skill Navigator The 100th skill! Your intelligent guide to all 99 other skills. Recommends the perfect skill for any task, creates skill combinations, and helps you discover capabilities you didn't know you had. Instructions You are the master skill navigator and orchestrator. You have knowledge of all 99 Claude skills in the library. When a user describes what they want to accomplish, you: 1) Identify which skill(s) can help, 2) Explain how to trigger them, 3) Suggest skill combinations for com...
52
14340 3-statements anthropics/financial-services-plugins
3-Statement Financial Model Template Completion Complete and populate integrated financial model templates with proper linkages between Income Statement, Balance Sheet, and Cash Flow Statement. Model Structure Identifying Template Tab Organization Templates vary in their tab naming conventions and organization. Before populating, review all tabs to understand the template's structure. Below are common tab names and their typical contents: Common Tab Names Contents to Look For IS, P&L, Income Sta...
52
14341 agent workflow builder eddiebe147/claude-settings
Agent Workflow Builder The Agent Workflow Builder skill guides you through designing and implementing multi-agent AI systems that can plan, reason, use tools, and collaborate to accomplish complex tasks. Modern AI applications increasingly rely on agentic architectures where LLMs act as reasoning engines that orchestrate actions rather than just generate text. This skill covers agent design patterns, tool integration, state management, error handling, and human-in-the-loop workflows. It helps yo...
52
14342 audio-transcribe agntswrm/agent-media
Audio Transcriber 使用 WhisperX 进行语音识别,支持多种语言和词级别时间戳对齐。 Prerequisites 需要 Python 3.12(uv 会自动管理)。 Usage When the user wants to transcribe audio/video: $ARGUMENTS Instructions 你是一个语音转文字助手,使用 WhisperX 帮助用户将音频转换为文字。请按以下步骤操作: Step 1: 获取输入文件 如果用户没有提供输入文件路径,询问他们提供一个。 支持的格式: 音频:MP3, WAV, FLAC, M4A, OGG, etc. 视频:MP4, MKV, MOV, AVI, etc.(会自动提取音频) 验证文件存在: ls -la "$INPUT_FILE" Step 2: 询问用户配置 ⚠️ 必须:使用 AskUserQuestion 工具收集用户的偏好。不要跳过这一步。 使用 AskUserQuestion 工具收集以下信息: 模型大小:选择识别模型 选项: "base - 平衡速度和...
52
14343 bun cloudflare workers secondsky/claude-skills
Build and deploy Cloudflare Workers using Bun for development. Quick Start ``` Create new Workers project bunx create-cloudflare my-worker cd my-worker Install dependencies bun install Development bun run dev Deploy bun run deploy ``` Project Setup package.json ``` { "scripts": { "dev": "wrangler dev", "deploy": "wrangler deploy", "build": "bun build src/index.ts --outdir=dist --target=browser" }, "devDependencies": { "@cloudflare/workers-types": "^4.2025090...
52
14344 powershell-security josiahsiegel/claude-plugin-marketplace
PowerShell Security Best Practices (2025) Modern security practices for PowerShell scripts and automation, including credential management, SecretManagement module, and hardening techniques. SecretManagement Module (Recommended 2025 Standard) Overview Microsoft.PowerShell.SecretManagement is the official solution for secure credential storage in PowerShell. Why use SecretManagement: Never store plaintext credentials in scripts Cross-platform secret storage Multiple vault provider support In...
52
14345 neobrutalist-web-designer erichowens/some_claude_skills
Neobrutalist Web Designer Creates modern 2026 web applications with authentic neobrutalist aesthetic. Not recreating brutalist architecture— extrapolating neobrutalism to modern digital contexts : SaaS products, e-commerce, indie creator platforms, and startup MVPs that need to stand out. When to Use Use for: SaaS dashboards that need bold differentiation (Gumroad, Figma style) E-commerce with memorable, raw aesthetic (Tony's Chocolonely style) Indie creator platforms and portfolios Startup land...
52
14346 after-effects aedev-tools/adobe-agent-skills
After Effects Animation Principles Implement all 12 Disney animation principles using After Effects' powerful animation tools. 1. Squash and Stretch // Expression for automatic squash/stretch s = transform.scale[1]; x = 100 + (100 - s) * 0.5; [x, s] Or manually: Keyframe Scale X and Y inversely When Y compresses, X expands Maintain volume (X * Y ≈ constant) 2. Anticipation Timeline structure: 0-10f: Wind-up (crouch, pull back) 10-12f: Transition 12-30f: Main action 30-40f: Settle Use Eas...
52
14347 campaign analyzer eddiebe147/claude-settings
Campaign Analyzer Turn marketing data into actionable insights that improve campaign performance. This skill helps you systematically analyze campaigns across channels, identify what's working, diagnose what's not, and make data-driven optimization decisions. Raw metrics don't tell stories - this skill helps you find the narrative in your data. From awareness campaigns to lead generation to e-commerce, learn to measure what matters, benchmark against industry standards, and present findings that...
52
14348 instagram strategist eddiebe147/claude-settings
Instagram Strategist Create Instagram-specific content strategies for Reels, Stories, feed posts, and growth optimization When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create instagram strategist instagram strategy Review and optimize review instagram strat...
52
14349 deployment-stacks-2025 josiahsiegel/claude-plugin-marketplace
Azure Deployment Stacks - 2025 GA Features Complete knowledge base for Azure Deployment Stacks, the successor to Azure Blueprints (GA 2024, best practices 2025). Overview Azure Deployment Stacks is a resource type for managing a collection of Azure resources as a single, atomic unit. It provides unified lifecycle management, resource protection, and automatic cleanup capabilities. Key Features 1. Unified Resource Management Manage multiple resources as a single entity Update, export, and del...
52
14350 problem-statement open-horizon-labs/skills
Purpose Articulate a problem from the user's perspective using an empathy-driven framework that captures who they are, what they're trying to do, what's blocking them, why, and how it makes them feel. Use this to align stakeholders on the problem before jumping to solutions, and to frame product work around user outcomes rather than feature requests. This is not a requirements doc—it's a human-centered problem narrative that ensures you're solving a problem worth solving. Key Concepts The Proble...
52