Browse Skills
Getting Started With Skills
v1.0.0Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
Using Git Worktrees
v1.0.0Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verifi...
Tracing Knowledge Lineages
v1.0.0Understand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures
Testing Skills With Subagents
v1.0.0RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes
Testing Anti Patterns
v1.0.0Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
Test Driven Development (TDD)
v1.0.0Use when implementing any feature or bugfix, before writing implementation code
Systematic Debugging
v1.0.0Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Subagent Driven Development
v1.0.0Use when executing implementation plans with independent tasks in the current session
Simplification Cascades
v1.0.0Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z
Sharing Skills
v1.0.0Contribute skills back to upstream via branch and PR
Scale Game
v1.0.0Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
Root Cause Tracing
v1.0.0Systematically trace bugs backward through call stack to find original trigger