Skip to content

Registry

Plugins

Install these from the desktop app under Settings → Plugins, or publish your own.

Design tokens

Slash command

Finds the hardcoded colours and one-off font sizes that quietly break your dark theme, and maps each one back to a token.

Ardjun Debi - Tewarie · v1.0.02

Test writer

Slash command

Writes the tests that would have caught the bug, in the style the project already uses.

Ardjun Debi - Tewarie · v1.0.00

Test runner

Slash command

Finds the project's real test command and runs it, then reads the failures for you.

Ardjun Debi - Tewarie · v1.0.00

Release check

Slash command

The pre-flight pass before you tag: clean tree, green tests, honest version, real notes.

Ardjun Debi - Tewarie · v1.0.00

Refactor safely

Skill

Keeps a refactor a refactor - behaviour identical, diff reviewable, no opportunistic rewrites.

Ardjun Debi - Tewarie · v1.0.00

Log triage

Slash command

Takes a stack trace or a wall of logs and works back to the line that caused it, instead of the line that reported it.

Ardjun Debi - Tewarie · v1.0.00

Flaky test hunter

Slash command

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

Ardjun Debi - Tewarie · v1.0.00

Debugging method

Skill

How to find a bug by narrowing it down instead of guessing at it, and how to know when you have actually found it.

Ardjun Debi - Tewarie · v1.0.00

Dead code

Slash command

Finds the exports, files and flags nothing uses any more, and separates the genuinely dead from the merely quiet.

Ardjun Debi - Tewarie · v1.0.00

Code review

Slash command

Reviews the working diff for defects that actually bite - not style opinions your formatter already settled.

Ardjun Debi - Tewarie · v1.0.00