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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
11101 blog post writer eddiebe147/claude-settings
Blog Post Writer Transform ideas into compelling blog posts that engage readers and drive traffic. This skill helps you craft well-structured, SEO-friendly articles with attention-grabbing headlines, smooth narrative flow, and clear calls-to-action. Whether you're creating thought leadership content, how-to guides, listicles, or industry commentary, this skill ensures your blog posts are readable, valuable, and optimized for search engines. It handles research, outlining, drafting, and polishing...
69
11102 migration-helper get-convex/convex-agent-plugins
Convex Migration Helper Safely migrate Convex schemas and data when making breaking changes. When to Use Adding new required fields to existing tables Changing field types or structure Splitting or merging tables Renaming fields Migrating from nested to relational data Migration Principles No Automatic Migrations : Convex doesn't automatically migrate data Additive Changes are Safe : Adding optional fields or new tables is safe Breaking Changes Need Code : Required fields, type changes need migr...
69
11103 mlflow-onboarding mlflow/skills
MLflow Onboarding MLflow supports two broad use cases that require different onboarding paths: GenAI applications and agents : LLM-powered apps, chatbots, RAG pipelines, tool-calling agents. Key MLflow features include tracing for observability, evaluation with LLM judges, and prompt management , among others. Traditional ML / deep learning models : scikit-learn, PyTorch, TensorFlow, XGBoost, etc. Key MLflow features include experiment tracking (parameters, metrics, artifacts), model logging , a...
69
11104 swarm-coordination oimiragieo/agent-studio
Swarm Coordination Skill Step 1: Analyze Task for Parallelization Identify parallelizable work: Pattern Example Strategy Independent tasks Review multiple files Spawn in parallel Dependent tasks Design → Implement Sequential spawn Fan-out/Fan-in Multiple reviews → Consolidate Parallel + Aggregation Pipeline Parse → Transform → Validate Sequential handoff Step 2: Spawn Agents in Parallel Use the Task tool to spawn multiple agents in a single message: // Spawn multiple agents in ONE message fo...
69
11105 interior-design-visualization eachlabs/skills
Interior Design Visualization Transform and visualize interior spaces using each::sense. This skill takes photos of existing rooms and generates redesigned versions with different styles, furniture, colors, and layouts. Features Room Redesign : Transform existing rooms into completely new designs Style Transformation : Apply modern, minimalist, bohemian, industrial, and other styles Furniture Visualization : See how new furniture would look in your space Color Scheme Changes : Preview walls, acc...
69
11106 accessibility shipshitdev/library
Web Accessibility (WCAG 2.1 AA) Status : Production Ready ✅ Last Updated : 2026-01-14 Dependencies : None (framework-agnostic) Standards : WCAG 2.1 Level AA Quick Start (5 Minutes) 1. Semantic HTML Foundation Choose the right element - don't use div for everything: <!-- ❌ WRONG - divs with onClick --> < div onclick = " submit ( ) " > Submit </ div > < div onclick = " navigate ( ) " > Next page </ div > <!-- ✅ CORRECT - semantic elements --> < button type = " submit " > Submit </ button > < a hre...
69
11107 wireshark-analysis sickn33/antigravity-awesome-skills
Wireshark Network Traffic Analysis Purpose Execute comprehensive network traffic analysis using Wireshark to capture, filter, and examine network packets for security investigations, performance optimization, and troubleshooting. This skill enables systematic analysis of network protocols, detection of anomalies, and reconstruction of network conversations from PCAP files. Inputs / Prerequisites Required Tools Wireshark installed (Windows, macOS, or Linux) Network interface with capture permissi...
69
11108 ad-security-reviewer 404kidwiz/claude-supercode-skills
Active Directory Security Reviewer Purpose Provides comprehensive Active Directory security posture analysis specializing in identity attack path evaluation, privilege escalation detection, and enterprise domain hardening. Offers actionable recommendations for securing authentication protocols, privileged group configurations, and attack surface reduction across Windows domains. When to Use Analyzing Active Directory security posture Reviewing privileged group design and delegation models Asse...
69
11109 close-automation composiohq/awesome-claude-skills
Close CRM Automation via Rube MCP Automate Close CRM operations through Composio's Close toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/close Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Close connection via RUBE_MANAGE_CONNECTIONS with toolkit close 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 ...
69
11110 cal-com-automation composiohq/awesome-claude-skills
Cal.com Automation via Rube MCP Automate Cal.com scheduling operations through Composio's Cal toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Cal.com connection via RUBE_MANAGE_CONNECTIONS with toolkit cal 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...
69
11111 aws-cloudformation-vpc giuseppe-trisciuoglio/developer-kit
AWS CloudFormation VPC Infrastructure Overview Create production-ready VPC infrastructure using AWS CloudFormation templates. This skill covers VPC components (Subnets, Route Tables, NAT Gateways, Internet Gateways), template structure best practices, parameter patterns, and cross-stack references for modular, reusable infrastructure as code. When to Use Use this skill when: Creating new VPCs with public and private subnets Configuring route tables for internet and NAT connectivity Setting up In...
69
11112 dispatching-parallel-agents izyanrajwani/agent-skills-library
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
69
11113 backend-architect rmyndharis/antigravity-skills
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. Use this skill when Designing new backend services or APIs Defining service boundaries, data contracts, or integration patterns Planning resilience, scaling, and observability Do not use this skill when You only need a code-level bug fix You are working on small scripts without architectural concerns You need frontend or UX guidance instead of backend architecture Instructions Captu...
69
11114 pixel-art omer-metin/skills-for-antigravity
Pixel Art Identity You are a master pixel artist who has spent decades studying the craft from NES ROM hacking to modern indie masterpieces. You learned by examining sprites frame-by-frame in games like Metal Slug, studying the color choices in Celeste, and creating your own games where every pixel was a deliberate decision. Your core philosophy: Pixel art is not low-resolution digital painting. It is a distinct medium where each pixel carries meaning. Constraints are creative tools. A 16-colo...
69
11115 supabase-backend abelv22/project-foundation
Supabase & Backend Architecture Skill This skill enables the assistant to provide high-level architectural advice and implementation details for the iTaxiBcn backend. Knowledge Areas 1. Database Schema Optimization Time-Series Data: Guidelines for handling high-frequency location updates in registros_reten and geofence_logs . Indexing: Strategies for spatial indices (PostGIS) and temporal queries to speed up wait-time calculations. Materialized Views: Recommendation for replacing heavy queries o...
69
11116 push-notification-best-practices clix-so/skills
Push Notification Best Practices Overview Comprehensive guide for implementing and troubleshooting push notifications in mobile applications. Covers iOS (APNS), Android (FCM), React Native, Expo, and Flutter platforms with platform-specific configurations, token management, message handling, and deep linking patterns. Platform Support Matrix Platform Offline Push Notification Bar Click Navigation In-App Toast Background Handler iOS APNS System Deep Link Custom data-only payload Android FCM Sys...
69
11117 researching-web julianobarbosa/claude-code-skills
Use `mcp__perplexity-ask__perplexity_ask` for web search. When to Use - Best practices and recommendations - Current information (releases, news) - Comparisons between technologies - Factual questions about tools/libraries Usage ``` { "messages": [{ "role": "user", "content": "Your research question" }] } ``` Tips - Be specific: "Go error handling best practices 2024" - Include context: "Redis vs Memcached for session storage" - Ask comparisons: "Pros and cons of gRPC vs REST"
69
11118 amplitude-automation composiohq/awesome-claude-skills
Amplitude Automation via Rube MCP Automate Amplitude product analytics through Composio's Amplitude toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Amplitude connection via RUBE_MANAGE_CONNECTIONS with toolkit amplitude 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 MC...
69
11119 analyse-with-phpstan phpstan/phpstan
Analyse PHP code with PHPStan Analyse PHP code using the PHPStan playground API at https://api.phpstan.org/analyse . This runs PHPStan across PHP versions 7.2–8.5 and returns errors for each version. The code to analyse: $ARGUMENTS Step 1: Prepare the code Get the PHP code to analyse. If $ARGUMENTS is a file path, read the file contents. The code must start with <?php . Step 2: Determine settings Unless the user specified otherwise, use these defaults: level : "10" (strictest) strictRules : fals...
69
11120 unix-cli pproenca/dot-skills
Comprehensive guidelines for building command-line tools that follow UNIX conventions, designed for AI agents and LLMs. Contains 44 rules across 8 categories, prioritized by impact from critical (argument handling, exit codes, output streams) to incremental (configuration and environment). When to Apply Reference these guidelines when: - Writing new CLI tools in any language - Parsing command-line arguments and flags - Deciding what goes to stdout vs stderr - Choosing appropriate exit cod...
69
11121 aws-cloudformation-elasticache giuseppe-trisciuoglio/developer-kit
AWS CloudFormation ElastiCache Overview Create production-ready Amazon ElastiCache infrastructure using AWS CloudFormation templates. This skill covers Redis clusters, Memcached clusters, replication groups, parameter groups, subnet groups, security groups, template structure best practices, parameter patterns, and cross-stack references for modular, reusable infrastructure as code. When to Use Use this skill when: Creating new ElastiCache Redis clusters (standalone or clustered) Setting up Redi...
69
11122 semantic-git siviter-xyz/dot-agent
Semantic Git Manage Git commits using conventional commit format with atomic commits and concise messages. When to Use Committing changes to git Staging files for commit Creating commit messages Managing atomic commits Before pushing changes Core Principles Atomic commits: Stage and commit related changes together. Tests go with implementation code. User confirmation: Always confirm with user before committing and before moving to the next commit. Conventional format: Use conventional commit m...
69
11123 laravel-permission-development spatie/laravel-permission
Laravel Permission Development When to use this skill Use this skill when working with authorization, roles, permissions, access control, middleware guards, or Blade permission directives using spatie/laravel-permission. Core Concepts Users have Roles, Roles have Permissions, Apps check Permissions (not Roles). Direct permissions on users are an anti-pattern; assign permissions to roles instead. Use $user->can('permission-name') for all authorization checks (supports Super Admin via Gate). The H...
69
11124 security tartinerlabs/skills
/security - Security Audit Workflow Dedicated security analysis for sensitive code. When to Use "Security audit" "Check for vulnerabilities" "Is this secure?" "Review authentication code" "Check for injection attacks" Before handling auth, payments, user data After adding security-sensitive features Workflow Overview ┌─────────┐ ┌───────────┐ │ aegis │───▶│ arbiter │ │ │ │ │ └─────────┘ └───────────┘ Security Verify audit fixes Agent Sequence Agent R...
69
11125 git-safety shipshitdev/library
Git Safety Skill Comprehensive security scanning, cleaning, and prevention for git repositories. CRITICAL WARNING Removing secrets from git history does NOT make them safe! Even after cleaning git history: GitHub is scraped by bots within seconds of a push Archive services may have captured snapshots Forks retain the original history CI/CD logs may contain the values ALWAYS rotate leaked credentials immediately. Cleaning history is NOT enough. Modes of Operation 1. /git-safety scan - Dete...
69
11126 stripe-best-practices stripe/agent-toolkit
Latest Stripe API version: 2026-02-25.clover . Always use the latest API version and SDK unless the user specifies otherwise. Integration routing Building... Recommended API Details One-time payments Checkout Sessions references/payments.md Custom payment form with embedded UI Checkout Sessions + Payment Element references/payments.md Saving a payment method for later Setup Intents references/payments.md Connect platform or marketplace Accounts v2 ( /v2/core/accounts ) references/connect.md Subs...
69
11127 art danielmiessler/personal_ai_infrastructure
Art Skill Complete visual content system for creating illustrations, diagrams, and visual content. Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Art/ If this directory exists, load and apply: PREFERENCES.md - Aesthetic preferences, default model, output location CharacterSpecs.md - Character design specifications SceneConstruction.md - Scene composition guidelines These override default behavior. If the directory does not e...
69
11128 mcp-builder bobmatnyc/claude-mpm-skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
69
11129 using-superpowers izyanrajwani/agent-skills-library
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
69
11130 change-request anthropics/knowledge-work-plugins
/change-request If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create a structured change request with impact analysis, risk assessment, and rollback plan. Usage /change-request $ARGUMENTS Change Management Framework Apply the assess-plan-execute-sustain framework when building the request: 1. Assess What is changing? Who is affected? How significant is the change? (Low / Medium / High) What resistance should we expect? 2. Plan Communication pl...
69
11131 agent-capability-discovery jorgealves/agent_skills
Agent Capability Discovery Purpose and Intent The agent-capability-discovery skill is the "brain" of a multi-agent system. It allows an agent to self-reflect and understand what tools and expertises are available within its environment by indexing all skill.yaml files. When to Use System Initialization : Run this when an agent starts up to populate its internal tool list. Routing Decisions : Use this when a master agent receives a complex user request and needs to identify which specialized skil...
69
11132 seo-keyword-cluster-builder onewave-ai/claude-skills
Seo Keyword Cluster Builder Group related keywords into topic clusters. Create content hub architecture recommendations and internal linking strategies. Instructions You are an expert at SEO and content architecture. Build topic clusters, plan pillar content, and design internal linking strategies for maximum search visibility. Output Format Seo Keyword Cluster Builder Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps]...
69
11133 playwright-core testdino-hq/playwright-skill
Playwright Core Testing Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 46 reference guides covering the full Playwright testing surface: selectors, assertions, fixtures, network mocking, auth, visual regression, accessibility, API testing, debugging, and more — with TypeScript and JavaScript examples throughout. Golden Rules getByRole() over CSS/XPath — resilient to markup changes, mirrors how users see the page Never page.waitForTimeo...
69
11134 media-generation varghq/skills
varg sdk - declarative ai video orchestration jsx-based ai video generation. describe scenes declaratively, render videos automatically. what is this? varg sdk is a declarative video orchestration framework. instead of manually calling apis, stitching clips, and managing async workflows, you describe what you want in jsx and the runtime handles: parallel generation of images/videos/audio automatic caching (re-renders reuse cached assets) ffmpeg composition under the hood provider abstraction...
69
11135 weaviate-cookbooks weaviate/agent-skills
Weaviate Cookbooks Overview This skill provides an index of implementation guides and foundational requirements for building Weaviate-powered AI applications. Use the references to quickly scaffold full-stack applications with best practices for connection management, environment setup, and application architecture. Weaviate Cloud Instance If the user does not have an instance yet, direct them to the cloud console to register and create a free sandbox. Create a Weaviate instance via Weaviate Clo...
69
11136 render-automation composiohq/awesome-claude-skills
Render Automation via Rube MCP Automate Render cloud platform operations through Composio's Render toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/render Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Render connection via RUBE_MANAGE_CONNECTIONS with toolkit render 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 ...
69
11137 asset manager daffy0208/ai-dev-standards
Asset Manager Keep design assets organized, optimized, and accessible. Core Principle Organized assets = faster development. Assets should be: Easy to find Properly named Optimized for production Version controlled Consistently formatted Phase 1: Asset Organization Directory Structure assets/ ├── images/ │ ├── products/ │ ├── team/ │ ├── marketing/ │ └── ui/ ├── icons/ │ ├── svg/ │ └── png/ ├── fonts/ │ ├── primary/ │ └── secondary/ ├── videos/ ├── logos/ │ ├── svg/ │ ├── png...
69
11138 hooked-model pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve The Hooked Model What It Is The Hooked Model is a framework for building products that create unprompted user enga...
69
11139 customer-escalation anthropics/knowledge-work-plugins
/customer-escalation If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Package a support issue into a structured escalation brief for engineering, product, or leadership. Gathers context, structures reproduction steps, assesses business impact, and identifies the right escalation target. Usage /customer-escalation <issue description> [customer name or account] Examples: /customer-escalation API returning 500 errors intermittently for Acme Corp /cu...
69
11140 subagent-driven-development izyanrajwani/agent-skills-library
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
69
11141 testing-cicd-init shipshitdev/library
Testing & CI/CD Initialization Automatically sets up comprehensive test infrastructure for TypeScript projects including Vitest, coverage thresholds, and GitHub Actions CI/CD. When to Use This skill should be used when: Adding tests to a project without test coverage Setting up GitHub Actions CI/CD for the first time Configuring Vitest with coverage thresholds Initializing testing infrastructure for a new project Migrating from Jest to Vitest What It Does Detects project type (Next.js, NestJ...
69
11142 wrike-automation composiohq/awesome-claude-skills
Wrike Automation via Rube MCP Automate Wrike project management operations through Composio's Wrike toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/wrike Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Wrike connection via RUBE_MANAGE_CONNECTIONS with toolkit wrike 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 en...
69
11143 code-change-verification openai/openai-agents-python
Code Change Verification Overview Ensure work is only marked complete after formatting, linting, type checking, and tests pass. Use this skill when changes affect runtime code, tests, or build/test configuration. You can skip it for docs-only or repository metadata unless a user asks for the full stack. Quick start Keep this skill at ./.codex/skills/code-change-verification so it loads automatically for the repository. macOS/Linux: bash .codex/skills/code-change-verification/scripts/run.sh. Wi...
69
11144 api-design yonatangross/orchestkit
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
69
11145 fashion-model-photography tara-shopos/shopos-prototype
Use this skill when you need to: - Create professional fashion photography for campaigns - Generate editorial-style product imagery - Produce high-end fashion content for marketing - Create lookbook and catalog photography - Generate model shots for jewelry, accessories, or garments - Produce fashion content with specific styling and mood - Create aspirational brand imagery Core Concepts Fashion Photography vs Product Photography Fashion Photography: - Model as integral part of comp...
69
11146 aws-cloudformation-dynamodb giuseppe-trisciuoglio/developer-kit
AWS CloudFormation DynamoDB Overview Create production-ready NoSQL database infrastructure using AWS CloudFormation templates. This skill covers DynamoDB tables, primary keys, secondary indexes (GSI/LSI), capacity modes, auto-scaling, encryption, TTL, streams, and best practices for parameters, outputs, and cross-stack references. When to Use Use this skill when: Creating new DynamoDB tables with CloudFormation Configuring primary keys (partition key, sort key) Creating Global Secondary Indexes ...
69
11147 career-path-planner travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
69
11148 salesforce-automation sickn33/antigravity-awesome-skills
Salesforce Automation via Rube MCP Automate Salesforce CRM operations through Composio's Salesforce toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/salesforce Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Salesforce connection via RUBE_MANAGE_CONNECTIONS with toolkit salesforce 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 — ...
69
11149 screen-capture lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
69
11150 pydantic-models-py sickn33/antigravity-awesome-skills
Pydantic Models Create Pydantic models following the multi-model pattern for clean API contracts. Quick Start Copy the template from assets/template.py and replace placeholders: {{ResourceName}} → PascalCase name (e.g., Project ) {{resource_name}} → snake_case name (e.g., project ) Multi-Model Pattern Model Purpose Base Common fields shared across models Create Request body for creation (required fields) Update Request body for updates (all optional) Response API response with all fields InDB Da...
69