Agent Skillscodeaholicguy/ai-devkit › agent-orchestration

agent-orchestration

GitHub

用于监督多智能体工作流,协调依赖、轮询进度、解除阻塞、传递输出及验证完成状态。

skills/agent-orchestration/SKILL.md codeaholicguy/ai-devkit

Trigger Scenarios

需要协调多个智能体的任务执行 监控和解决多智能体间的依赖与冲突

Install

npx skills add codeaholicguy/ai-devkit --skill agent-orchestration -g -y
More Options

Use without installing

npx skills use codeaholicguy/ai-devkit@agent-orchestration

指定 Agent (Claude Code)

npx skills add codeaholicguy/ai-devkit --skill agent-orchestration -a claude-code -g -y

安装 repo 全部 skill

npx skills add codeaholicguy/ai-devkit --all -g -y

预览 repo 内 skill

npx skills add codeaholicguy/ai-devkit --list

SKILL.md

Frontmatter
{
    "name": "agent-orchestration",
    "description": "AI DevKit · Supervise multi-agent workflows over repeated passes: poll progress, unblock waiting agents, coordinate dependencies, relay outputs, resolve conflicts, and verify completion. Use only for ongoing multi-agent coordination, not one-off list\/detail\/send\/start\/kill actions."
}

Agent Orchestration

Use only for multi-agent supervision: coordinating dependencies, polling progress, unblocking waiting agents, relaying outputs, resolving conflicts, and verifying completion across agents. For one-off list/detail/send/start/kill work, use $agent-management or $agent-communication.

Use $agent-management for safe agent selection and lifecycle actions. Use $agent-communication for list/detail/send mechanics. Use $verify before accepting any agent's completion claim.

Rules

  • Own the loop until assigned work is complete, blocked, or stopped.
  • Run agent list --json before each pass; never assume names/statuses.
  • Inspect waiting, idle, unknown, missing, or stale agents before acting.
  • Send self-contained instructions and avoid duplicate follow-ups.
  • Sequence agents that touch the same files; relay only relevant upstream output.
  • Escalate only for repeated failures, unresolved conflicts, product/business decisions, or destructive/shared/production/security-sensitive actions.

Loop

If the goal or agent ownership is unclear, run one scan/detail pass. Ask the user once only if context is still insufficient.

  1. Scan agents.
  2. Assess agents needing attention with detail --tail 10.
  3. Act: approve, clarify, correct, delegate, relay, verify, or escalate.
  4. Report one brief status line.
  5. Sleep 10-60s and repeat.

Completion

Finish when all assigned work is verified, blocked with a clear reason, or stopped by the user. Summarize per-agent outcomes, verification, unresolved issues, and next step.

Version History

  • 15b09d2 Current 2026-07-31 07:50

Same Skill Collection

skills/agent-communication/SKILL.md
skills/agent-management/SKILL.md
skills/brainstorm/SKILL.md
skills/changelog/SKILL.md
skills/dev-commit/SKILL.md
skills/dev-design/SKILL.md
skills/dev-implementation/SKILL.md
skills/dev-lifecycle/SKILL.md
skills/dev-planning/SKILL.md
skills/dev-pr/SKILL.md
skills/dev-requirements/SKILL.md
skills/dev-review/SKILL.md
skills/dev-testing/SKILL.md
skills/dev-worktree/SKILL.md
skills/document-code/SKILL.md
skills/memory/SKILL.md
skills/security-review/SKILL.md
skills/simplify-implementation/SKILL.md
skills/structured-debug/SKILL.md
skills/task/SKILL.md
skills/tdd/SKILL.md
skills/technical-writer/SKILL.md
skills/verify/SKILL.md

Metadata

Files
0
Version
3811937
Hash
e5f5d0b9
Indexed
2026-07-31 07:50

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-03 21:19
浙ICP备14020137号-1 $방문자$