Skills catalog

Invoke any skill in your chat, or let your agent decide.

Skills run in pipeline order with Human checkpoints to guide your review.

Architect pipeline

SkillWhat it doesExample
/initializeSets up your project environment and main instructions file./initialize this project
/exploreReverse-engineers legacy code for architecture insights./explore this project
/extractExtracts real rules and conventions from your codebase./extract from this codebase

Builder pipeline

SkillWhat it doesExample
/specifyWrites clear specifications with formal acceptance criteria./specify a feature requirement
/planifyBreaks specs into concrete, ordered implementation steps./planify the specification
/codifyGenerates code that follows your plans and your rules./codify the plan
/verifyWrites and runs E2E tests so specs are actually met./verify the code

Craftsman pipeline

SkillWhat it doesExample
/reviewReviews code for quality and generates a feedback report./review the source code
/repairFixes issues from review or verify reports./repair reported issues
/releaseBumps version, updates CHANGELOG and artifacts./release a new version
/repositoryManages git branches and conventional commits.Used automatically by other skills
/refactorImproves existing code without changing its behavior.(work in progress)

Designer pipeline

SkillWhat it doesExample
/designCreates design systems and design tokens./design the project

Human checkpoints

You approve the specs, plans, code, and tests.

Step You review
/initialize Project context and instructions
/explore Architecture and codebase
/extract Rules and conventions
/specify Problem, solution, and acceptance criteria
/planify Implementation steps for each tier
/codify Code and unit tests
/verify E2E code and failure reports
/review Quality feedback report
/release Version bump and changelog