Skills are reusable knowledge and workflows that make AI coding agents dramatically more capable. They work across Claude Code, Gemini CLI, Codex, Cursor, GitHub Copilot, and any agentskills.io-compatible agent.
Each skill packages domain expertise into a portable format: install once, invoke anywhere with /skill-name.
Manual invocation Trigger these with /skill-name during a conversation. They appear in the autocomplete menu.
These skills are designed to be explicitly called when you want specialized domain knowledge or a structured workflow. They behave like focused teammates you can pull into the session on demand.
add-badgesDetect stack and generate shields.io README badges with icons, colors, live endpoints. Use when adding or updating badges.
api-designerContract-first API design for REST, GraphQL, gRPC. Design, spec, review, version, compat, sdk. Use for API architecture and OpenAPI specs.
changelog-writerGenerate changelogs, release notes, and migration guides from git history. Parse conventional commits. Use for releases.
data-pipeline-architectDesign batch and streaming data pipelines with contracts, lineage, reliability, and cost controls. Use for ingestion and transformation systems.
data-wizardAnalyze data and guide ML: EDA, model selection, feature engineering, stats, visualization, MLOps. Use for data work.
database-architectDesign schemas, plan migrations, and optimize queries. Six modes from modeling to evolution. Use for database architecture.
devops-engineerDesign, optimize, and debug CI/CD pipelines. GitHub Actions and GitLab CI patterns. Use for pipeline work.
discover-skillsDiscover AI agent skills via gap analysis, registry search, and ideation. Use when expanding your collection systematically.
docs-stewardMaintain docs across Starlight, Docusaurus, MkDocs. Sync, health checks, migrations, ADRs, runbooks. Use when docs change.
draw-thingLocal AI image generation via Draw Things CLI. txt2img, img2img, upscale, inpaint, ControlNet, LoRA, batch. Use when you need local image work on macOS.
email-whizGmail copilot via MCP. Triage, inbox-zero, filters, analytics, labels, cleanup. Use when managing email or automating Gmail.
event-driven-architectDesign event-driven systems: contracts, topics, consumers, retries, idempotency, and sagas. Use for asynchronous workflows. NOT for CRUD APIs or ETL pipelines.
files-buddySafe filesystem organization, deduplication, renaming, and cleanup with cloud drive support. Delegates to best-in-class CLI tools. Use for file management.
frontend-designerBuild frontends with React, Tailwind, shadcn/ui. Scaffold, create, theme, refactor, audit. Use when building or improving UI.
git-workflowGit operations: conventional commits, PR descriptions, branch strategy, conflict resolution, code archaeology, bisect. Use for git workflow tasks.
honest-reviewConfidence-scored code review with evidence validation. Session or full codebase audit. Use when reviewing changes or auditing quality.
host-panelSimulated expert panel discussions. Roundtable, Oxford-style, Socratic formats. Use when exploring topics from multiple perspectives.
incident-response-engineerOperational incident response for triage, containment, communications, recovery, and postmortems. Use during outages.
infrastructure-coderInfrastructure-as-Code: Terraform, Kubernetes, Docker. Generate, review, cost-compare, security-scan. Use for IaC work.
learnCapture corrections and patterns as reusable knowledge. Routes to the right instruction file. Use when patterns repeat 3+ times or to save insights.
mcp-creatorBuild MCP servers with FastMCP v3. Research, scaffold, implement, test, deploy. Use when creating MCP servers or integrating APIs via MCP.
observability-advisorDesign and review logs, metrics, traces, SLOs, and alerting for reliable systems. Use for telemetry strategy and coverage gaps.
orchestratorParallel execution via subagent waves, teams, and pipelines. Use when 2+ independent actions need coordination. NOT for single-action tasks.
performance-profilerPerformance analysis: complexity estimation, profiler output parsing, caching design, regression risk. Use for optimization guidance.
prompt-engineerPrompt engineering for any AI system. Craft, analyze, convert between models, evaluate with rubrics. Use for system prompts, agent prompts, tool defs.
reasoning-routerClassify problems and route to optimal thinking MCP (11 available). Monitor confidence, re-route on stall. Use for complex reasoning.
release-pipeline-architectRelease workflow architecture for versioning, artifact promotion, rollout safety, and rollback design. Use for release pipelines.
researchDeep multi-source research with confidence scoring. Auto-classifies complexity. Use for technical investigation, fact-checking.
schema-evolution-plannerPlan zero-downtime schema changes across code, data backfills, and cutovers. Use for expand-contract database changes. NOT for fresh schema design or DBA ops.
security-scannerProactive security assessment with SAST, secrets detection, dependency scanning, and compliance checks. Use for pre-deployment audit.
shell-scripterShell script generation, review, and dialect conversion. Makefile and justfile generation. ShellCheck rules. Use for shell work.
skill-creatorCreate, improve, and audit AI agent skills. 14 structural patterns, deterministic scoring. Use when building or reviewing skills.
tech-debt-analyzerSystematic tech debt inventory with complexity analysis, dead code detection, and remediation planning. Track debt over time.
test-architectTest strategy, coverage analysis, edge case identification, flaky test diagnosis. Use when designing test suites.
wargameStrategic decision analysis and wargaming. Auto-classifies complexity for analysis or simulation. Use for decisions under uncertainty.
Auto-invoked The agent loads these automatically when it detects relevant context — no manual invocation needed. They enforce consistency across the codebase.
Convention skills stay out of the / menu but remain available to the agent. When the repo context matches, they quietly apply the right rules, tooling, and formatting patterns.
agent-conventionsAgent definition conventions. Validate frontmatter, update indexes. Use when creating or modifying agents. NOT for skills, MCP servers, or CLAUDE.md.
javascript-conventionsJS/TS tooling conventions. Enforce pnpm. Use when working on JS/TS files or package.json. NOT for Python, backend-only, or shell scripts.
python-conventionsPython tooling conventions. Enforce uv, ty. Use when working on .py files or pyproject.toml. NOT for JS/TS or shell scripts.
shell-conventionsShell tooling conventions. Enforce portable bash and sh practices, quoting, env usage, and Make or just patterns. Use when editing shell files.