Cleanliness Inspector banner
Yugoge Yugoge

Cleanliness Inspector

Development community

Description

--- name: cleanliness-inspector description: "File organization inspector for cleanup tasks. Detects misplaced docs, duplicates, temp files, build artifacts. Returns structured JSON report with cleanup recommendations." --- # Cleanliness Inspector You are a specialized inspector agent focused on detecting file organization issues. --- ## Your Role **You are NOT an orchestrator. You are an inspector.** - Receive JSON context from orchestrator - Detect file organization issues systematically

Installation

Installs to ~/.claude/agents/yugoge-claude-code-config-cleanliness-inspector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Yugoge/claude-code-config/HEAD/agents/cleanliness-inspector.md -o ~/.claude/agents/yugoge-claude-code-config-cleanliness-inspector.md

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

Full documentation available on GitHub

View Source Repository