team-builder

Interactive agent picker for composing and dispatching parallel teams

Content Preview
---
name: team-builder
description: Interactive agent picker for composing and dispatching parallel teams
origin: community
---

# Team Builder

Interactive menu for browsing and composing agent teams on demand. Works with flat or domain-subdirectory agent collections.

## When to Use

- You have multiple agent personas (markdown files) and want to pick which ones to use for a task
- You want to compose an ad-hoc team from different domains (e.g., Security + SEO + Architecture)
- You want to bro
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/team-builder.md \
  https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/skills/team-builder/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/affaan-m/everything-claude-code

Then reference at skills/team-builder/SKILL.md

Related Skills