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.
Modernizes and improves legacy codebases by systematically refactoring outdated patterns, reducing technical debt, and improving maintainability while preserving functionality.
Cleans AI-generated code slop with a regression-safe, deletion-first workflow. Supports optional reviewer-only mode for incremental cleanup passes.