recalibrate-alllisted
Install: claude install-skill stepanenkoviktor0110-boop/ai-dev-methodology
# Recalibrate All (autonomous)
End-to-end cleanup and calibration of `~/.claude/skills/`. Each phase commits separately.
All risky or ambiguous cases are logged to `~/.claude/skills/.known-issues/recalibrate-{date}.md`
for post-run review. No mid-flight user prompts.
## Pre-flight
1. `cd ~/.claude/skills`
2. Check `git status --porcelain` is empty. If dirty — abort with message;
do not auto-stash (user may have intentional WIP).
3. Create `.known-issues/recalibrate-{YYYY-MM-DD}.md` with empty section headers
for each phase. All skip-decisions append here.
## Phase 0: Cleanup
Execute the full destructive protocol in [cleanup-protocol.md](references/cleanup-protocol.md).
Risk gates (auto-skip rules, no user prompt):
- Deleting a design skill referenced by a kept skill → skip deletion, log
`{skill} referenced by {file}:{line}, replacement not found`
- Codex triad where stripping the word codex breaks trigger/action semantics →
retain triad as-is, log `{id} retained: semantic loss on codex-strip`
- Memory file whose filename matches `*codex*` but body is an active prohibition
("never use codex", "no codex", "запрет", ⛔) → keep
- Orphan reference to design skill with no equivalent in
`frontend-design:frontend-design` plugin → skip deletion of that design skill, log
Sub-phases (sequential, each commits before next):
- **0.1** Pre-scan orphan-map, replace orphan refs → `frontend-design:frontend-design`
- **0.2** Delete the 16 design dirs (except those skipped i