AI product Open source
TeamAI is an open-source CLI for managing a team's skills, rules, documentation, agents, hooks, MCP configuration, environment settings, and knowledge across AI coding tools such as Claude Code, Codex, Cursor, CodeBuddy, WorkBuddy, and OpenCode. It is installed with npm as `teamai-cli` and uses a shared Git repository as the team's source of truth.
The CLI distributes resources through an administrative `push` → review and merge → `pull` workflow. Session-start hooks can run `teamai pull` to synchronize the shared harness into project- or user-scoped local AI-tool directories; roles, tags, and subscribed source repositories control which resources members receive. TeamAI also provides a knowledge layer: `teamai import` and `teamai codebase` build a searchable team knowledge base and codebase graph, while `teamai recall` uses BM25 search with graph-boosted reranking and can deploy a recall subagent into supported AI tools. Code relationships are extracted with a WebAssembly tree-sitter parser for TypeScript/JavaScript, Python, and Go, with regex-based heuristic extraction as a fallback and for other languages.
Additional commands support friction-based learning suggestions, privacy-scrubbed session summaries, maintenance of stale or low-confidence knowledge, usage digests, a web dashboard, member and role management, package and plugin installation, diagnostics, and uninstallation. The repository is maintained by Tencent and contributors and is licensed under MIT.
1 use taken from transcripts — each links to the moment in the video.
A tool for sharing agent skills, rules, documentation, and hooks across a team through Git. It also builds a searchable knowledge base from session friction scores so agents can recall previous learnings.
1 in the library.