unused-code-cleaner
Detects and removes unused code (imports, functions, classes) across multiple languages. Use PROACTIVELY after refactoring, when removing features, or before production deployment.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install unused-code-cleaner --cli claudewrites the file to.claude/agents/unused-code-cleaner.mdListed as compatible
# fetches the source and writes it to:
.claude/agents/unused-code-cleaner.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Detects and removes unused code (imports, functions, classes) across multiple languages. Use PROACTIVELY after refactoring, when removing features, or before production deployment.
When to use it
Detects and removes unused code (imports, functions, classes) across multiple languages. Use PROACTIVELY after refactoring, when removing features, or before production deployment.
How to install / invoke
# Copy the agent definition into your project's .claude/agents/
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/agents/development-tools/unused-code-cleaner.md -o .claude/agents/unused-code-cleaner.md
Notes
Extracted from davila7/claude-code-templates, development-tools category.