project-layout-refactor
Installation
SKILL.md
Project Layout Refactor
Systematically reorganize a repository's file layout to follow declared conventions, with full impact analysis and reference repair before any file is moved.
When to Use This Skill
Use this skill when you need to:
- Clean up a cluttered project root with too many loose files
- Apply a standard layout ruleset to an existing project
- Migrate a repo after adopting new conventions (e.g., moving DEVLOG.md to
docs/) - Prepare a project for public release with a clean, navigable structure
- Enforce layout consistency across a team or organization
- Audit whether a repo's current layout matches its declared rules
Trigger phrases: "refactor project layout", "refactor repo layout", "clean up root directory", "too many files in root", "organize project structure", "apply layout rules", "move files to correct directories", "root is cluttered", "layout conventions", "project structure refactor"