Browse Skills

Getting Started With Skills

v1.0.0

Skills wiki intro - mandatory workflows, search tool, brainstorming triggers

Jesse Vincent
5

Using Git Worktrees

v1.0.0

Use 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...

Jesse Vincent
4

Tracing Knowledge Lineages

v1.0.0

Understand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures

Jesse Vincent
5

Testing Skills With Subagents

v1.0.0

RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes

Jesse Vincent
3

Testing Anti Patterns

v1.0.0

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.

Jesse Vincent
4

Test Driven Development (TDD)

v1.0.0

Use when implementing any feature or bugfix, before writing implementation code

Jesse Vincent
4

Systematic Debugging

v1.0.0

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Jesse Vincent
4

Subagent Driven Development

v1.0.0

Use when executing implementation plans with independent tasks in the current session

Jesse Vincent
3

Simplification Cascades

v1.0.0

Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z

Jesse Vincent
5

Sharing Skills

v1.0.0

Contribute skills back to upstream via branch and PR

Jesse Vincent
2

Scale Game

v1.0.0

Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales

Jesse Vincent
4

Root Cause Tracing

v1.0.0

Systematically trace bugs backward through call stack to find original trigger

Jesse Vincent
4