Skip to content
ben-ic edited this page Mar 14, 2026 · 6 revisions

teamrc

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.

Quick Start

# 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

Wiki Pages

Clone this wiki locally