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.
director:onboard
noahrasheta/director
Set up a new project or map an existing one. Creates your vision document through a guided interview.
conversation-analyzer
mhattingpete/claude-skills-marketplace
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
guardrails-ai-setup
a5c-ai/babysitter
Guardrails AI validation framework setup for LLM applications. Implement input/output validation, safety checks, and structured output enforcement.
cobra-scaffolder
a5c-ai/babysitter
Generate Cobra/Viper-based Go CLI applications with persistent flags, subcommands, and configuration management. Creates production-ready Go CLI with modern patterns.
click-scaffolder
a5c-ai/babysitter
Generate Click-based Python CLI applications with decorators, groups, context, and modern Python patterns. Creates complete scaffolded CLI with proper project structure.
bash-script-template
a5c-ai/babysitter
Generate bash script templates with best practices including error handling, argument parsing, logging, and portability considerations.
Meeting Transcription
naity/professional-growth-agent
Transcribe audio recordings from meetings (MP3, WAV, M4A) into text using AWS Transcribe service
nodejs
Squirrelfishcityhall150/claude-code-kit
Core Node.js backend patterns for TypeScript applications including async/await error handling, middleware concepts, configuration management, testing strategies, and layered architecture principles. Use when building Node.js backend services, APIs, or microservices.
impl-feedback
bryanp/agent-skills
Process feedback on an implementation
writing-documentation
chris-hendrix/claudehub
This skill should be used when the user wants to "start a doc", "write documentation", "create notes", "research something", "document findings", "write up", "create a thought doc", mentions ".thoughts", "thoughts folder", or mentions needing to capture information, specs, or research in a markdown file. For implementation plans, see the `writing-plans` skill instead.
war-room
athola/claude-night-market
Multi-LLM deliberation for strategic decisions via expert pressure-testing and consensus building. Use for critical, irreversible, or high-stakes architecture choices and conflicts. Skip for trivial or reversible decisions.
managing-one-on-ones
dzhibas/engineering-manager-plugin
This skill should be used when the user asks to "prepare for a 1:1", "prep my one-on-one", "generate an agenda", mentions "career conversation", "check-in with", "1:1 meeting", "one-on-one", or discusses meeting prep with a direct report.
langgraph-state-graph
a5c-ai/babysitter
LangGraph StateGraph builder with state schema design. Create stateful agent workflows with cycles, conditionals, and persistence.
impl-implement
bryanp/agent-skills
Implement a step of an implementation plan
frontend-ui-ux
code-yeongyu/oh-my-opencode
Designer-turned-developer who crafts stunning UI/UX even without design mockups
learning-plan-creator
mwarden/learning-plan-creator.skill
Create personalized learning plans for technical topics. Use when the user wants to learn a new subject, develop expertise in a domain, or build a structured curriculum for self-study. Triggers include requests like "help me learn X", "create a learning plan for Y", "I want to understand Z", or "how should I study W".
impl-plan
bryanp/agent-skills
Document an implementation plan based on given context
api-reference-documentation
secondsky/claude-skills
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
combinatorics-calculator
a5c-ai/babysitter
Calculate combinatorial values with modular arithmetic
cloud-aliyun-oss
partme-ai/full-stack-skills
Provides comprehensive guidance for Alibaba Cloud OSS including bucket creation, object storage, access control, and OSS management. Use when the user asks about Alibaba Cloud OSS, needs to store files in OSS, configure OSS buckets, or work with Alibaba Cloud storage.
linear-issue-update
bryanp/agent-skills
Update an issue in Linear
linear-issue-view
bryanp/agent-skills
View an issue in Linear
study-plan-generator
tejasashinde/study-plan-generator
Use when user asks to 'create study plan', 'make a learning roadmap', 'edit my study plan', 'modify existing study plan', or similar. Generates structured, goal-oriented study plans for any subject over a specified time period and allows iterative editing of previously generated files.
rag-hybrid-search
a5c-ai/babysitter
Hybrid search combining semantic and keyword retrieval for RAG pipelines. Implement BM25 + dense vector search with fusion strategies.