Crew Setup banner
arpitnath arpitnath

Crew Setup

Development community

Description

--- description: Check and set up everything needed for /crew (agent teams, Go binaries) allowed-tools: Bash, Read, WebFetch --- # Crew Setup Check if your environment is ready for `/crew` (parallel multi-branch agent teams) and guide you through any missing pieces. ## Step 1: Check Agent Teams Agent Teams must be enabled in Claude Code for `/crew` to work. Verify by checking if TeamCreate, SendMessage, and team-aware Task tools are available in your current session. If you can see these to

Installation

Installs to ~/.claude/skills/arpitnath-claude-capsule-kit-crew-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/arpitnath-claude-capsule-kit-crew-setup && curl -fsSL https://raw.githubusercontent.com/arpitnath/claude-capsule-kit/HEAD/commands/crew-setup.md -o ~/.claude/skills/arpitnath-claude-capsule-kit-crew-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