From swarmdo-core
Initialize a new Swarmdo project with MCP tools, hooks, and agent configuration
How this skill is triggered — by the user, by Claude, or both
Slash command
/swarmdo-core:init-project [--preset standard|minimal|full][--preset standard|minimal|full]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `npx @swarmdo/cli@latest init --wizard` to set up the project interactively, or `npx @swarmdo/cli@latest init --preset standard` for defaults.
Run npx @swarmdo/cli@latest init --wizard to set up the project interactively, or npx @swarmdo/cli@latest init --preset standard for defaults.
This creates CLAUDE.md, .claude/settings.json, and .swarmdo/ config with MCP server registration for the swarmdo MCP tools.
npx claudepluginhub swarmdo/swarmdo --plugin swarmdo-coreCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.