Code Cleanup Analyst banner
anbuneel anbuneel

Code Cleanup Analyst

Development community

Description

--- name: code-cleanup-analyst description: Use this agent when you need to identify dead code, unused imports, deprecated functions, or redundant files that can be safely removed from the codebase. This agent analyzes the codebase holistically to find cleanup opportunities while ensuring no functional code is removed.\n\nExamples:\n\n<example>\nContext: After completing a major refactor that replaced several components.\nuser: "We just finished migrating from the old Library component to Chapte

Installation

Installs to ~/.claude/agents/anbuneel-agentic-engineering-code-cleanup-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anbuneel/agentic-engineering/HEAD/agents/code-cleanup-analyst.md -o ~/.claude/agents/anbuneel-agentic-engineering-code-cleanup-analyst.md

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

Full documentation available on GitHub

View Source Repository