用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill aiwg-orchestrate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| namespace | aiwg |
| platforms | ["all"] |
| name | aiwg-orchestrate |
| description | Route structured artifact work to AIWG workflows via MCP with zero parent context cost |
| version | 1.1.0 |
| author | aiwg |
| license | MIT |
| metadata | {"hermes-tags":"aiwg,sdlc,artifacts,delegation,mcp"} |
Use when the user asks for:
.aiwg/Do NOT use for one-off questions, short tasks, or conversational replies.
discover / flow-list; execute through command-run or the opt-in Flow toolsdelegate_task to isolate the AIWG interaction:delegate_task(
goal="Run AIWG workflow: [workflow-name] for [description]. Save artifact to .aiwg/[category]/[filename].md",
context="Project: [project name]. Key constraint: [if any]."
)
Note: Child agents automatically exclude context files (AGENTS.md, SOUL.md) and memory
(MEMORY.md, USER.md) — this is hardcoded behavior, not configurable per-call.
The delegation model is set globally in ~/.hermes/config.yaml under delegation.model.
[date] Created [type] at [path]: [summary]| Approach | Parent context cost |
|---|---|
| Direct MCP calls | 3,000-8,000 tokens per workflow |
| This skill (delegate_task) | ~150-250 tokens per workflow |
Over a session with 5 workflows: 1,250 tokens vs. 40,000 tokens.
Store in MEMORY.md:
[YYYY-MM-DD] Created [artifact-type] at [path]: [one-sentence summary]
Never store artifact body content in memory. The artifact lives in .aiwg/ — use artifact-read to access it.
After delegation returns:
.aiwg/artifact-read (not memory recall)