Registry
Plugins
Design tokens
Slash commandFinds the hardcoded colours and one-off font sizes that quietly break your dark theme, and maps each one back to a token.
Test writer
Slash commandWrites the tests that would have caught the bug, in the style the project already uses.
Test runner
Slash commandFinds the project's real test command and runs it, then reads the failures for you.
Release check
Slash commandThe pre-flight pass before you tag: clean tree, green tests, honest version, real notes.
Refactor safely
SkillKeeps a refactor a refactor - behaviour identical, diff reviewable, no opportunistic rewrites.
Log triage
Slash commandTakes a stack trace or a wall of logs and works back to the line that caused it, instead of the line that reported it.
Flaky test hunter
Slash commandFinds the tests that fail on a bad day, works out which kind of flake each one is, and fixes the cause instead of adding a retry.
Debugging method
SkillHow to find a bug by narrowing it down instead of guessing at it, and how to know when you have actually found it.