tencent/teamai-cli

Make Every Team AI Native

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 9th, 2026
Created on April 27th, 2026
Open Issues & Pull Requests: 26 (+0)
GitHub issues: Enabled
Number of forks: 263
Total Stargazers: 4,101 (+3)
Total Subscribers: 11 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.9 hours
Mean response time: 4.2 days
90th percentile: 13.0 days
Tracked items: 93

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 20% of open issues come from outside the core team — the tracker reads mainly as internal planning. Only 16% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 33
Closed in 7 days: 25
Avg open age: 6 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 30
Closed in 7 days: 24
Comments in 7 days: 6
Events in 7 days: 73

Top labels

  • enhancement (30)
  • bug (26)
  • help wanted (5)
  • documentation (1)
  • question (1)
  • wontfix (1)

Detailed Description

TeamAI is a command-line tool that manages shared AI agent configurations, skills, rules, and knowledge across a team's AI development environment.

The tool addresses the challenge of keeping AI agents aligned with team standards and practices. It works by establishing a shared repository where team administrators define skills, rules, Model Context Protocol configurations, and knowledge bases that automatically synchronize to all team members' AI sessions. Rather than each developer configuring their AI agents independently, TeamAI centralizes these definitions in version control, ensuring consistency across Claude Code, Codex, CodeBuddy, WorkBuddy, OpenCode, Cursor, and other AI agents. Team members automatically pull the latest configurations without manual intervention, while administrators push updates through standard git workflows.

Teams should adopt this tool if they want to enforce consistent AI agent behavior across their organization without requiring each developer to manually replicate configurations. It suits organizations using multiple AI coding assistants that need to share custom skills, linting rules, and domain knowledge. The tool supports initialization from template repositories with production-ready configurations, making it accessible for teams starting from scratch. It integrates with multiple git hosting platforms including GitHub, GitLab, and private git services.

The project maintains active development across multiple functional layers. The core Team Execution layer, which handles initialization, synchronization, skills management, and agent configuration, is production-ready. The Team Context layer, designed to help agents understand team-specific information through recall and codebase awareness, remains in beta. The Team Improvement layer, intended to capture learnings from execution sessions and provide team-wide insights, is also in beta. Documentation is maintained in both English and Chinese, with a comprehensive usage guide covering setup and daily workflows.