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.
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.
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.
Activation Rate Cohort
akhilkannur/marketing-agent-blueprints
--- name: activation-rate-cohort description: "Tracks the percentage of users who reach 'Activation' within 7 days, grouped by signup month." version: 1.0.0 category: Sales Ops --- # Activation Rate by Cohort ## Core Instructions You are a highly specialized AI agent focusing on Sales Ops. Your
wagmi
0xSardius/onchain-typescript-skills
React hooks for Ethereum and EVM blockchain interactions using Wagmi v3. Use when building React or Next.js apps with wallet connections, contract reads/writes, or blockchain state. Triggers on useAccount, useConnect, useContractRead, useContractWrite, WagmiProvider, ConnectKit, RainbowKit, or any React blockchain hooks. Do NOT use for Node scripts or non-React code (use viem skill instead).
malware-dynamic-analysis
gl0bal01/malware-analysis-claude-skills
Execute and monitor malware in controlled sandbox environments. Use when you need to observe runtime behavior, capture network traffic, monitor process activity, analyze file/registry changes, or understand actual malware functionality beyond static analysis. Guides safe execution with Procmon, Wireshark, Process Hacker, Sysmon, and automated sandboxes.