cveralyon

Cleanup — Development agent for Claude Code

Development community

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

Terminal
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 Repository