Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Agent Team Builder

Interviews you about a business process, then generates a complete multi-agent team configuration set.

AutomationIntermediate28142AI score 9/10Last updated: Aug 11, 2026

What it does

  • Runs a structured discovery interview one area at a time: process, current state, pain points, volume, success metrics, compliance constraints, and integrations.
  • Designs a minimal team (typically 3–7 agents) using role archetypes — Coordinator, Specialist, Validator, Interface, Data — and picks a communication pattern (hub-and-spoke, pipeline, mesh, broadcast).
  • Specifies each agent with a production-ready system prompt, input/output schemas, least-privilege tool access, handoff and escalation rules, success criteria, and failure modes.
  • Emits team-config.yaml, agents/{id}/prompt.md, workflow.md, and test-scenarios.yaml. It generates config only — it does not deploy or run agents.
  • Never writes API keys or secrets into config; uses environment variable references.

Who it's for

  • Ops and process owners automating repeatable workflows (lead handling, support triage, research, content production).
  • Tech leads who need a documented multi-agent architecture to align a team around.
  • Teams already running an agent orchestration framework who want a solid config draft fast.

Example uses

  1. "Automate inbound lead qualification and routing" → a pipeline of a lead-scoring specialist, a validator, and a CRM data agent, plus the full config.
  2. "Triage support tickets and draft replies, but refunds need human approval" → a hub-and-spoke team with explicit escalation gates and test scenarios.
  3. "Weekly competitor research report" → a three-agent collect/summarize/fact-check team documented in workflow.md.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/OneWave-AI/claude-skills/HEAD/agent-team-builder/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the agent-team-builder folder from the GitHub repo OneWave-AI/claude-skills into my ~/.claude/skills/agent-team-builder/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/OneWave-AI/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/agent-team-builder ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/OneWave-AI/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy just this skill: cp -r claude-skills/agent-team-builder ~/.claude/skills/
  5. Confirm the references/ folder with its three reference docs came along.
  6. Restart Claude Code, then ask something like "design an agent team for our support workflow".
  7. Answer the discovery questions to get your config files. Treat the output as a draft and pilot it before full deployment.