# 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.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/tencent-teamai-cli
Generated for open source discovery and AI-assisted research.

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.

GitHub: https://github.com/Tencent/teamai-cli
OSRepos URL: https://osrepos.com/repo/tencent-teamai-cli

## 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.

## Topics

- TypeScript
- AI
- CLI
- Team Collaboration
- Development Tools
- Git
- Tencent

## Repository Information

Last analyzed by OSRepos: Thu Sep 24 2026 20:06:56 GMT+0100 (Western European Summer Time)
Detail views: 0
GitHub clicks: 0

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## 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:

bash
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:

bash
teamai init https://github.com/your-org/your-repo


Team members can initialize TeamAI within their project directory or globally:

bash
# 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:

text
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:**
    text
    /teamai ???? TeamAI ?????????
    
*   **Join a team:**
    text
    /teamai ???? TeamAI ???????????? URL ? https://github.com/your-org/your-repo
    
*   **Share resources with the team (skills, rules, MCP, etc.):**
    text
    /teamai xxx skill ?????????
    
*   **Open the TeamAI dashboard:**
    text
    /teamai TeamAI ???????????
    

## Links
*   **GitHub Repository:** [https://github.com/Tencent/teamai-cli](https://github.com/Tencent/teamai-cli)
*   **Usage Guide:** [https://github.com/Tencent/teamai-cli/blob/main/docs/usage-guide.md](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](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](https://github.com/Tencent/teamai-cli/blob/main/.github/CONTRIBUTING.md)
*   **License:** [https://github.com/Tencent/teamai-cli/blob/main/LICENSE](https://github.com/Tencent/teamai-cli/blob/main/LICENSE)