用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aaione/everything-claude-code-zh --skill team-agent-orchestration命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Kubernetes 工作负载模式、资源管理、RBAC、probes、autoscaling、ConfigMap/Secret 处理,以及面向生产级部署的 kubectl 调试。
完成任何非平凡任务后使用。智能体按 5 个维度自评输出——准确性、完整性、清晰度、可执行性、简洁性——每项都给出具体证据。生成结构化 1-5 评分卡和具体改进建议。
在 competitive-platform-analysis 产出分层竞品集合后使用。按九个加权维度(定位、声音、视觉工艺、offer packaging、证据、enterprise-readiness、thought leadership、定价、客户 strategic tension)为每个竞品评分,使用明确 1–5 rubrics 和 tension-plot。位于 competitive-report-structure 之前。
基于 SOC 职业分类
正在显示 SKILL.md
| name | team-agent-orchestration |
| description | 使用 work items、ownership、agent Kanban、merge gates 和 control pane handoffs 运行团队式智能体编排。 |
| metadata | {"origin":"ECC"} |
当智能体像团队而不是单个助手一样被管理时,使用此技能。目标是让团队式编排可靠:清晰 work items、明确 ownership、agent Kanban 状态、branch 隔离、control pane 可见性和 merge gates。
把每个智能体当成有窄合同的队友:
当工作必须跨会话可见时,使用 agent Kanban。
| 列 | 含义 | 退出标准 |
|---|---|---|
| Backlog | 候选 work item,尚未成形 | 已写 acceptance criteria |
| Ready | 已成形,可分配 | 已分配 owner 和 branch/worktree |
| Running | 智能体正在工作 | 存在 handoff artifact 和 changed files |
| Review | 工作完成但未合并 | tests、diff review 和 risk check 通过 |
| Blocked | 需要外部输入或 gate 失败 | blocker 有 owner 和 next action |
| Merged | 已集成到 mainline | PR merged 或本地 main 已更新 |
| Archived | 不再相关 | 已记录原因 |
每张卡片应符合此 schema:
{
"id": "agent-card-001",
"title": "Build dynamic workflow skill",
"owner": "codex",
"state": "running",
"branch": "product/dynamic-workflow-team-orchestration",
"worktree": ".",
"acceptance": [
"Skill exists",
"Tests cover required concepts",
"Content artifact contains video and article angles"
],
"merge_gate": "lint, focused tests, and catalog check pass",
"handoff": "path/to/handoff.md"
}
skills/。有用的团队编排 control pane 应显示:
在操作者能回答这些问题前,不要增加更多自动化:谁拥有它、改了什么、哪个 gate 失败、什么能安全合并?
当卡片需要 dynamic workflow mode:
每次编排 pass 结束时包含: