← ClaudeAtlas

recalibrate-alllisted

Autonomous one-shot cleanup and calibration of all skills in $AGENTS_HOME. Removes 16 obsolete design skills (keeps photo-crop, content-card), purges codex references from active skills and triads, calibrates remaining skills against Anthropic best practices and the 250-line SKILL.md soft limit. Runs end-to-end without user gates; risky items skipped to known-issues for post-run review rather than asked about mid-flight. Use when user explicitly says "/recalibrate-all", "откалибровать все скиллы", "почистить устаревшее", "calibrate all skills", "перекалибровать ��киллы", "recalibrate methodology", "clean up skills".
stepanenkoviktor0110-boop/ai-dev-methodology · ★ 1 · AI & Automation · score 60
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