Core Concepts
Understand sessions, worktrees, and profiles. Learn more →
Install SCC CLI
uv tool install scc-clipipx install scc-clipip install scc-cliConfigure your organization (if you have an org config URL)
scc setupWhen prompted, paste your organization’s config URL. If you don’t have one, use --standalone mode:
scc setup --standaloneLaunch Claude Code in your project
cd ~/your-projectsccOr specify the path directly:
scc start ~/your-projectscc.scc.yaml locationWhen in interactive mode:
| Key | Action |
|---|---|
Enter | Select / resume / start |
n | Start new session |
a | Show all teams (toggle) |
t | Switch team |
Esc | Go back |
q | Quit |
Run the diagnostic command to ensure everything is configured correctly:
scc doctorExpected output:
✓ Docker: OK (version 27.0.0)✓ Git: OK (version 2.45.0)✓ Python: OK (version 3.12.0)✓ Config: OK✓ Organization: Connected to "My Org"✓ Team: backend| Problem | Solution |
|---|---|
| ”Cannot connect to Docker” | Start Docker Desktop and wait for it to initialize |
| ”Docker version too old” | Update to Docker Desktop 4.50+ |
| “Organization config fetch failed” | Check your org URL is correct and accessible |
See Troubleshooting for more solutions.
Core Concepts
Understand sessions, worktrees, and profiles. Learn more →
Personal Profiles
Save your personal setup per project and sync across machines. Read guide →
Developer Onboarding
Joining a team? See what you get automatically. Read guide →
Team Setup
Managing a team? Configure plugins and profiles. Set up →