Team Skill
技能 已验证 活跃N coordinated agents on shared task list using Claude Code native teams
To facilitate complex, multi-agent workflows by providing a structured and robust system for task decomposition, coordination, and execution.
功能
- N-agent team coordination
- Shared task list management
- Task dependency handling
- Staged execution pipeline (plan, prd, exec, verify, fix)
- Support for native Claude agents and external CLI workers (Codex, Gemini)
使用场景
- Coordinating multiple agents to fix all TypeScript errors across a project.
- Distributing complex development tasks like building a REST API among specialized agents.
- Automating code reviews and security analysis using integrated CLI workers.
- Implementing UI/UX design and documentation tasks with specialized agents.
非目标
- Replacing the core Claude Code functionality.
- Performing direct code execution outside of the orchestrated agent tasks.
- Managing external project dependencies not related to agent orchestration.
工作流
- Parse user input for agent count, type, and task description.
- Analyze the task and decompose it into file-scoped or module-scoped subtasks.
- Create a team and individual tasks with dependencies.
- Spawn specialized teammate agents (native Claude or CLI workers).
- Monitor task progress via messages and polling.
- Coordinate execution, handle failures, and manage dependencies.
- Verify results and perform fixes in a loop.
- Upon completion or failure, shut down teammates and clean up resources.
实践
- Agent Coordination
- Task Management
- Workflow Orchestration
先决条件
- Claude Code
- tmux (for CLI workers and certain features)
安装
请先添加 Marketplace
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omc质量评分
已验证类似扩展
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Autopilot Loop
99Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Context Compression
100This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.