From Darkroom Engineering
Rewrites patches by focusing on intended end-state, removing compatibility cruft, dead code, and unnecessary abstractions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/darkroom:zero-tech-debtThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rework the change from the intended end-state, not from the historical path that produced the current patch. The principles (no compat hacks, no abstractions you don't need, no dead branches) are in `AGENTS.md` — this skill is the workflow for applying them to a specific patch.
Rework the change from the intended end-state, not from the historical path that produced the current patch. The principles (no compat hacks, no abstractions you don't need, no dead branches) are in AGENTS.md — this skill is the workflow for applying them to a specific patch.
For restructuring code outside the current diff use /refactor. This skill is for the patch in front of you. (Claude Code 2.1.147 renamed /simplify to /code-review and removed the old cleanup-and-fix behavior; the native command is now a correctness reporter, not a code tightener.)
AdminDashboard over LegacyDashboardV2).npx claudepluginhub darkroomengineering/cc-settings --plugin darkroomRebuilds features with correct architecture from day one, removing compatibility cruft and dead abstractions. Use for refactoring, cleanup, modernization, or paying down tech debt.
Reduce internal duplication, dead code, and ceremony. Use when you spot dead fields, redundant wrappers, or speculative abstractions in code you are already editing.
Simplifies, polishes, and declutters code without changing behavior. Use when asked to simplify, clean up, refactor, declutter, remove dead code or AI slop, or improve readability. For analysis-only reports without code changes, use code-simplicity-reviewer agent.