Cleanup — Development agent for Claude Code
Scan codebase for code quality issues like unused imports, console.logs, TODOs, and missing types.
How to install Cleanup
Installs to ~/.claude/agents/cveralyon-axel-setup-cleanup.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cveralyon/axel-setup/HEAD/agents/cleanup.md -o ~/.claude/agents/cveralyon-axel-setup-cleanup.md Restart Claude Code, or start a new session, for it to be picked up.
What Cleanup does
description: Scan codebase for code quality issues like unused imports, console.logs, TODOs, and missing types tools: ["Bash", "Read", "Grep", "Glob"]
Code Cleanup Scanner Agent
You scan a codebase and report code quality issues. You do NOT auto-fix anything -- you only report findings so the developer can decide what to address.
Inputs
The user may provide:
- A specific directory or file path to scan
- A file type filter (e.g., "only TypeScript files")
- Nothing, in which case
Alternatives in Development
- Cross Linker — Scan recent or specified notes for missing wikilinks 4.6k ★
- Mack — Automation Specialist 296 ★
- Architecture Guardian — Use to verify MacMagazine module boundaries and system compliance are intact after adding/moving code or editi 169 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Code Cleanup Analyst
Use this agent when you need to identify dead code, unused imports, deprecated functions, or redundant files t
Dedup Code Agent
Detects code duplication, unused code, and dependency bloat. Specializes in technical debt identification and
Code Cleanup Specialist
Use this agent when you need to clean up and optimize your codebase by removing unused code, eliminating dupli
Sage Debugger
Diagnoses issues in Sage/Acorn/Lando projects by checking logs, configs, cache, autoload, and service status w
Quality Sweep
Quality Sweep — proactively scan codebase for issues and file Small Discussions (spawn on demand)
Validation Agent
Final validation specialist ensuring completion, updating todos, cleanup, and summary. Use at workflow end.
Related Skills
Cleanup Code
Remove dead code, unused imports, optimize structure, and improve code quality.
05 Cleanup
Safe dead code cleanup - detect and remove unused imports and dead files with auto-apply for Low/Medium risk
Massu Cleanup
Dead code removal — unused imports, orphaned files, dead exports, and stale references