team-codex
v1.2.6Team rooms plus connected task boards, knowledge base, asset library, and work calendar inside Codex.
By liuweijiaLicense: MIT14 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install team-codex for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add team-codex@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/we1jia/TeamCodexClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/team-codex/SKILL.md└── skills/team-context/SKILL.md
Included Skills2
启动、打开和使用 Team Codex 团队协作空间,查看任务看板与成员工作日历,检索知识库和素材库,读取讨论摘要,分享当前 Codex 对话,或把团队空间选定内容导入当前任务。用于用户提到 Team Codex、团队协作、团队群聊、Agent 群聊、团队空间、看板、知识库、素材库、工作日历、成员进度或送去审核。
读取团队协作压缩摘要,不要把全文塞进上下文。用于审核方案、确认成员意见、判断能否继续改代码。
Plugin manifests1
{
"name": "team-codex",
"version": "1.2.6",
"description": "Team rooms plus connected task boards, knowledge base, asset library, and work calendar inside Codex.",
"author": {
"name": "liuweijia"
},
"license": "MIT",
"keywords": [
"codex",
"team",
"collaboration",
"group-chat",
"context-relay",
"kanban",
"knowledge-base",
"asset-library",
"work-calendar",
"workspace"
],
"skills": "./skills/",
"interface": {
"displayName": "Team Codex",
"shortDescription": "在 Codex 中协同讨论、任务看板、知识库、素材库与工作日历。",
"longDescription": "Team Codex 将团队讨论、任务进度、知识库、素材库和成员工作日历关联到同一个空间;Codex 可按用户选择读取、引用和更新这些内容,并将协作入口放到左侧栏。",
"developerName": "liuweijia",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"打开 Team Codex 团队协作空间。",
"读取当前团队空间的讨论摘要。",
"查看当前团队空间的任务看板和成员进度。",
"搜索当前团队空间的知识库和素材库。",
"把选定的任务和资料引用到当前 Codex 对话。",
"把当前 Codex 对话分享到团队空间。"
],
"brandColor": "#2F63F5",
"composerIcon": "./assets/icon.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo.png",
"screenshots": [
"./assets/screenshot.png"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[team-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/team-codex)