Skip to main content
Generalhashgraph-online

team

Design or update an org-level agent team — cross-project, append-merge

Stars
336
Source
hashgraph-online/awesome-codex-plugins
Updated
2026-05-27
Slug
hashgraph-online--awesome-codex-plugins--team
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/HEAD/plugins/epicsagas/epic-harness/registry/skills/team/SKILL.md -o .claude/skills/team.md

Drops the SKILL.md into .claude/skills/team.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

/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