From swarmdo-federation
Initialize federation on this node — generate keypair and configure peers
How this skill is triggered — by the user, by Claude, or both
Slash command
/swarmdo-federation:federation-init [--compliance hipaa|soc2|gdpr|none][--compliance hipaa|soc2|gdpr|none]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
Initialize this node for federation. Generates an ed25519 keypair, creates the federation config, and optionally sets a compliance mode.
Initialize this node for federation. Generates an ed25519 keypair, creates the federation config, and optionally sets a compliance mode.
Steps:
npx -y -p @swarmdo/plugin-agent-federation@latest swarmdo-federation initnpx -y -p @swarmdo/plugin-agent-federation@latest swarmdo-federation config --compliance MODEStore init event:
mcp__swarmdo__memory_store({ key: "federation-init", value: "Node initialized", namespace: "federation" })
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub swarmdo/swarmdo --plugin swarmdo-federation