Clone & Install

1. Clone the repo

git clone https://github.com/kevensavard/Claude-Squad.git
cd Claude-Squad

2. Install dependencies

pnpm install

3. Verify the monorepo structure

Claude-Squad/
  apps/
    web/     ← Next.js app
    party/   ← Partykit session server
  packages/
    squad-skill/
    agent-runner/
    types/

You're now ready to configure each service.