/kit-verify
Force the guardrails VERIFY echo protocol — prove every done/fixed/works claim with quoted command output. Use when asked to verify claims, check completion evidence, prove it works, or when "done" was claimed without proof.
$ npx -y skills add altafino/FableClaudeMDForOpus --skill kit-verify --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/kit-verify
Context preview
The summary Claude sees to decide when to auto-load this skill.
Force the guardrails VERIFY echo protocol — prove every done/fixed/works claim with quoted command output. Use when asked to verify claims, check completion evidence, prove it works, or when "done" was claimed without proof.
SKILL.md
kit-verify.SKILL.mdname: kit-verify description: Force the guardrails VERIFY echo protocol — prove every done/fixed/works claim with quoted command output. Use when asked to verify claims, check completion evidence, prove it works, or when "done" was claimed without proof.
Read docs/guardrails/VERIFY.md and execute the echo protocol against the current task's claims: 1. Walk V1–V14, one line each: `V<n>: PASS — <command> -> <output line>` | `FAIL — ...` | `N/A — <reason>`. 2. Every quoted output line must exist verbatim in a tool result in THIS turn — run any missing command now. 3. Report only in the canonical status vocabulary; while any line reads FAIL, do not claim done.
A portable CLAUDE.md + documentation set that makes Claude Opus / Sonnet operate as close to frontier (Fable) level as possible inside Claude Code: fewer logic errors, fewer introduced bugs, fewer wasted tokens.
Other skills on fableclaudemdforopus.
- /kit-angular
Angular guardrails pack — signals, change detection, @for track, RxJS teardown, standalone defaults, plus UI state/a11y discipline. Use when writing Angular components, templates, or services.
Open skill - /kit-audit
Audit guardrails-kit compliance of the current session — run the transcript marker scorecard. Use when asked to audit compliance, check which guardrail rules fired or were missed, or score the session.
Open skill - /kit-debug
Force the guardrails debugging discipline — reproduce first, CAUSE line, failed-attempts ledger, escalation ladder. Use when debugging is flailing, the same fix keeps failing, or asked to debug systematically.
Open skill - /kit-doctor
Health-check the installed guardrails kit — markers, doc set, versions, STATE.md shape, drift. Use when asked to check the kit installation, diagnose guardrails problems, or after upgrading the kit.
Open skill - /kit-go
Go guardrails pack — typed-nil interfaces, slice aliasing, maps, defer, goroutine/channel traps, JSON pitfalls. Use when writing or reviewing Go code.
Open skill - /kit-migrate
Install or upgrade the guardrails kit into a project with an existing CLAUDE.md by executing MIGRATE.md exactly. Use when asked to migrate a CLAUDE.md, install the kit, or retrofit guardrails into a project.
Open skill

