From composure
Detects project tech stack and generates Composure config (.composure/no-bandaids.json), task queue, and framework reference docs. Run once per project to bootstrap.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composure:initializeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bootstrap Composure project-level configuration by detecting the tech stack, querying up-to-date framework patterns, and generating appropriate configs.
Bootstrap Composure project-level configuration by detecting the tech stack, querying up-to-date framework patterns, and generating appropriate configs.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure initialize {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File |
|---|---|
| 1 | 00-scope-detection.md |
| 2 | 01-context-health.md |
| 3 | 02-mcp-setup.md |
| 4 | 03-companion-triage.md |
| 5 | 04-detect-stack.md |
| 6 | 05-extensions-skip-patterns.md |
| 7 | 06-context7-setup.md |
| 8 | 07a-context7-folders.md |
| 9 | 07b-context7-query-loop.md |
| 10 | 08-generate-config.md |
| 11 | 09-build-graph.md |
| 12 | 10-task-queue.md |
| 13 | 11-report.md |
| 14 | 12-claude-md-offer.md |
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureAuto-detects tech stack in new/unfamiliar codebases, verifies build/test/lint tooling, documents code patterns, and scaffolds Architecture Decision Records.
Initializes Quaestor in projects with auto-framework detection, parallel architecture/security analysis, customized doc generation, user validation, and setup completion.