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.
async-repl-protocol
parcadei/Continuous-Claude-v3
Async REPL Protocol
python-fastapi-ddd-skill
iktakahiro/python-fastapi-ddd-skill
Guides FastAPI backend design using Domain-Driven Design (DDD) and Onion Architecture in Python. Use when structuring a FastAPI app (routes/handlers, Pydantic schemas, Depends-based DI), modeling domain Entities/Value Objects, defining repository interfaces, implementing SQLAlchemy infrastructure adapters, or writing use cases, based on the dddpy reference.
Import Posts
fredzannarbor/agentic-social-feed
Import posts from external sources into your local feed
secrets-management
wshobson/agents
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
administering-linux
ancoleman/ai-design-components
Manage Linux systems covering systemd services, process management, filesystems, networking, performance tuning, and troubleshooting. Use when deploying applications, optimizing server performance, diagnosing production issues, or managing users and security on Linux servers.
parallel-dispatch
lgbarn/shipyard
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
load-balancer
chaterm/terminal-skills
负载均衡配置
update-docs
anilcancakir/claude-code-plugins
Update inline documentation for uncommitted code changes. Use after modifying code or when documentation needs sync.
aeroleads-automation
ComposioHQ/awesome-claude-skills
Automate Aeroleads tasks via Rube MCP (Composio). Always search tools first for current schemas.
user-permissions
chaterm/terminal-skills
Linux user and permission management
Trace and Isolate
rohitg00/skillkit
Techniques for tracing code execution and isolating problematic components
advanced-ds-library
a5c-ai/babysitter
Provide implementations of advanced data structures
standards-java
b33eep/claude-code-setup
Java coding standards for enterprise applications. Includes naming conventions, modern Java features, design patterns, and recommended tooling.
skill-creator
gabeosx/agentskillsdir
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
process-management
chaterm/terminal-skills
Linux process management and control
aws-cost-operations
zxkane/aws-skills
This skill provides AWS cost optimization, monitoring, and operational best practices with integrated MCP servers for billing analysis, cost estimation, observability, and security assessment.
playwright-best-practices
aiskillstore/marketplace
Provides Playwright test patterns for resilient locators, Page Object Models, fixtures, web-first assertions, and network mocking. Must use when writing or modifying Playwright tests (.spec.ts, .test.ts files with @playwright/test imports).
twitch-automation
ComposioHQ/awesome-claude-skills
Automate Twitch tasks via Rube MCP (Composio). Always search tools first for current schemas.
gget
Microck/ordinary-claude-skills
CLI/Python toolkit for rapid bioinformatics queries. Preferred for quick BLAST searches. Access to 20+ databases: gene info (Ensembl/UniProt), AlphaFold, ARCHS4, Enrichr, OpenTargets, COSMIC, genome downloads. For advanced BLAST/batch processing, use biopython. For multi-database integration, use bioservices.
running-tests
aiskillstore/marketplace
Runs tests and handles failures. Triggered when: test execution, verification, test failures, CI checks.
writing-subagents
wayne930242/Reflexive-Claude-Code
Use when creating specialized Claude Code subagents in .claude/agents/. Use when user says "create agent", "add reviewer", "specialized agent", "isolated context task".
create-spring-boot-java-project
github/awesome-copilot
Create Spring Boot Java Project Skeleton
agent-tool-builder
xfstudio/skills
Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa
file-operations
chaterm/terminal-skills
Linux file and directory operations