agent-teams-command

Solid

Command multi-agent work with bounded roles, ownership, integration gates, and verification loops. Use when the user needs Claude Code Agent Teams, parallel agents, delegation strategy, or multi-agent orchestration.

AI & Automation 108 stars 16 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
68
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Ender's Game: Agent Teams Command System > "Ender knew, even as he gave the order, that this was the way victory would come — not through strength, but through understanding." — Orson Scott Card > This is not a "feature" — this is a **command system**. You are not "using" Agent Teams. You are **commanding a fleet**. Based on Karpathy's Agentic Engineering framework, transforming Claude Code Agent Teams into a complete operational architecture. ## Command Philosophy: Ender's Three Principles | Principle | Meaning | Agent Teams | |-----------|---------|-------------| | **Trust Your Commander** | Ender commands through squad leaders, not every soldier | Let Team Lead coordinate; you don't micromanage each agent | | **Understanding Over Strength** | Study the enemy's thinking | Know each agent's capability; choose Opus vs Sonnet deliberately | | **Asymmetric Tactics** | Solve problems in unexpected ways | Let agents QA each other; parallel multi-directional exploration | ## Usage Template **Prompt** ```text Use agent-teams-command for this project. Split work into roles, define ownership, coordinate progress, and verify the integrated result. ``` **Use Case** - Coordinating multi-agent work when a task is too large for one linear agent pass. **Expected Result** - The agent produces a team plan with roles, responsibilities, communication cadence, integration points, and verification gates. **Output Example** - A team map with agent roles, owned files or modules, deliver...

Details

Author
Mark393295827
Repository
Mark393295827/third-brain-v5-skills
Created
4 weeks ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-teams

Configure Claude Code agent teams (TeamCreate, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.

35 Updated today
laurigates
AI & Automation Solid

agent-teams

Coordinate Claude Code Agent Teams through filesystem-based protocol. Use

297 Updated today
athola
AI & Automation Listed

creating-agent-teams

Use when facing a complex task that could benefit from multiple agents, parallel work, or specialized roles - triggers on "create a team", "parallelize", "multi-agent", or cross-layer implementation needs

0 Updated today
ELVINgotIT
AI & Automation Listed

agent-team-orchestration

Use for multi-phase work that warrants a coordinator + independent review of each phase. The team-lead subagent decomposes the work, delegates implementation to feature-builder, gates each phase through code-reviewer, and verifies green at phase boundaries. Two operational modes — hub-and-spoke (standard Claude Code) and persistent team (experimental agent-teams feature) — pick by capability available; see below. Skip for single-file fixes or focused engine changes — main agent in-conversation is faster.

7 Updated today
vsriram11
AI & Automation Listed

agent-teams

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

2,259 Updated 4 days ago
rohitg00