initialize
$
npx mdskill add hrconsultnj/claude-plugins/initializeDetects project tech stack and generates Composure configuration files for task management and framework reference.
- Helps bootstrap project-level setup by automating configuration generation and tech stack detection.
- Integrates with Composure's fetch command for secure content loading, caching, and authentication.
- Decides recommendations by analyzing project files and querying up-to-date framework patterns.
- Presents results through generated config files, task queues, and a final report.
SKILL.md
.github/skills/initializeView on GitHub ↗
---
name: initialize
description: Detect project stack and generate Composure config (.composure/no-bandaids.json, task queue, framework reference docs). Run once per project.
argument-hint: "[--force] [--dry-run] [--skip-context7]"
---
Bootstrap Composure project-level configuration by detecting the tech stack, querying up-to-date framework patterns, and generating appropriate configs.
## Content Loading
Load each step through the fetch command (handles caching, decryption, and auth):
```bash
"~/.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.
## Steps
| # | 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` |