organize
Installation
SKILL.md
/organize -- Project Organization Health
Orientation
Use when: Auditing whether source files are in the right architectural layers, detecting loose files and misplaced assets, or configuring directory manifests and cleanup policies for a project.
Don't use when: You want a structural map of code relationships and module dependencies (use /map), you're moving logic between modules (use /refactor), or you need to execute a single organizational task without a health audit (use /marshal).
Commands
| Command | Behavior |
|---|---|
/organize |
Full flow: scan, detect, recommend, configure |
/organize --audit |
Check current files against the manifest, report violations |
/organize --cleanup |
Run dynamic directory cleanup based on TTL policy |
/organize --show |
Display current organization manifest |
/organize --unlock |
Set locked: false so enforcement is advisory |
/organize --lock |
Set locked: true so enforcement blocks violations |