bymrtooher· 5 skills
Always-on operational guardrails, model-independent. Apply on EVERY task and EVERY model (Opus, Sonnet, Haiku, and any future tier) whether or not fable-mode's staged loop is running. Three rules: (1) verify-before-flag — never raise a warning about a problem that hasn't been confirmed present by a direct check; (2) warning batching — accumulate minor concerns and surface them together at a threshold instead of interrupting piecemeal; (3) find-and-replace safety — word-boundary anchoring on sed/substring edits plus a corruption grep afterward. Trigger whenever a response would flag a problem, raise a warning, or edit files with search-and-replace. These are behavioral contracts with the user, not capability aids — they do not depend on model strength.
$npx -y skills add mrtooher/fable-mode --skill execution-guardrailsInstalls into the current project.
Run `npx skills use "https://github.com/mrtooher/fable-mode" --skill "mrtooher/fable-mode/execution-guardrails"` 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/mrtooher/fable-mode" that are relevant to the current task. Run `npx skills add "https://github.com/mrtooher/fable-mode"` and select the relevant skills, then follow their instructions.