Scope discipline for code changes. Use whenever writing or editing code: implementing a feature, fixing a bug, or modifying existing files. Trigger especially when tempted to refactor, clean up, add error handling, add configuration options, or restructure code beyond what the task asked for.
$npx -y skills add benjaminard/fable-skills --skill minimal-diffInstalls into the current project.
Run `npx skills use "https://github.com/benjaminard/fable-skills" --skill "benjaminard/fable-skills/minimal-diff"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/benjaminard/fable-skills" that are relevant to the current task. Run `npx skills add "https://github.com/benjaminard/fable-skills"` and select the relevant skills, then follow their instructions.