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.
debugging-and-error-recovery
addyosmani/agent-skills
Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
agent-md-refactor
softaworks/agent-toolkit
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.
Ai Image Editing
omer-metin/skills-for-antigravity
--- name: ai-image-editing description: Expert patterns for AI-powered image editing including inpainting, outpainting, ControlNet, image-to-image, and API integration with Replicate, Stability AI, and FalUse when "ai image editing, inpainting, outpainting, controlnet, image to image, remove objec
Ai Product
omer-metin/skills-for-antigravity
--- name: ai-product description: Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimizat
Ai Music Audio
omer-metin/skills-for-antigravity
--- name: ai-music-audio description: Comprehensive patterns for AI-powered audio generation including text-to-music, voice synthesis, text-to-speech, sound effects, and audio manipulation using MusicGen, Bark, ElevenLabs, and more. Use when "music generation, text to music, AI music, voice clonin
trace
fntune/skills
Map codebase dependencies with tree and reading order
grace-generate
osovv/grace-marketplace
Generate code for a specific GRACE module with full semantic markup. Use when a module has been planned and contracted in development-plan.xml and you need to generate the actual implementation code with MODULE_CONTRACT, MODULE_MAP, semantic blocks, and knowledge graph updates.
Ambassador Programs
omer-metin/skills-for-antigravity
--- name: ambassador-programs description: Expert in designing and running ambassador, champion, and advocacy programs. Covers recruiting community leaders, structuring tiers and rewards, managing at scale, and turning passionate users into official representatives. Use when "ambassador program, c
Algorithmic Trading
omer-metin/skills-for-antigravity
--- name: algorithmic-trading description: Use when building trading systems, backtesting strategies, implementing execution algorithms, or analyzing market microstructure - covers strategy development, risk management, and production deploymentUse when ", " mentioned. --- # Algorithmic Tradi
obra-finishing-a-development-branch
faulkdev/github-copilot-superpowers
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
investigation-mode
faulkdev/github-copilot-superpowers
DEPRECATED: See systematic-debugging for current implementation.
create-adr
codenamev/ai-software-architect
Creates a NEW Architectural Decision Record (ADR) documenting a specific architectural decision. Use when the user requests "Create ADR for [topic]", "Document decision about [topic]", "Write ADR for [choice]", or when documenting technology choices, patterns, or architectural approaches. Do NOT use for reviews (use architecture-review or specialist-review), checking existing ADRs (use architecture-status), or general documentation.
angular-state-management
xfstudio/skills
Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.
my-skill
fluxa-agent-payment/skills
A skill that uses Grok API call, Video Generation with VEO 3.1
uncertainty-verification
faulkdev/github-copilot-superpowers
Use when providing exact commands, flags, config keys, file paths, API details, standards, or version-specific behavior - enforces verification via official docs (Context7/web fetch), explicit citations, and bans assumption-based specifics
my-skill
fluxa-agent-payment/skills
A skill that uses Grok API call, Video Generation with VEO 3.1, OpenAI API Endpoints, KLing I2V
my-skill
fluxa-agent-payment/skills
A skill that uses asd
pr-address-comments
google-gemini/gemini-cli
Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.
mermaid
johnlarkin1/claude-code-extensions
Generate Mermaid diagrams (.mmd, .mermaid files, or markdown code blocks) for flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, Gantt charts, pie charts, mindmaps, timelines, and git graphs. Use when user requests diagrams for documentation, markdown files, README visualizations, or any text-based diagram format that renders in GitHub/GitLab. Triggers on requests mentioning Mermaid, markdown diagrams, documentation diagrams, or when output needs to be embedded in markdown.
bootstrap-5
lindoelio/my-agent-skills
Build modern, responsive, accessible web interfaces using pure Bootstrap 5. Use when creating layouts, components, forms, or styling with Bootstrap's utility classes and components. Covers grid system, flexbox utilities, spacing, colors, typography, forms, buttons, cards, modals, navbars, dropdowns, alerts, and best practices for responsive design.
worktree-kit
gmickel/gmickel-claude-marketplace
Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.
rust-review
athola/claude-night-market
'Use this skill for Rust-specific code audits. Use when reviewing Rust
top-design
wondelai/skills
Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "premium website", "portfolio site", "scroll animations", "Awwwards quality", or "brand experience". Covers dramatic typography, purposeful motion, scroll-based composition, and performance-optimized animation. For foundational UI, see refactoring-ui. For type selection, see web-typography.
Databases
muhammederem/chief
# Database Integration Patterns ## Overview Database integration patterns for PostgreSQL (relational) and MongoDB (NoSQL) with Python, including ORM usage, migrations, and best practices. ## PostgreSQL with SQLAlchemy ### Connection Setup ```python from sqlalchemy import create_engine from sqlalc