Skip to content

Skills Reference

32 repeatable workflows. Each skill is a slash command that guides your AI assistant through a structured process.

Interactive Catalog

Browse all skills with search and filters in the interactive catalog.

Planning

SkillWhat it doesExample
/brainstormSocratic brainstorming before planning/brainstorm implement real-time chat
/planAdaptive planning that scales with task complexity/plan add user authentication with JWT
/discoveryFeasibility analysis with GO/NO-GO decision/discovery migrate from REST to GraphQL
/estimateEstimate cost and token usage before execution/estimate build the notification system

Development

SkillWhat it doesExample
/tddTest-Driven Development with Red-Green-Refactor/tdd create the payment validator
/debugSystematic debugging with hypothesis testing/debug the checkout timeout issue
/autofixAuto-triage errors from Sentry/logs, prioritize, create fix PRs/autofix --timeframe=24h
/lintLint and auto-fix code issues/lint src/modules/auth/
/commitSmart conventional commits with scope detection/commit

Quality

SkillWhat it doesExample
/verifyVerify claims with evidence before marking complete/verify
/codereviewMulti-reviewer parallel code review/codereview src/modules/checkout/
/auditMulti-domain code audit (security, performance, architecture, observability)/audit src/
/healthProject health score across multiple dimensions/health
/grillAdversarial code challenge - stress-test with attack vectors/grill src/services/auth.ts
/design-reviewFrontend design audit (consistency, accessibility, responsive, UX)/design-review src/components/
/seo-auditSEO technical audit (meta tags, structured data, CWV, crawlability)/seo-audit src/app/
/improve-architectureIncremental architecture improvement (circular deps, coupling)/improve-architecture src/modules/

Workflow

SkillWhat it doesExample
/checkpointSave/restore progress for long tasks/checkpoint save
/finishFinalize branch with tests, lint, commit/finish
/worktreeGit worktree isolation for parallel work/worktree create feature/auth
/learnLearn patterns while building/learn how this auth flow works
/autopilotAutonomous iterative development with PRD and progress tracking/autopilot docs/PRD-auth.md --max-iterations=10

Migration

SkillWhat it doesExample
/migrate-frameworkMigrate between frameworks (Vue to React, etc.)/migrate-framework from vue to react
/migrate-architectureMigrate between architecture patterns/migrate-architecture to hexagonal

Product & Marketing

SkillWhat it doesExample
/prdProduct requirements with user stories and issue decomposition/prd implement real-time notifications
/copywritingMarketing copy with A/B variants and conversion frameworks/copywriting SaaS landing page for developers
/croConversion rate optimization audit with A/B hypotheses/cro src/app/pricing/

Knowledge

SkillWhat it doesExample
/rememberSave decisions and context for future sessions/remember always use Zustand for state
/recallRecall saved decisions and context/recall state management
/onboardCodebase onboarding for new team members/onboard
/tutorialInteractive tutorial for learning the project/tutorial
/write-skillCreate or improve custom skills/write-skill deploy