Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.2 KB

File metadata and controls

43 lines (31 loc) · 1.2 KB

Installing Three Man Team

Global Install — All Your Projects

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 && ./setup

Then 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

Per-Project Install

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 && ./setup

Add to your project's CLAUDE.md:

## Three Man Team
Available agents: /architect, /builder, /reviewer

VS Code / Cursor / Codex

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.

Requirements

  • Claude Code CLI (for slash command support)
  • Git
  • Any agent supporting CLAUDE.md / SKILL.md context (for other tools)