Org-level agent team designer via `epic team` CLI (cross-project, append-merge). Subcommands: list, show, sync, link, unlink, history. Use when setting up agents, designing teams, or /spec yields 3+ requirements.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill team --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Team?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-team)More formats (shields.io, HTML) on the badges page.
---
name: team
description: "Org-level agent team designer via `epic team` CLI (cross-project, append-merge). Subcommands: list, show, sync, link, unlink, history. Use when setting up agents, designing teams, or /spec yields 3+ requirements."
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/epicsagas/epic-harness/skills/team/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/epicsagas/epic-harness/skills/team/SKILL.md
---
# /team — Agent Team Design
This skill is a thin wrapper around the `epic team` CLI.
**Run in terminal:**
```
epic team
```
`epic team` handles the full interactive flow:
- Resolves org (`HARNESS_ORG` env → prompt → default `"epic"`)
- Scans the project (tech stack, domain boundaries, key modules)
- Recommends team type and agent composition
- Shows diff if team already exists in `~/.harness/orgs/`
- Applies merge strategy (no silent overwrites)
- Copies agents to `.claude/agents/{team}/` with `## Team Context` injected
For the full spec see `docs/research/team-spec.md`.
## Other subcommands
```
epic team list # list teams in current org
epic team show {team} # config + agents + mission
epic team show {team} --playbook # full accumulated playbook
epic team sync {team} # re-copy agents to .claude/agents/
epic team link {team} # attach existing team (skip design)
epic team unlink {team} # remove .claude/agents/{team}/
epic team history {team} {agent} # show .history/ entries
```
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/epicsagas/epic-harness/skills/team/SKILL.md`
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!