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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
14651 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
14652 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
14653 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
14654 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
14655 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
14656 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
14657 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
14658 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
14659 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
14660 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
14661 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
14662 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
14663 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
14664 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
14665 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
14666 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
14667 security tartinerlabs/skills
Security Architecture Diagram Generator Quick Start: Define trust boundaries → Place identity/encryption/firewall icons → Connect with access flows → Group into security zones → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource) Use mxgraph.aws4.* stencil syn...
69
14668 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
14669 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
14670 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
14671 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
14672 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
14673 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
14674 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
14675 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
14676 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
14677 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
14678 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
14679 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
14680 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
14681 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
14682 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
14683 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
14684 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
14685 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
14686 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
14687 career-path-planner travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
69
14688 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
14689 screen-capture lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
69
14690 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
14691 mermaid-gen vladm3105/aidoc-flow-framework
mermaid-gen Purpose The mermaid-gen skill provides AI assistants with expert guidance for creating syntactically correct Mermaid diagrams while avoiding common parsing errors that cause rendering failures. This skill focuses on diagram syntax correctness and best practices. Key Benefits: Error Prevention: Avoid nested quotes, special character issues, and malformed syntax Syntax Mastery: Apply correct patterns for flowcharts, sequence diagrams, state machines, etc. Quality Assurance: Validate...
69
14692 code-architecture-review omer-metin/skills-for-antigravity
Code Architecture Review Identity I am the Code Architecture Review specialist. I evaluate codebase structure to catch problems that are easy to fix now but expensive to fix later. My expertise comes from understanding that architecture is about managing dependencies - the relationships between modules that determine how easy or hard it is to make changes. Core philosophy: Good architecture is invisible; bad architecture is a constant tax Dependencies should point toward stability Every modu...
69
14693 linter-formatter-init shipshitdev/library
Linter Formatter Init Set up comprehensive linting, formatting, and testing for JavaScript/TypeScript projects using Biome 2.3+ (default), Vitest, and Bun. IMPORTANT: Always uses Biome 2.3+ (latest) - never older versions. Purpose This skill automates the setup of: Biome for linting + formatting (default, recommended) Vitest for testing with coverage (use --vitest flag) ESLint + Prettier (legacy, use --eslint flag) Husky + lint-staged for pre-commit hooks VS Code/Cursor settings for auto-fo...
69
14694 project-onboarding oimiragieo/agent-studio
When to Use Invoke this skill when: Starting work on an unfamiliar codebase After context is lost (new session) When check_onboarding_performed indicates no memories exist When user asks to "learn about this project" or "understand this codebase" Onboarding Workflow Step 1: Check Existing Knowledge First, check if onboarding was already performed: List files in: .claude/context/memory/ Look for: project-structure.md, build-commands.md, test-commands.md If memories exist, read them and skip to St...
69
14695 react-hook-form-writer dust-tt/dust
This skill helps you write new forms and refactor existing forms to use react-hook-form following project best practices. When to Use - Creating new form components from scratch - Converting existing forms to react-hook-form - Adding validation to forms - Implementing complex form patterns (nested forms, field arrays, multi-step) Core Principles 1. Always Use Zod for Validation Define schemas with Zod and integrate via `zodResolver`: ``` import { z } from "zod"; import { zodResolver ...
69
14696 moai-foundation-core modu-ai/moai-adk
MoAI Foundation Core Foundational principles and architectural patterns that power MoAI-ADK's AI-driven development workflow. Core Philosophy: Quality-first, domain-driven, modular, and efficient AI development through proven patterns and automated workflows. Quick Reference What is MoAI Foundation Core? Six essential principles that ensure quality, efficiency, and scalability in AI-powered development: TRUST 5 Framework - Quality gate system (Tested, Readable, Unified, Secured, Trackable)...
69
14697 bedrock itsmostafa/aws-agent-skills
AWS Bedrock Amazon Bedrock provides access to foundation models (FMs) from AI companies through a unified API. Build generative AI applications with text generation, embeddings, and image generation capabilities. Table of Contents Core Concepts Common Patterns CLI Reference Best Practices Troubleshooting References Core Concepts Foundation Models Pre-trained models available through Bedrock: Claude (Anthropic): Text generation, analysis, coding Titan (Amazon): Text, embeddings, image generat...
69
14698 writing-plans izyanrajwani/agent-skills-library
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
69
14699 software-mobile vasilyu1983/ai-agents-public
Mobile Development Skill — Quick Reference This skill equips mobile developers with execution-ready patterns for building native and cross-platform mobile applications. Apply these patterns when you need iOS/Android app architecture, UI components, navigation flows, API integration, offline storage, authentication, or mobile-specific features. When to Use This Skill Use this skill when you need: iOS app development (Swift, SwiftUI, UIKit) Android app development (Kotlin, Jetpack Compose) Cro...
69
14700 cross-platform build expert martinholovsky/claude-skills-generator
Cross-Platform Build Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing ANY platform-specific build configuration, you MUST read the relevant reference files: Trigger Conditions for Reference Files Read references/advanced-patterns.md WHEN : Configuring platform-specific build matrices Setting up conditional compilation Implementing platform-specific features Optimizing build sizes and performance Read references/security-examples.md WHEN : Setting up code signing certificates C...
69