callidescope-configure

Installation
SKILL.md

Telling callidescope what to do

Two surfaces, read together on every run: the flags on the command line, and the callidescope.config.ts they layer over. Neither is complete on its own — --check names a limit the file has to have set, and a destination in the file is only written when a flag asks for it.

The two decisions a run makes

Every invocation answers two independent questions, neither implying the other:

Question Answered by
What does this run fail on? --check, a comma-separated set
What does this run rewrite? --write, plus the destinations in the configuration
Installs
32
First Seen
Aug 27, 2026
callidescope-configure — jimmypaolini/codebase