← Back to Skills Marketplace
simoncatbot

Team Code

by Simon · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
101
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install team-code
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install team-code
  3. After installation, invoke the skill by name or use /team-code
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug team-code
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Team Code?

Run "/install team-code" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Team Code free?

Yes, Team Code is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Team Code support?

Team Code is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Team Code?

It is built and maintained by Simon (@simoncatbot); the current version is v1.0.0.

💬 Comments