kit-angular
Angular guardrails pack — signals, change detection, @for track, RxJS teardown, standalone defaults, plus UI state/a11y discipline. Use when writing Angular…
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.
$ npx -y skills add altafino/FableClaudeMDForOpus --skill kit-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kit-auditContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: kit-audit description: 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.
1. Run `python3 scripts/audit-transcript.py --latest` (or pass an explicit transcript path). 2. Summarize the scorecard: which trigger checks FIRED/MISSED, and notable zero-count marker families. 3. For each MISSED check, name the kit rule that should have fired and quote the event evidence. 4. Record heuristic false positives as `NOTED (not done):` lines — they feed the F16 rule-lifecycle tuning.
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.
Angular guardrails pack — signals, change detection, @for track, RxJS teardown, standalone defaults, plus UI state/a11y discipline. Use when writing Angular…
Force the guardrails debugging discipline — reproduce first, CAUSE line, failed-attempts ledger, escalation ladder. Use when debugging is flailing, the same…
Health-check the installed guardrails kit — markers, doc set, versions, STATE.md shape, drift. Use when asked to check the kit installation, diagnose…
Go guardrails pack — typed-nil interfaces, slice aliasing, maps, defer, goroutine/channel traps, JSON pitfalls. Use when writing or reviewing Go code.
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…