Quickstart
Go from install to your first tracked session in under a minute.
Get a fully tracked coding session running in one command.
cd my-project
crewkitThat's it. crewkit handles everything inline — authentication, project detection, resource sync, and launching Claude Code.
What happens
-
Authentication — If you're not logged in, crewkit opens a browser for device auth. You approve on the web, and the CLI picks up the token automatically.
-
Project detection — crewkit reads your git remote and matches it to a project in your organization. If the project doesn't exist yet, it offers to create one.
-
Resource sync — Your team's agents, skills, rules, and commands are synced to
.claude/in your project. Files are checksummed so local edits aren't accidentally overwritten. -
Launch — The native Claude Code you already know starts and owns the terminal. crewkit loads beside it in the background, tracking the session.
During the session
Claude Code runs exactly as if you'd launched it directly — same interface, same shortcuts. crewkit works alongside it:
- Session tracking — turns, tokens, cost, and tool usage flow to your dashboard
- Team context — your project's memory and conventions are injected at session start
- Statusline — crewkit adds a statusline to Claude Code (
--no-statuslineorCREWKIT_STATUSLINE=offdisables it)
Prefer a wrapped view with a live sidebar? Run crewkit tui for crewkit's interactive terminal interface.
View your session
After the session ends, open the crewkit dashboard to see:
- Conversation history with token counts per turn
- Total cost and duration
- Tool usage breakdown
- AI-generated summary and coaching tips