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.
Codebase Onboarding
dcs-soni/awesome-claude-skills
--- name: codebase-onboarding description: Help developers understand unfamiliar codebases quickly. Use when user mentions onboarding, understanding code, architecture overview, codebase tour, project structure, or asks "how does this work" about a project. --- # Codebase Onboarding Skil
Fullstack Feature Generator
dcs-soni/awesome-claude-skills
--- name: fullstack-feature-generator description: Generate complete full-stack features with database models, API routes, UI components, and tests in one workflow. Use when user asks to add a feature, create CRUD operations, scaffold endpoints, or build complete functionality across f
stripe-best-practices
Kotty2998/claude-plugins-official
Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.
hardening-audit
rana/yogananda-skills
Production hardening checklist derived from the actual stack. HTTP headers, dependency scanning, secret management, input validation, error handling, CSP, CORS. Not a generic OWASP list — reasoned from the specific architecture. Use before deployment, after adding external integrations, or at phase boundaries.
Empty Catch Finder
dcs-soni/awesome-claude-skills
--- name: finding-empty-catches description: Find empty catch blocks and silent error handlers that swallow exceptions. Use when user mentions silent failures, error swallowing, empty catch, ignored exceptions, or debugging mysterious production issues. allowed-tools: - View - Bash
Fastapi Patterns
ruslan-korneev/python-backend-claude-plugins
# FastAPI Patterns Best practices and patterns for FastAPI projects with SQLAlchemy 2.0 and dependency-injector. ## Triggers Use this skill when the user: - Creates a new FastAPI project or module - Asks about FastAPI application structure - Works with SQLAlchemy models and repositories - Configu
hanx-knowledge-base
wrm3/ai_project_template
Document ingestion and semantic search with RAG capabilities. Supports PDF, DOCX, MD, TXT, CSV, HTML, and JSON. Combines intelligent chunking, vector embeddings, and persistent storage for building searchable knowledge bases.
gpd-betagroups
rudrankriyam/app-store-connect-cli-skills
Orchestrate Google Play beta testing groups and distribution using gpd. Use when managing testers, internal testing, or beta rollouts.
workflow
tobyhede/turboshovel
Use when executing multi-step processes requiring state persistence and agent coordination - defines two-tier protocol where subagents report PASS/FAIL status and main agent handles dispatch, advancement, and failure troubleshooting
linear-workflow
srobinson/helioy-plugins
Create and manage Linear issues following Helioy ways of working. Use when creating issues, planning features, breaking down work, or organizing tasks in Linear. Enforces parent/sub-issue pattern, proper sizing, and metadata conventions.
ultrathink
husniadil/ekstend
Sequential thinking CLI for multi-step problem solving. Use when breaking down complex problems into steps, planning implementations, debugging multi-layered issues, or when explicit step-by-step reasoning with confidence tracking and assumption management is beneficial.
Hanx Mediawiki
wrm3/ai_project_template
# MediaWiki Integration Skill > **Comprehensive MediaWiki API integration for wiki management and documentation** ## Overview This skill provides complete MediaWiki integration for Claude Code, enabling AI-powered management of wiki content, documentation, and knowledge bases. MediaWiki powers Wi
launch-artifacts
littlebearapps/pitchdocs
Transforms README and CHANGELOG into platform-specific launch content — Dev.to articles, Hacker News posts, Reddit posts, Twitter/X threads, and awesome list submission PRs. Keeps promotion tethered to code artifacts, not generic marketing. Use when launching or announcing a project release.
mcp-protocol-development
Myst4ke/mcp-to-skills-converter
This skill should be used when implementing MCP protocol integration, JSON-RPC communication, tool discovery, and MCP server lifecycle management with TypeScript and Node.js
Devops
javalenciacai/develop-skills
--- name: devops description: DevOps Engineer. Manages Docker, CI/CD, infrastructure and deployments. Maintains docker-compose.yml, pipelines and environment configuration. Reports to InfraLead. Use when: (1) Docker, containers or docker-compose configuration, (2) CI/CD pipelines (GitHub Actions,
mac-automation
aiskillstore/marketplace
This skill should be used when the user requests Mac automation via AppleScript, including: Mail operations, Reminders/Calendar management, Safari control, Finder operations, system controls (volume, brightness, notifications, app launching), third-party apps (development tools, task management, media players), or mentions \"AppleScript\" or \"automate Mac\".
ml-lightning-basics
nishide-dev/claude-code-ml-research
Comprehensive guide for PyTorch Lightning - LightningModule, Trainer, distributed training, PyTorch 2.0 torch.compile integration, Lightning Fabric, and production best practices
agile-ceremonies
aiskillstore/marketplace
Agile ceremonies and sprint management specialist. Use when running standups,
context7-efficient
aiskillstore/marketplace
Token-efficient library documentation fetcher using Context7 MCP with 86.8% token savings through intelligent shell pipeline filtering. Fetches code examples, API references, and best practices for JavaScript, Python, Go, Rust, and other libraries. Use when users ask about library documentation, need code examples, want API usage patterns, are learning a new framework, need syntax reference, or troubleshooting with library-specific information. Triggers include questions like "Show me React hooks", "How do I use Prisma", "What's the Next.js routing syntax", or any request for library/framework documentation.
ml-wandb-tracking
nishide-dev/claude-code-ml-research
Complete guide for Weights & Biases (W&B) - experiment tracking, hyperparameter sweeps, artifact management, model registry, and PyTorch Lightning integration
ml-profile
nishide-dev/claude-code-ml-research
Profile ML training performance to identify bottlenecks (data loading, compute, memory usage) and optimize GPU utilization. Use when training is slow, GPU utilization is low, or experiencing memory issues.
following-plans
tobyhede/turboshovel
Algorithmic decision tree for when to follow plan exactly vs when to report STOPPED - prevents scope creep and unauthorized deviations
gpd-cli-usage
rudrankriyam/app-store-connect-cli-skills
Guidance for using the Google Play Developer CLI (flags, output formats, auth, pagination). Use when asked to run or design gpd commands for Play Console workflows.
executing-plans
tobyhede/turboshovel
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches