What problem does it solve? Markdown and SQL files tend to accumulate in the repository root and random subfolders, making documentation impossible to navigate. This Skill centralizes all docs under a single /docs tree with predictable category subfolders and enforces a strict root-folder policy. ## Core Features & Use Cases - Categorized Placement: Routes documents into subfolders like docs/deployment/, docs/setup/, docs/troubleshooting/, docs/security/, docs/migration/, docs/reviews/, docs/roadmaps/, and docs/database/ based on purpose. - Root Hygiene Enforcement: Limits the project root to README, LICENSE, and CHANGELOG, preventing stray markdown and SQL files. - Index Maintenance: Keeps a navigable docs/README.md index updated as the structure changes. - Use Case: When adding a new Railway deployment guide, the Skill places it at docs/deployment/railway-setup.md with a lowercase-hyphenated name and updates the docs index instead of dropping DEPLOY.md in the root. ## Quick Start Organize this project's scattered markdown and SQL files into a categorized /docs folder structure and clean up the repository root.