Project organization expert - analyzes folder state, detects redundancy, moves files to proper locations, consolidates duplicate content, appends to accumulator files, removes obsolete content, and generates detailed operation reports. Maintains project structure integrity.
View on GitHub.claude/skills/cleanup/Skill.md
February 3, 2026
Select agents to install to:
npx add-skill https://github.com/Brownbull/khujta_ai_business/blob/7e9d86fd350da56be4fab3117ea9db7efddec06f/.claude/skills/cleanup/Skill.md -a claude-code --skill cleanupInstallation paths:
.claude/skills/cleanup/# GabeDA Cleanup & Organization Expert ## Purpose This skill **analyzes and organizes project folders** to maintain clean, well-structured codebases. It understands project conventions, identifies redundancy, consolidates accumulator files, and removes obsolete content. **Key Capabilities:** - Analyze current folder/project state - **Detect redundant and duplicate content across files** ⭐ NEW - **Suggest document consolidation and merging** ⭐ NEW - Move files to proper locations per project conventions - Append content to accumulator/living documents - Identify and remove obsolete files - Generate detailed operation and merge suggestion reports ## When to Invoke **Use this skill when:** - Project has accumulated duplicate/scattered files - **Multiple files contain redundant or overlapping content** ⭐ NEW - **Need suggestions for document consolidation/merging** ⭐ NEW - Files need reorganization per documentation standards - Content should be consolidated into living documents - Obsolete files need identification and removal - Need audit trail of file operations **Input required:** Path(s) to folders needing cleanup ## Workflow ### 1. Analyze Current State **Understand project structure:** - Read project documentation standards (CLAUDE.md, DOCUMENTATION_STANDARD.md) - Identify living documents (10 accumulators in ai/ and docs/) - Map current file locations and relationships - Detect redundancy patterns **Generate state report:** - Total files by type/category - Misplaced files (wrong folder) - Duplicate/redundant content - Accumulator opportunities (content that should be appended) - Obsolete file candidates ### 2. Detect Redundancy (⭐ NEW) **Analyze files for redundant content:** **Content Similarity Analysis:** - Compare file contents pairwise - Calculate similarity scores (0-100%) - Identify duplicate/near-duplicate clusters - Group files by content similarity **Pattern Recognition:** - Detect versioned files (file_v1.md, file_v2.md, file_final.md) -