🛠 Tencent TeamAI CLI: Shared Configuration for All Team AI Agents
Tencent has released the CLI tool teamai-cli (MIT): shared skills, rules, MCP settings, hooks, and AI agent environments are stored in a single git repository and distributed via teamai init to 11 agents — Claude Code, Codex, Cursor, CodeBuddy, WorkBuddy, OpenCode, Qoder, OpenClaw, Hermes, DeepSeek Harness, and ZCode. Changes are made through merge requests with review, and the SessionStart hook pulls changes at session start.
🌍 The tool provides a vendor-agnostic 'git layer' for AI coding agents: configuration becomes a versioned artifact instead of manually copying .claude, .codex, and .cursor. 4143 stars on GitHub — a metric of adoption, not quality.
👤 Installation takes about 10 minutes: Node.js 20+, npm install -g teamai-cli, then teamai init. Single-repo mode and --scope user for solo work are supported. Do not commit secrets to the shared repository: they remain in git history.
Source 1: https://github.com/Tencent/teamai-cli
