Coding Team Setup
Skill by halfmoon82
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/halfmoon82/coding-team-setupCoding Team Setup v2.1 — Flexible Multi-Agent Development Team
English
Flexible setup for 2–10 agent collaborative teams on OpenClaw.
What's New in v2.0
| Feature | v1.0 | v2.0 |
|---|---|---|
| Team size | Fixed 7 | 2–10 agents |
| Team naming | Single team | Multiple named teams |
| Roles | 7 preset only | 10 preset + custom roles |
| Workflow | Fixed 9-step | 4 templates + fully custom |
| Model assignment | Hardcoded | Auto-detect + manual override |
When to Use
- Set up a multi-role collaborative development team (2–10 agents)
- Need multiple teams to work in parallel with independent configurations
- Need custom collaboration workflows (not limited to standard 9-step)
- Need flexible role combinations and model assignments
Quick Start
Interactive Setup Wizard (Recommended)
# Default team
node <skill-dir>/wizard/setup.js
# Named team (supports multiple teams coexisting)
node <skill-dir>/wizard/setup.js --team alpha
node <skill-dir>/wizard/setup.js --team beta
The wizard guides you through:
- Team naming — Give your team a name (supports multi-team setup)
- Select roles — Choose 2–10 from 10 preset roles or add custom ones
- Assign models — Auto-detect registered models or specify manually
- Select collaboration workflow — 4 preset templates or fully custom
- Write config — Auto-update openclaw.json + create workspace
Available Role Templates (10)
| Role | ID | Emoji | Category | Default Model Type |
|---|---|---|---|---|
| Product Manager | pm | 📋 | Management | Balanced |
| Architect | architect | 🏗️ | Engineering | Strongest |
| Frontend | frontend | 🎨 | Engineering | Code |
| Backend | backend | ⚙️ | Engineering | Code |
| QA | qa | 🔍 | Quality | Balanced |
| DevOps | devops | 🚀 | Operations | Strongest |
| Code Artisan | code-artisan | 🛠️ | Quality | Code |
| Data Engineer | data-engineer | 📊 | Engineering | Code |
| Security | security | 🔒 | Quality | Strongest |
| Tech Writer | tech-writer | 📝 | Management | Balanced |
Custom roles: The wizard supports adding fully custom roles (ID, name, emoji, responsibilities, model type).
Workflow Templates (4)
1. Standard 9-Step Collaboration (standard-9step)
PM → Architect Review → Frontend + Backend (parallel) → Code Review → QA → Approval → Deployment
Best for: Complete project development with strict process control
2. Quick 3-Step Flow (quick-3step)
Direct Development → Code Review → Deployment
Best for: Small features, hotfixes, rapid iteration
3. Fullstack Solo (fullstack-solo)
Requirements Design → Fullstack Development → Testing & Deployment
Best for: 2–3 person lean team
4. Fully Custom (custom)
- Free definition of step count
- Specify roles per step (supports parallel roles)
- Set feedback loops
- Mark optional steps
Multi-Team Support
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-halfmoon82-coding-team-setup": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Skill Trigger V2
Skill by halfmoon82
Complex Task Methodology
Skill by halfmoon82
semantic-router
让 AI 代理根据对话内容自动选择最合适的模型。四层识别(系统过滤→关键词→指示词→语义相似度),四池架构(高速/智能/人文/代理),五分支路由,全自动 Fallback 回路。支持 trigger_groups_all 非连续词组命中。
subagent-isolation-guard
固化子代理物理隔离与语义路由旁路。防止跨代理上下文污染及由于语义路由导致的子代理切模/重置问题。
skill-safe-install
L0 级技能安全安装流程。触发“安装技能/安全安装/审查权限”时,强制执行 Step0-5(查重→检索→审查→沙箱→正式安装→白名单)。