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

Agent Team Collaboration Framework

Assembles a role-based AI team of doers, directors, and critics to run meetings, debates, and system design end to end.

AutomationIntermediate6,031578AI score 9/10Last updated: Sep 1, 2026

What it does

  • Builds an on-demand AI team from named roles: architect, DevOps, PM, market analyst, finance advisor, reviewer, automation engineer, and more.
  • Organizes the team into three layers — directors (facilitator, PM, strategy), doers (frontend/backend, automation, data), and critics (reviewer, architect, finance).
  • Renders the full debate as a visible meeting transcript, showing arguments, disagreements, and the final consensus.
  • Ships serial / parallel / loop / hybrid collaboration patterns plus preset teams for tech decisions, pricing strategy, one-person-company system builds, and full project execution.
  • Keeps a shared JSON-style project context and decision history so agents stay consistent across turns.

Who it's for

  • Solo product folks, PMs, and founders who need multiple viewpoints without a real team.
  • Engineering leads who want a technology choice stress-tested from ops, cost, and frontend/backend angles.
  • Teams that want dissenting opinions captured, not just the conclusion.

Examples

  1. "Use the tech decision team to evaluate moving to microservices" → architect, DevOps, and frontend argue trade-offs; the reviewer converges on a limited pilot.
  2. "Use the OPC team to build a system for AI short-video" → strategy → product architecture → automation implementation, ending with an MVP blueprint.
  3. "Set the pricing strategy for our new product" → PM chairs while market analyst and finance advisor cross-check cost, competitors, and demand into a meeting record.

· · · 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/anbeime/skill/HEAD/skills/agent-team/agent-team/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 skills/agent-team/agent-team folder from the GitHub repo anbeime/skill into my ~/.claude/skills/agent-team/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/anbeime/skill.git /tmp/anbeime-skill && mkdir -p ~/.claude/skills && cp -r /tmp/anbeime-skill/skills/agent-team/agent-team ~/.claude/skills/agent-team

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

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/anbeime/skill.git /tmp/anbeime-skill
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r /tmp/anbeime-skill/skills/agent-team/agent-team ~/.claude/skills/agent-team
  5. Verify that ~/.claude/skills/agent-team contains SKILL.md along with the references/ and assets/ folders.
  6. Restart Claude Code and test with a prompt like "Use the tech decision team to evaluate X".