Skip to content

Quick Start

  1. Install SCC CLI

    Terminal window
    uv tool install scc-cli
  2. Configure your organization (if you have an org config URL)

    Terminal window
    scc setup

    When prompted, paste your organization’s config URL. If you don’t have one, use --standalone mode:

    Terminal window
    scc setup --standalone
  3. Launch Claude Code in your project

    Terminal window
    cd ~/your-project
    scc

    Or specify the path directly:

    Terminal window
    scc start ~/your-project
  1. If no org config exists, SCC asks whether to run setup or standalone mode
  2. Auto-detects workspace from git repository root or .scc.yaml location
  3. If no workspace is detected, SCC opens the Dashboard so you can start a session
  4. Shows Quick Resume (always includes “New session” as the default)
  5. Prints brief context (workspace root, entry directory, team) before launching
  6. Starts Docker container with your team’s configuration

When in interactive mode:

KeyAction
EnterSelect / resume / start
nStart new session
aShow all teams (toggle)
tSwitch team
EscGo back
qQuit

Run the diagnostic command to ensure everything is configured correctly:

Terminal window
scc doctor

Expected 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
ProblemSolution
”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 →