All Skills
(19,009)Browse all AI agent skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
gosquared-automation
ComposioHQ/awesome-claude-skills
Automate Gosquared tasks via Rube MCP (Composio). Always search tools first for current schemas.
zoho-invoice-automation
ComposioHQ/awesome-claude-skills
Automate Zoho Invoice tasks via Rube MCP (Composio). Always search tools first for current schemas.
design-system
686f6c61/alfred-dev
Usar para diseñar la arquitectura de un sistema con diagramas y contratos
erpnext-errors-clientscripts
OpenAEC-Foundation/ERPNext_Anthropic_Claude_Development_Skill_Package
Error handling patterns for ERPNext/Frappe Client Scripts. Use when implementing try/catch, user feedback, server call error handling, validation errors, and debugging. Covers async error handling, graceful degradation, and user-friendly error messages. V14/V15/V16 compatible. Triggers: client script error, try catch, frappe.throw, error handling, async error, validation error.
billing-automation
wshobson/agents
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
harbor-expert
martinholovsky/claude-skills-generator
Expert Harbor container registry administrator specializing in registry operations, vulnerability scanning with Trivy, artifact signing with Notary, RBAC, and multi-region replication. Use when managing container registries, implementing security policies, configuring image scanning, or setting up disaster recovery.
semanticscholar-automation
ComposioHQ/awesome-claude-skills
Automate Semanticscholar tasks via Rube MCP (Composio). Always search tools first for current schemas.
newsletter-creation-curation
BrianRWagner/ai-marketing-claude-code-skills
Industry-adaptive B2B newsletter creation with stage, role, and geography-aware workflows
rag-architect
Jeffallan/claude-skills
Use when building RAG systems, vector databases, or knowledge-grounded AI applications requiring semantic search, document retrieval, or context augmentation.
blip-2-vision-language
Orchestra-Research/AI-Research-SKILLs
Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of-the-art zero-shot performance.
graphql-expert
martinholovsky/claude-skills-generator
Expert GraphQL developer specializing in type-safe API development, schema design, resolver optimization, and federation architecture. Use when building GraphQL APIs, implementing Apollo Server, optimizing query performance, or designing federated microservices.
huggingface-accelerate
Orchestra-Research/AI-Research-SKILLs
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.
seqera-automation
ComposioHQ/awesome-claude-skills
Automate Seqera tasks via Rube MCP (Composio). Always search tools first for current schemas.
constitutional-ai
Orchestra-Research/AI-Research-SKILLs
Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.
classmarker-automation
ComposioHQ/awesome-claude-skills
Automate Classmarker tasks via Rube MCP (Composio). Always search tools first for current schemas.
fastapi-expert
martinholovsky/claude-skills-generator
Expert FastAPI developer specializing in production-ready async REST APIs with Pydantic v2, SQLAlchemy 2.0, OAuth2/JWT authentication, and comprehensive security. Deep expertise in dependency injection, background tasks, async database operations, input validation, and OWASP security best practices. Use when building high-performance Python web APIs, implementing authentication systems, or securing API endpoints.
code-review
Roberdan/MyConvergio
Comprehensive code review with security, patterns, and quality focus
Sessions
Speedy0000007/claude-tandem
Use when the user wants to see active Tandem sessions, inspect session details, clean orphaned sessions, or understand which sessions share a project.
dotnet-backend-patterns
wshobson/agents
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
design-engineering
liqiongyu/lenny_skills_plus
Stand up a Design Engineering practice (hybrid design+engineering) by producing a Design Engineering Execution Pack: charter, prototype→production workflow, design-to-code contract, component delivery plan, and quality bar. Use for design engineering, UI engineering, design systems engineering, and prototype-to-production processes.
kegg-database
K-Dense-AI/claude-scientific-skills
Direct REST API access to KEGG (academic use only). Pathway analysis, gene-pathway mapping, metabolic pathways, drug interactions, ID conversion. For Python workflows with multiple databases, prefer bioservices. Use this for direct HTTP/REST work or KEGG-specific control.
timekit-automation
ComposioHQ/awesome-claude-skills
Automate Timekit tasks via Rube MCP (Composio). Always search tools first for current schemas.
python-design-patterns
wshobson/agents
Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate.
instructor
Orchestra-Research/AI-Research-SKILLs
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library