squidsquad
v0.23.0
Published
Bootstrap SquidSquad onto your project — autonomous AI dev team coordination via Claude Code
Maintainers
Readme
squidsquad
Bootstrap SquidSquad onto your project.
SquidSquad is an autonomous AI dev team that coordinates through markdown, not meetings. It spins up Claude Code agents — one per dev role you define, plus PM and QA — that work on your codebase in parallel.
Usage
npx squidsquadRun this from inside a git repository. The bootstrapper will:
- Verify prerequisites (Node.js 18+, Python 3.8+, GitHub CLI, Claude Code CLI)
- Fetch
SKILL.mdand the/squidsquad-setupcommand into your project - Prompt to launch the setup wizard immediately
Prerequisites
- Node.js 18+
- Python 3.8+
- GitHub CLI (
gh) — authenticated - Claude Code CLI
- A git repository
What It Does
The bootstrapper is intentionally thin. It checks your environment, seeds two files into your project (SKILL.md at the root and a /squidsquad-setup slash command), then offers to launch Claude Code to run the interactive setup wizard. The wizard handles everything else: project config, agent roles, boot scripts, GitHub Issues labels, and more.
