dev-external-context
Parallel external documentation lookup. Spawn multiple @scroll-docs agents simultaneously to fetch SDK refs, API docs, and framework guides for different topics in one pass.
适合你,如果经常需要同时查阅多个SDK或API文档
/ 下载安装
/ 通过 npx 安装 校验哈希
npx oh-my-skill add evolution-foundation/evo-nexus/dev-external-context/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- evolution-foundation/evo-nexus/dev-external-context/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify evolution-foundation/evo-nexus/dev-external-context安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
509GitHub stars
~351上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 7f5dd76 · 表述以原文为准它做什么
当需要同时查找多个独立的外部文档(如不同SDK、API或框架指南)时,Claude会并行启动多个@scroll-docs代理分别查询,然后将结果整合成一份包含对比和推荐的研究报告。
什么时候触发
当任务要求至少3个不同主题的外部文档查询,或时间紧迫需要并行查找时触发。
装好后可以这样说
同时启动两个查询,最后比较结果。
技能原文 SKILL.md
Dev External Context
Derived from oh-my-claudecode (MIT, Yeachan Heo). Adapted for the EvoNexus Engineering Layer.
Parallel external research. When a task needs multiple unrelated external lookups (SDK A + Framework B + Standard C), spawn @scroll-docs instances in parallel instead of serial.
Use When
- Task requires 3+ external doc lookups on different topics
- Time-sensitive research where serial lookups would be slow
- Cross-referencing multiple SDKs / frameworks for the same problem
Do Not Use When
- Single lookup → use
@scroll-docsdirectly - Internal codebase questions → use
@scout-explorerinstead - The lookups are dependent (B needs A's result first) → run serial
Workflow
- Decompose the research need into 2+ independent topics
- Spawn
@scroll-docsagents in parallel — one per topic - Collect the briefs as they return
- Synthesize into a single research summary
- Save to
workspace/development/research/[C]external-context-{topic}-{date}.md
Output Format
## External Context — {topic}
### Lookup 1: {topic A}
[from @scroll-docs]
### Lookup 2: {topic B}
[from @scroll-docs]
### Lookup 3: {topic C}
[from @scroll-docs]
## Synthesis
[Combined understanding]
## Conflicts
[Where sources disagree]
## Recommendation
[Next step based on combined research]
Pairs With
@scroll-docs(parallel workers)@compass-planner(consumer of synthesized research)@apex-architect(consumer for architecture decisions)
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…