Metaswarm Setup banner
dsifry dsifry

Metaswarm Setup

Development community

Description

# Metaswarm Guided Setup Interactive, Claude-guided setup for metaswarm in your project. Detects your stack, asks targeted questions, and customizes everything automatically. ## Usage ```text /metaswarm-setup ``` --- ## Phase 1: Bootstrap Check Before anything else, verify that metaswarm components are installed. ### Step 1.1 — Check for plugin directory Use the Glob tool to check if `.claude/plugins/metaswarm/` exists: ``` Glob: .claude/plugins/metaswarm/**/* ``` - If files are found,

Installation

Installs to ~/.claude/skills/dsifry-metaswarm-metaswarm-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dsifry-metaswarm-metaswarm-setup && curl -fsSL https://raw.githubusercontent.com/dsifry/metaswarm/HEAD/commands/metaswarm-setup.md -o ~/.claude/skills/dsifry-metaswarm-metaswarm-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository