All Skills
(19,001)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.
inngest-setup
inngest/inngest-skills
Set up Inngest in a TypeScript project. Install the SDK, create a client, configure environment variables, serve endpoints or connect as a worker, and run the local dev server.
dev-buddy-feature-implement
Z-M-Huang/vcp
Dev Buddy multi-AI pipeline. Plan -> Review -> Implement (loop until reviews approve). Configurable pipeline with Codex final gate.
fact-check
damionrashford/RivalSearch-Plugin
Verify claims, statements, or assertions by cross-referencing web, news, academic, and social sources. Produces a confidence-scored verdict with full evidence chain. Use when verifying claims, checking facts, or validating statements.
commit
mkrtchian/spec-driven-dev
Stage and commit changes with conventional commit messages
mom-factura-testing
ithustle/momenu-skills
Test and debug Mom Factura Payment API integrations using QA environment and payment simulation. Use when setting up test environments, simulating payment outcomes (success, failure, timeout), debugging API errors, or validating integration before production.
api
mrsknetwork/supernova
Designs and implements HTTP APIs in Python using FastAPI (REST) or Strawberry (GraphQL). Enforces contract-first design, standard response envelopes, authentication dependency injection, and rate limiting. Trigger when building API endpoints, designing schemas, or handling client-server communication. Always choose REST vs GraphQL based on application complexity.
release-readiness
cyberwalk3r/qa-toolkit
Go/no-go release assessment with quality gate scoring and risk analysis
competitive-intel
damionrashford/RivalSearch-Plugin
Competitive intelligence for companies, products, markets, or websites. Maps sites, analyzes products and pricing, tracks news and sentiment, profiles the competitive landscape, and produces SWOT analysis. Use when analyzing competitors, evaluating markets, or auditing web presence.
test-cases
cyberwalk3r/qa-toolkit
Generate test cases from requirements in table, Gherkin BDD, or checklist format
full-stack-reviewer
Nembie/claude-code-skills
Complete codebase audit combining code review, Prisma query optimization, and TypeScript analysis with intelligent routing. Use when asked for a full project review, complete codebase audit, or comprehensive quality check of a full-stack application.
discovery
robzolkos/zolkos-agent-skills
Quick user-centric interview to capture requirements from a time-poor stakeholder.
component-identification-sizing
tech-leads-club/agent-skills
Maps architectural components in a codebase and measures their size to identify what should be extracted first. Use when asking "how big is each module?", "what components do I have?", "which service is too large?", "analyze codebase structure", "size my monolith", or planning where to start decomposing. Do NOT use for runtime performance sizing or infrastructure capacity planning.
agent-development
nsalvacao/nsalvacao-claude-code-plugins
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
prime
robzolkos/zolkos-agent-skills
Prime yourself on a codebase by listing files and reading the README.
research
damionrashford/RivalSearch-Plugin
Comprehensive multi-source research with academic depth. Searches web, social platforms, news, academic databases, and GitHub. Discovers papers, datasets, and open source implementations. Use when conducting research, literature reviews, or investigating any topic.
openskills-runtime-debug
Geeksfino/openskills
Diagnose openskills-runtime execution failures in sandboxed paths (Landlock, seatbelt, native script execution, wasm execution) and produce root-cause-first findings with minimal-risk remediation steps.
journal-entry-prep
anthropics/knowledge-work-plugins
Prepare journal entries with proper debits, credits, and supporting documentation for month-end close. Use when booking accruals, prepaid amortization, fixed asset depreciation, payroll entries, revenue recognition, or any manual journal entry.
infra
mrsknetwork/supernova
Provisions and manages cloud infrastructure using Terraform, configures Kubernetes deployments, and manages network and IAM resources. Use when provisioning cloud environments, setting up Kubernetes clusters, writing Terraform modules, or configuring network topology. Always confirm the cloud provider and existing infra state before making changes.
review-code
Vibe-Builders/claude-prime
Review code for quality and issues. Use when reviewing diffs, PRs, branches, or staged changes against project conventions.
email-sequence
eugenepyvovarov/mcpbundler-agent-skills-marketplace
When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle emails." For in-app onboarding, see onboarding-cro.
onboarding
mrsknetwork/supernova
Sets up a new project from scratch — creates the complete repository structure, configuration files, environment setup, and base scaffolding so development can start immediately. Use this as the FIRST skill on any brand-new project before any other skill runs. Trigger when the user says "start a new project", "scaffold a new app", "I want to build X from scratch", "initialize project", or when no code exists yet and the user is describing an idea.
parallel
mrsknetwork/supernova
Coordinates simultaneous execution of independent tasks to reduce total build time. Use this skill when multiple tasks from the plan checklist have no dependencies between them and can be safely executed concurrently. Trigger when the plan has tasks in the same phase that do not share data or files.
touch-skill
Vibe-Builders/claude-prime
Create or update agent skills. Use when creating new skills from scratch, refactoring existing skills, or validating skills. Provides templates, validation, and progressive disclosure patterns.
git-commits
octivi/skills
Draft, rewrite, and review Git commit messages using Conventional Commits and commit hygiene rules. Use whenever the user asks for commit text, commit message fixes, type/scope selection, breaking-change notation, trailers (for example See or Co-authored-by), splitting work into atomic commits, or commit readiness before a PR, even if they ask in informal terms like "polish this commit message".