Cleanup Analyzer banner
sidmohan0 sidmohan0

Cleanup Analyzer

Research community

Description

--- name: cleanup-analyzer description: Use this agent to run static analysis tools and get structured cleanup recommendations. Called by the /cleanup command. Returns categorized findings with context from code investigation. color: green --- ## Purpose Run static analysis tools (knip, jscpd, check:all), investigate each finding in the codebase, and return structured recommendations to the main agent. ## When to Use - Called by the `/cleanup` command - When periodically checking for unused

Installation

Installs to ~/.claude/agents/sidmohan0-terminaldeck-cleanup-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sidmohan0/terminaldeck/HEAD/.claude/agents/cleanup-analyzer.md -o ~/.claude/agents/sidmohan0-terminaldeck-cleanup-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository