From cc-bootstrapper
Generates complete .claude/ automation structure for any project including agents, pipelines, skills, memory, hooks, and settings. Auto-detects fresh/patch/upgrade/resume modes via ToolSearch and flow files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-bootstrapper:bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ToolSearch(query: "select:TeamCreate", max_results: 1)
references/flow-sequential.mdreferences/flow-team.mdreferences/step-3-apply.mdreferences/step-3-configure.mdreferences/step-4-settings.mdreferences/step-5-apply.mdreferences/step-5-plugins.mdreferences/step-6-preview.mdreferences/step-7-analyze.mdreferences/step-8-common.mdreferences/step-8-infra.mdreferences/step-8-lang.mdreferences/step-finalize.mdreferences/step-init.mdreferences/step-patch.mdreferences/step-upgrade.mdToolSearch(query: "select:TeamCreate", max_results: 1)
| Результат | Действие |
|---|---|
| TeamCreate найден | Прочитай ${CLAUDE_SKILL_DIR}/references/flow-team.md и выполни |
| TeamCreate не найден | Прочитай ${CLAUDE_SKILL_DIR}/references/flow-sequential.md и выполни |
| Переменная | Значение |
|---|---|
| Skill dir | ${CLAUDE_SKILL_DIR} |
| Plugin root | ${CLAUDE_PLUGIN_ROOT} |
| Templates | ${CLAUDE_PLUGIN_ROOT}/templates/ |
| Known templates | ${CLAUDE_PLUGIN_ROOT}/known-templates.json |
| Cache | .claude/.cache/ |
| Backup | .claude/.cache/backups/ |
| State | .claude/.cache/state.json |
npx claudepluginhub bemyslavedarlin/cc-bootstrapper --plugin cc-bootstrapperGenerates Claude Code project setups including CLAUDE.md, hooks, permissions, commands, and agents. Analyzes stack (TypeScript, JavaScript, Python, Go, Rust, etc.) to create minimal/standard/full configs.
Automatically configure Claude Code best practices for new projects: directory skeleton, AGENTS.md, hooks, and interactive placeholders fill. Invoke via `/init-project`.
Initializes Claude Code project configuration by reading global protocol, detecting project type, and generating project-specific CLAUDE.md, AGENTS.md, and docs/. Use for new project setup or when configuring Claude Code.