What a team setup actually is
An individual install is one engineer, one terminal, one set of habits. A team setup is a repository that carries its own instructions, so any engineer, and any future session, starts from the same place. It has four layers:
- Install and authentication. Everyone signs in the same way so usage is visible in one place.
- CLAUDE.md. The standing instructions the model reads at the start of every session.
- MCP configuration. The tools and data the model is allowed to reach, and with which credentials.
- Working norms. How the team plans, reviews and merges what the agent writes.
Skip any one layer and the other three lose most of their value. The rest of this guide takes them in order.