Code Cleanup Specialist banner
lishiyo lishiyo

Code Cleanup Specialist

Development community

Description

--- name: code-cleanup-specialist description: Use this agent when you need to clean up and optimize your codebase by removing unused code, eliminating duplication, and updating outdated documentation. Examples: <example>Context: User has just finished implementing a new feature and wants to clean up the codebase before committing. user: "I just finished adding the new authentication flow. Can you clean up any unused imports, duplicate code, and update the docs?" assistant: "I'll use the code-cl

Installation

Installs to ~/.claude/agents/lishiyo-claude-code-template-code-cleanup-specialist.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lishiyo/claude-code-template/HEAD/.claude/agents/code-cleanup-specialist.md -o ~/.claude/agents/lishiyo-claude-code-template-code-cleanup-specialist.md

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

Full documentation available on GitHub

View Source Repository