← 返回 Skills 市场
simoncatbot

Team Code

作者 Simon · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
101
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install team-code
功能描述
Coordinate multiple AI agents as a development team to tackle complex coding projects faster and more accurately. Like having a team of engineers working in...
安全使用建议
This skill is coherent with its goal of coordinating multiple coding agents, but before using it: (1) ensure your environment has git, git-worktree support, the appropriate runtimes (python/node), and test tools (pytest), since SKILL.md assumes them though the manifest does not declare them; (2) run it on a disposable or non-sensitive repo first — agents will create worktrees, run arbitrary commands, commit, merge, and push/pull to remotes using whatever git credentials are available; (3) restrict remote access or use throwaway credentials if you do not want automatic pushes to upstream repos; (4) review agent-generated commits and merge resolutions manually (or via CI) before accepting into main; (5) if you need tighter guarantees, ask for the skill to explicitly document required binaries, network requirements, and any platform APIs it assumes (e.g., sessions_spawn) before broad adoption.
功能分析
Type: OpenClaw Skill Name: team-code Version: 1.0.0 The 'team-code' skill bundle implements a coordination framework (CAID) for multi-agent software development. The instructions in SKILL.md and references/examples.md guide an AI agent to manage sub-tasks using git worktrees, dependency graphs, and automated testing via pytest. While the skill utilizes high-privilege capabilities like spawning sub-agents and executing shell commands, these actions are strictly aligned with the stated purpose of parallelized coding and lack any indicators of data exfiltration, persistence, or malicious prompt injection.
能力评估
Purpose & Capability
The skill is an instruction-only coordinator for multi-agent development and the instructions align with that purpose (task planning, spawning subagents, using git worktrees, self-verification, merging). However the manifest declares no required binaries or credentials while the instructions clearly assume availability of git (worktree, commit, merge, push/pull), a runtime (python/node), test runners (pytest), and network/git remote access. This mismatch is an operational omission worth noting.
Instruction Scope
SKILL.md stays within development workflow scope: it tells the manager how to prepare worktrees, spawn agents, run tests, commit, and merge. The instructions do cause agents to run shell commands, access the repo, run tests, and perform network operations (git push/pull), which are consistent with the stated purpose. There are no instructions to read unrelated system files or exfiltrate data to third-party endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or downloaded by the skill itself. This minimizes supply-chain/install risk.
Credentials
The manifest requests no environment variables or credentials. In practice the workflow expects the agent/manager to have git credentials and network access (push/pull), as well as access to language runtimes and test tooling. Those implicit privileges (repo write access, ability to run arbitrary commands in worktrees) are proportional to the task but should be explicitly acknowledged by the user before granting or running the skill.
Persistence & Privilege
The skill is not always-enabled, does not request special platform privileges in metadata, and does not attempt to modify other skills or system-wide agent settings. It relies on the manager/agent to perform git commits and merges in the user's repositories — a normal operational behavior for a dev coordination tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install team-code
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /team-code 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of **team-code** skill, enabling coordination of multiple AI agents as a development team for complex coding projects. - Implements the CAID (Centralized Asynchronous Isolated Delegation) research paradigm for parallel development with physical branch isolation and structured task assignment. - Supports parallel and sequential workflows, agent self-verification, and structured communication for tasks, dependencies, and code integration. - Includes critical usage guidelines: mandatory workspace isolation, optimal team size (2–4 agents recommended), and suitability for multi-file features, complex refactors, and research tasks. - Provides detailed instructions, workflow phases, best practices, patterns, and trade-offs to maximize both code quality and team efficiency.
元数据
Slug team-code
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Team Code 是什么?

Coordinate multiple AI agents as a development team to tackle complex coding projects faster and more accurately. Like having a team of engineers working in... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Team Code?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-code」即可一键安装,无需额外配置。

Team Code 是免费的吗?

是的,Team Code 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Team Code 支持哪些平台?

Team Code 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Team Code?

由 Simon(@simoncatbot)开发并维护,当前版本 v1.0.0。

💬 留言讨论