ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Coding Team Setup

Skill by halfmoon82

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/halfmoon82/coding-team-setup
Or

Coding 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

Featurev1.0v2.0
Team sizeFixed 72–10 agents
Team namingSingle teamMultiple named teams
Roles7 preset only10 preset + custom roles
WorkflowFixed 9-step4 templates + fully custom
Model assignmentHardcodedAuto-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:

  1. Team naming — Give your team a name (supports multi-team setup)
  2. Select roles — Choose 2–10 from 10 preset roles or add custom ones
  3. Assign models — Auto-detect registered models or specify manually
  4. Select collaboration workflow — 4 preset templates or fully custom
  5. Write config — Auto-update openclaw.json + create workspace

Available Role Templates (10)

RoleIDEmojiCategoryDefault Model Type
Product Managerpm📋ManagementBalanced
Architectarchitect🏗️EngineeringStrongest
Frontendfrontend🎨EngineeringCode
Backendbackend⚙️EngineeringCode
QAqa🔍QualityBalanced
DevOpsdevops🚀OperationsStrongest
Code Artisancode-artisan🛠️QualityCode
Data Engineerdata-engineer📊EngineeringCode
Securitysecurity🔒QualityStrongest
Tech Writertech-writer📝ManagementBalanced

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

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-halfmoon82-coding-team-setup": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.