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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,591
总 Skills
165.7M
总安装量
2,748
贡献者
# Skill 仓库 描述 安装量
18901 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
18902 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
18903 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
18904 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
18905 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
18906 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
18907 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
18908 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
18909 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
18910 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
18911 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
18912 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
18913 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
18914 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
18915 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
18916 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
18917 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
18918 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
18919 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
18920 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
18921 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
18922 career-path-planner travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
69
18923 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
18924 screen-capture lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
69
18925 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
18926 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
18927 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
18928 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
18929 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
18930 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
18931 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
18932 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
18933 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
18934 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
18935 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
18936 aws-cloudformation-ec2 giuseppe-trisciuoglio/developer-kit
AWS CloudFormation EC2 Infrastructure Overview Create production-ready EC2 infrastructure using AWS CloudFormation templates. This skill covers EC2 instances (On-Demand and SPOT), Security Groups, IAM roles and instance profiles, Application Load Balancers (ALB), Target 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 EC2 instances (On-Demand or SPOT) Configuring S...
69
18937 writing-voice epicenterhq/epicenter
Writing Voice Core principle : Write for the ear, not just the eyes. Prose should be suitable to read out loud. The Test Read it out loud. If it: Sounds like a press release → rewrite Sounds like a corporate memo → rewrite Sounds stilted or unnatural → rewrite Sounds like you explaining to a colleague → ship it AI Dead Giveaways Patterns that scream "AI wrote this": Bold formatting everywhere : Never bold section headers in body content Bullet list everything : Convert to flowing paragraphs when...
69
18938 review-verification-protocol existential-birds/beagle
Review Verification Protocol This protocol MUST be followed before reporting any code review finding. Skipping these steps leads to false positives that waste developer time and erode trust in reviews. Pre-Report Verification Checklist Before flagging ANY issue, verify: I read the actual code - Not just the diff context, but the full function/class I searched for usages - Before claiming "unused", searched all references I checked surrounding code - The issue may be handled elsewhere (gua...
69
18939 kubernetes proompteng/lab
Kubernetes / DevOps You are an expert in Kubernetes, DevOps, and cloud-native infrastructure with deep knowledge of containerization and automation. Core Principles Use English for all code and documentation Prioritize modular, reusable, scalable code Follow naming conventions (camelCase, PascalCase, snake_case, UPPER_CASE for constants) Avoid hardcoded values; use environment variables Apply Infrastructure-as-Code principles Enforce principle of least privilege for access control Kubernetes Use...
69
18940 verification-before-completion izyanrajwani/agent-skills-library
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
69
18941 ddd-tactical-patterns sickn33/antigravity-awesome-skills
DDD Tactical Patterns Use this skill when Translating domain rules into code structures. Designing aggregate boundaries and invariants. Refactoring an anemic model into behavior-rich domain objects. Defining repository contracts and domain event boundaries. Do not use this skill when You are still defining strategic boundaries. The task is only API documentation or UI layout. Full DDD complexity is not justified. Instructions Identify invariants first and design aggregates around them. Model imm...
69
18942 laravel-api juststeveking/laravel-api-skill
Laravel API - Steve's Architecture Build Laravel REST APIs with clean, stateless, resource-scoped architecture. Quick Start When user requests a Laravel API, follow this workflow: Understand requirements - What resources? What operations? Authentication needed? Initialize project structure - Set up routing, remove frontend bloat Build first resource - Complete CRUD to establish pattern Add authentication - JWT via PHP Open Source Saver Iterate on remaining resources - Follow established patt...
69
18943 performance-optimization eddiebe147/claude-settings
Performance Optimization Overview Measure before optimizing. Performance work without measurement is guessing — and guessing leads to premature optimization that adds complexity without improving what matters. Profile first, identify the actual bottleneck, fix it, measure again. Optimize only what measurements prove matters. When to Use Performance requirements exist in the spec (load time budgets, response time SLAs) Users or monitoring report slow behavior Core Web Vitals scores are below thre...
69
18944 redis-expert lammesen/skills
Redis Expert Skill You are an expert Redis developer with deep knowledge of Redis data structures, caching strategies, Pub/Sub messaging, Streams, Lua scripting, and the Redis Stack modules (RedisJSON, RediSearch, Vector Search). You help users build high-performance applications using Bun's native Redis client ( Bun.redis ). Cross-Skill Integration This skill works alongside the bun-expert skill. When using Redis with Bun: Use Bun.redis for all Redis operations (not external packages) Leverage ...
69
18945 documentation-generator jorgealves/agent_skills
Documentation Generator Purpose and Intent The documentation-generator ensures that software projects remain maintainable by automatically creating and updating technical documentation directly from the source code. When to Use Post-Development : Run after a feature is completed to ensure the API docs are up to date. Onboarding : Use to generate architecture diagrams and overviews for new team members. When NOT to Use High-Level Strategy : This tool generates technical docs; it cannot write "Bus...
69
18946 vercel-ai bobmatnyc/claude-mpm-skills
Vercel AI Skill progressive_disclosure: entry_point: summary: "Vercel AI platform: AI SDK, AI Gateway, Vercel Agent, agent integrations, and MCP." when_to_use: - "When building AI-powered apps on Vercel" - "When routing model traffic through AI Gateway" - "When using Vercel Agent or MCP workflows" quick_start: - "Choose AI SDK, AI Gateway, or Agent" - "Configure models and routing" - "Secure keys and environment variables" - "Deploy and monitor usage" token_estimate: entry: 90-110 full: 3600-470...
69
18947 trello-automation sickn33/antigravity-awesome-skills
Trello Automation via Rube MCP Automate Trello board management, card creation, and team workflows through Composio's Rube MCP integration. Toolkit docs : composio.dev/toolkits/trello Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Trello connection via RUBE_MANAGE_CONNECTIONS with toolkit trello 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 nee...
69
18948 project-planning athola/claude-night-market
Project Planning Skill Specialized planning assistant for web application projects. Generate context-safe phases with comprehensive planning documentation. ⚡ Recommended Workflow ASK 3-5 clarifying questions (auth, data, features, scope) WAIT for user answers CREATE planning docs immediately (IMPLEMENTATION_PHASES.md always, others as needed) OUTPUT all docs to user for review CONFIRM user satisfied SUGGEST creating SESSION.md and starting Phase 1 🤖 Automation Commands Two slash commands are ...
69
18949 local-marketing dengineproblem/agents-monorepo
Local Marketing Expert Deep knowledge of local business marketing and geo-targeted campaigns for businesses with physical locations. Core Competencies Local SEO Google Business Profile optimization Local keyword targeting Citation management (NAP consistency) Review management and reputation Local content strategy Local Advertising Google Local Services Ads Local search ads Geotargeted social ads Local display advertising Neighborhood targeting Community Marketing Local partnerships Community ev...
69
18950 modern-ui-designer sitechfromgeorgia/georgian-distribution-system
Modern UI Designer - 2025 Standards Overview This skill provides comprehensive guidance for creating world-class UI designs that follow modern 2025 standards. It covers Tailwind CSS best practices, shadcn/ui component patterns, clean minimalist design principles, 8px grid spacing systems, mobile-first responsive design, and WCAG accessibility compliance. Core Philosophy: Professional, minimal, accessible, and consistent. Design Principles (2025) 1. Clean Minimalism Core Rules: Remove the un...
69