跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

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.

工作流

  1. Parse user input for agent count, type, and task description.
  2. Analyze the task and decompose it into file-scoped or module-scoped subtasks.
  3. Create a team and individual tasks with dependencies.
  4. Spawn specialized teammate agents (native Claude or CLI workers).
  5. Monitor task progress via messages and polling.
  6. Coordinate execution, handle failures, and manage dependencies.
  7. Verify results and perform fixes in a loop.
  8. 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

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标33.7k
许可证MIT
状态
查看源代码