TeamAI-CLI: Empowering Teams to Become AI Native with a Git-Based Foundation
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
TeamAI-CLI, developed by Tencent, is a powerful command-line interface aimed at making every team AI native. It offers a unified, Git-based platform for teams to collaborate, learn, and continuously improve with AI. This tool transforms individual AI capabilities into shared team assets, integrating AI agents, machines, and team members for enhanced efficiency.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
TeamAI-CLI, developed by Tencent, is an innovative command-line interface designed to empower development teams by making them AI native. It provides a common foundation for teams to work, learn, and continuously improve with artificial intelligence. By transforming individual AI capabilities into shared team assets, TeamAI-CLI facilitates the utilization of AI across agents, machines, and team members.
Why Use It and Key Benefits
TeamAI-CLI addresses the challenge of integrating AI effectively into team workflows, offering a robust Git-based platform. It builds three layers of capabilities:
- Team Execution: Enables all agents to operate according to team standards, managing skills, rules, documentation, environments, agents, hooks, MCP, and models.
- Team Context (beta): Helps all agents understand the team through shared learnings, code knowledge graphs, and a team wiki.
- Team Improvement (beta): Accumulates every execution as team power, tracking usage, sessions, and providing a dashboard for insights.
This comprehensive approach ensures that AI tools are not just individual aids but integral parts of team collaboration and knowledge sharing.
Installation
To get started with TeamAI-CLI, you can install it globally via npm:
npm install -g teamai-cli
For team administrators or personal use, create a shared repository on your Git host (GitHub, GitLab, etc.) and grant write access to team members. Then, initialize TeamAI:
teamai init https://github.com/your-org/your-repo
Team members can initialize TeamAI within their project directory or globally:
# Project-scope init (default, resources installed under the project directory)
cd /path/to/my-project
teamai init https://github.com/your-org/your-repo
# Or, user-scope init (resources installed under ~)
teamai init https://github.com/your-org/your-repo --scope user
After initialization, updates to skills and rules published by administrators are automatically pulled at the start of an AI session.
Examples
TeamAI-CLI simplifies interaction with AI tools. Here are some quick start examples:
To install and load a TeamAI skill and build your team's TeamAI from scratch, send the following to your AI tool:
teamai skill ?????????: https://github.com/Tencent/teamai-cli/tree/main/skills/teamai , teamai skill ?????????? TeamAI ??????????
Once set up, you can interact with the /teamai skill in your AI tool:
- Build your team from scratch:
/teamai ???? TeamAI ????????? - Join a team:
/teamai ???? TeamAI ???????????? URL ? https://github.com/your-org/your-repo - Share resources with the team (skills, rules, MCP, etc.):
/teamai xxx skill ????????? - Open the TeamAI dashboard:
/teamai TeamAI ???????????
Links
- GitHub Repository: https://github.com/Tencent/teamai-cli
- Usage Guide: https://github.com/Tencent/teamai-cli/blob/main/docs/usage-guide.md
- Product Overview: https://github.com/Tencent/teamai-cli/blob/main/docs/product-overview.md
- Contributing Guide: https://github.com/Tencent/teamai-cli/blob/main/.github/CONTRIBUTING.md
- License: https://github.com/Tencent/teamai-cli/blob/main/LICENSE
Related repositories
Similar repositories that may be relevant next.

LLM Wiki: Build a Self-Maintaining, Interlinked Knowledge Base with AI
September 23, 2026
LLM Wiki is a powerful cross-platform desktop application designed to transform your documents into an organized, interlinked knowledge base automatically. Unlike traditional RAG systems, it incrementally builds and maintains a persistent wiki from your sources, ensuring knowledge is compiled once and kept current. This innovative approach offers a dynamic and evolving personal knowledge management solution.

Maka: A High-Performance Agent Workspace for AI Tasks
September 21, 2026
Apache Maka (Incubating) is a high-performance agent workspace designed to maintain a complete, append-only record of all agent actions. It focuses on measurable performance, local-first operation, and robust recovery mechanisms. This project provides a unified execution authority for desktop, TUI, and CLI clients, ensuring consistent agent behavior across platforms.

OpenMausBot: Your Open-Source AI Bot Team in a Chat App
September 20, 2026
OpenMausBot is an open-source desktop application that provides an alternative to Grok Bot, allowing users to manage a team of AI agents within a chat interface. It emphasizes local-first operation, bringing your own agents, and providing each bot with its own virtual machine or access to your computer. This project enables powerful AI interactions with privacy and control at its core.

GitNexus: Zero-Server Code Intelligence Engine for AI Agents
September 20, 2026
GitNexus is a client-side knowledge graph creator that runs entirely in your browser, transforming GitHub repositories or ZIP files into interactive knowledge graphs. It features a built-in Graph RAG Agent, perfect for deep code exploration and enhancing AI agent reliability. This tool provides architectural context to AI, ensuring more accurate and efficient code analysis.
Source repository
Open the original repository on GitHub.