external-context

Decompose user queries into parallel search facets and coordinate document-specialist agents to fetch cited external references.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ClementATH/oh-my-claudecode --skill external-context-clementath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-context
Source: https://github.com/ClementATH/oh-my-claudecode/tree/main/skills/external-context
Command: npx skills add https://github.com/ClementATH/oh-my-claudecode --skill external-context-clementath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch external documentation, references, and context for a query by decomposing it into multiple facets and running parallel document-specialist Claude agents to gather diverse sources.

Core Features & Use Cases

  • Decomposes queries into 2-5 independent search facets.
  • Invokes 2-5 parallel document-specialist agents to fetch sources.
  • Synthesizes results with citations and structured outputs for quick decision making.

Quick Start

Invoke the skill with /oh-my-claudecode:external-context <topic>.

Frequently Asked Questions about external-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch external documentation and web sources for a Claude query?

You can fetch external documentation by decomposing a query into 2-5 independent search facets and dispatching parallel document-specialist agents to gather diverse sources with URL citations.

What is the best way to search official documentation, GitHub, and forums in parallel?

Parallel web-search across official documentation, GitHub, blogs, and forums is achieved by spawning up to five concurrent document-specialist agents that each target a specific search facet and return cited references.

Can I get source citations with URLs when researching external context?

Yes, external context research collects citations with URLs from fetched sources and synthesizes them into a structured, source-cited result for quick decision making.

How do I decompose a complex research query into multiple search facets?

Query decomposition splits a complex topic into 2-5 independent document-search facets, allowing parallel agents to cover diverse aspects of the query simultaneously before synthesizing results.

Does parallel agent web-search work without external dependencies or components?

Yes, the external-context skill operates with no listed dependencies or components, using internal parallel document-specialist agents to fetch references and synthesize cited outputs.

How many parallel agents can I spawn when fetching external references?

You can spawn up to five parallel document-specialist agents to fetch external references, each covering a distinct search facet before results are synthesized with citations.