·orchestrating-skills
</>

orchestrating-skills

具有上下文路由的技能感知编排。将复杂任务分解为技能类型的子任务,提取目标上下文子集,并行执行子代理并综合结果。自我回答简单的内联查找。无 SDK 依赖性 — 通过 httpx 使用原始 HTTP。当任务需要多个分析视角时、当上下文很大并且子任务只需要部分时或者当编排代理产生太多冗余子代理时使用。

10安装·0热度·@oaustegard

安装

$npx skills add https://github.com/oaustegard/claude-skills --skill orchestrating-skills

如何安装 orchestrating-skills

通过命令行快速安装 orchestrating-skills AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/oaustegard/claude-skills --skill orchestrating-skills
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:oaustegard/claude-skills。

SKILL.md

查看原文

Orchestrate complex multi-step tasks through a four-phase pipeline that eliminates redundant context processing and reflexive subagent spawning.

The orchestrator reads the full context once and produces a JSON plan:

No LLM calls. Extracts context subsets using section headers or line ranges, pairs each with the assigned skill's system prompt, builds prompt dicts.

具有上下文路由的技能感知编排。将复杂任务分解为技能类型的子任务,提取目标上下文子集,并行执行子代理并综合结果。自我回答简单的内联查找。无 SDK 依赖性 — 通过 httpx 使用原始 HTTP。当任务需要多个分析视角时、当上下文很大并且子任务只需要部分时或者当编排代理产生太多冗余子代理时使用。 来源:oaustegard/claude-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/oaustegard/claude-skills --skill orchestrating-skills
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-11

Browse more skills from oaustegard/claude-skills

快速解答

什么是 orchestrating-skills?

具有上下文路由的技能感知编排。将复杂任务分解为技能类型的子任务,提取目标上下文子集,并行执行子代理并综合结果。自我回答简单的内联查找。无 SDK 依赖性 — 通过 httpx 使用原始 HTTP。当任务需要多个分析视角时、当上下文很大并且子任务只需要部分时或者当编排代理产生太多冗余子代理时使用。 来源:oaustegard/claude-skills。

如何安装 orchestrating-skills?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oaustegard/claude-skills --skill orchestrating-skills 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/oaustegard/claude-skills