Three Man Team installs into ~/.claude/skills/three-man-team and is available in every project.
git clone https://github.com/russelleNVy/three-man-team.git ~/.claude/skills/three-man-team
cd ~/.claude/skills/three-man-team && ./setupThen add to your global ~/.claude/CLAUDE.md:
## Three Man Team
Available agents: /architect, /builder, /reviewer
Token rules always active — see three-man-team/CLAUDE.md
Three Man Team installs into .claude/skills/three-man-team inside your repo and only applies to that project.
git clone https://github.com/russelleNVy/three-man-team.git .claude/skills/three-man-team
cd .claude/skills/three-man-team && ./setupAdd to your project's CLAUDE.md:
## Three Man Team
Available agents: /architect, /builder, /reviewer
Three Man Team uses the SKILL.md standard and works with any agent that supports context files.
Copy the agents/ directory and CLAUDE.md into your project root.
- Claude Code CLI (for slash command support)
- Git
- Any agent supporting CLAUDE.md / SKILL.md context (for other tools)