Cleanliness Inspector — Development agent for Claude Code
File organization inspector for cleanup tasks.
How to install Cleanliness Inspector
Installs to ~/.claude/agents/yugoge-claude-code-config-cleanliness-inspector.md
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.
What Cleanliness Inspector does
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
Alternatives in Development
- Legal Recommendations — Legal Recommendations Subagent 841 ★
- Upsell Maximizer — Revenue expansion specialist 587 ★
- Workflow Analyzer — Evaluates technical topics, proposals, or decisions across multiple dimensions with evidence-based scoring and 530 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Cleaner
Cleanup execution specialist. Executes approved cleanup actions from cleanliness-inspector and style-inspector
Thread Janitor
Auto-clean stale cortex threads. Finds threads with no updates in 7+ days, resolves completed work, merges dup
Rule Inspector
Folder rule discovery agent. Analyzes Git history to discover file creation patterns, extracts folder organiza
Go HTTP Handler Assistant
Review HTTP handler organization and enforce architectural patterns. Detects inline handlers in main.go, valid
Browns
Retrospective agent. Reads spectrum artifacts (HOOK.md, debriefs, SEAM-CHECK.md, PAX-PLAN.md) and drafts LESSO
Dedup Code Agent
Detects code duplication, unused code, and dependency bloat. Specializes in technical debt identification and
Related Skills
Tidy
Scan a folder for cleanliness issues and fix them. Renames vague files, deletes duplicates/bloat, flags mispla
Clean And Organize
Clean temporary files and organize misplaced files. Moves markdown files to ai_docs/temp_markdowns/, test file
Claude Skill Code Cleanup
Claude Code skill: auto-scan SKILL.md / prompt / codebase for duplicates, naming drift, modularizable blocks,