declutter
Installation
SKILL.md
Declutter Skill
Purpose: Create a clean, welcoming project structure where every file has its proper place, following open-source conventions and the project's established patterns.
Philosophy: A well-organized project should produce a hand-sized, predictable tree that immediately communicates what the project does and how it's structured. The root should be clean and inviting, not overwhelming.
Core Principles
1. Clean Root, Clear Intent
The project root is the first impression. It should contain only:
- Essential entry files (README, LICENSE, main config)
- Standard directories that communicate purpose
- No orphaned files, experiments, or ambiguous content