refactor-cleaner
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install refactor-cleaner --cli claudewrites the file to.claude/agents/refactor-cleaner.mdListed as compatible
# fetches the source and writes it to:
.claude/agents/refactor-cleaner.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
When to use it
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
How to install / invoke
Vendored from affaan-m/ecc (subagents). See the source: https://github.com/affaan-m/ecc/blob/main/agents/refactor-cleaner.md
Notes
Ingested from the affaan-m/ecc harness library (MIT).
Related
build-error-resolver
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.