Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/crew:bootstrap-repoThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Bootstrap This Repo For Crew
Prepare the current repository for the Crew workflow.
Goals:
- inspect existing Claude Code files before writing anything
- preserve repo-owned instructions and conventions
- create only the smallest framework-specific additions
- make the result easy to inspect and easy to remove
Workflow:
1. Confirm the canonical Crew files exist globally. If `~/.claude/crew/constitution.md` is missing, run `/crew:install` first.
2. Run the installer:
- `node "${CLAUDE_PLUGIN_ROOT}/scripts/crew.mjs" bootstrap --repo "$PWD"`
3. Treat the installer output as canonical ...Prepare the current repository for the Crew workflow.
Goals:
Workflow:
~/.claude/crew/constitution.md is missing, run /crew:install first.node "${CLAUDE_PLUGIN_ROOT}/scripts/crew.mjs" bootstrap --repo "$PWD"CLAUDE.md.CLAUDE.md, .claude/, .mcp.json, and other repo guidance only to confirm the installer integrated conservatively.~/.claude/crew/ — the bootstrap does not copy them into the repo. If the repo previously had stale copies under .claude/crew/{constitution,workflow,protocol}.md, the installer removes them..gitignore block instead of improvising one by hand.Deliverable:
npx claudepluginhub alex-radaev/engineering-os --plugin crew/bootstrap-repoExplores the current repository with 10 parallel subagents to produce a comprehensive CODEBASE.md file containing full architecture analysis.