Help us improve
Share bugs, ideas, or general feedback.
From composure
Restructures messy projects into conventional file layouts for detected frameworks. Detects file types, plans moves with import updates, executes, and verifies.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureHow this skill is triggered — by the user, by Claude, or both
Slash command
/composure:code-organizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Restructure a disorganized project into a clean, conventional file layout. Detects what each file is (component, hook, type, service, utility), maps it to the right directory for the detected framework, and executes the moves with import path updates.
Reorganizes a project's file/directory layout to a stated convention while atomically updating every reference so builds, tests, and links stay green.
Enforces file organization standards from CLAUDE.md/PROJECT.md with auto-fix on file create/move and directory create events.
Scans project for architectural compliance, filesystem hygiene, and bloat. Reports composite health score and manages directory manifests.
Share bugs, ideas, or general feedback.
Restructure a disorganized project into a clean, conventional file layout. Detects what each file is (component, hook, type, service, utility), maps it to the right directory for the detected framework, and executes the moves with import path updates.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure code-organizer {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 00-gate.md |
| 2 | 01-load-conventions.md |
| 3 | 02-analyze.md |
| 4 | 03-plan.md |
| 5 | 04-execute.md |
| 6 | 05-verify.md |