I love Claude Code's subagents. But I kept noticing the same chore: every new project, I'd hand-write the same crew again — a builder, a reviewer, someone to keep the stack conventions straight. Good setups, but they lived in one repo and never got reused.

So I built ccteams — a package manager for agent teams. One command drops a ready-made team of Claude Code subagents into your project.

npm install -g ccteams

ccteams use go-api // apply your favourite team

Enter fullscreen mode