-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ben-ic edited this page Mar 14, 2026
·
6 revisions
teamrc syncs AI coding agent teams across platforms. Define your team once in .teamrc.yaml, and teamrc generates native agent files for Claude Code, Cursor, Codex, Gemini, and OpenClaw.
# Install
npm install -g @teamrc/cli
# Create a team from a template
teamrc init --team fullstack
# Join an existing team
teamrc join <invite-code>
# Sync changes
teamrc sync- Get Started - Create a synced team in 2 minutes
- CLI Reference - All commands with flags and examples
-
Configuration -
.teamrc.yamlformat, config files, platform detection - Platforms - How teamrc works on each AI platform
- Template Catalog - 12 team templates, 68 agents, 49 skills
- Sharing & Access - Public sharing, access roles, clone/fork workflow
- Web UI - Pages and features at teamrc.ai
- Architecture - System design, auth, sync protocol
- API Reference - REST and WebSocket API endpoints