tidy-project-structure
Installation
SKILL.md
tidy-project-structure
When to Use
Use this skill when project organization has drifted from conventions:
- Files scattered across directories without clear organization
- READMEs are outdated or contain broken examples
- Configuration files have multiplied (dev, staging, prod drift)
- Deprecated files remain in project root
- Naming conventions inconsistent across directories
Do NOT use for code refactoring or dependency restructuring. This skill focuses on file organization and documentation hygiene.
Inputs
| Parameter | Type | Required | Description |
|---|---|---|---|
project_path |
string | Yes | Absolute path to project root |
Related skills