external-context

Decompose queries into facets and run parallel document-specialist searches with cited URLs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly finding accurate, up-to-date external documentation and best practices for a topic without manually searching and stitching sources together.

Core Features & Use Cases

  • Facet-based research: Breaks a query into 2–5 independent facets so coverage is broad instead of relying on a single search pass.
  • Parallel document-specialist agents: Runs focused research in parallel and consolidates results with URLs and citations.
  • Synthesis-ready output: Produces structured key findings plus detailed facet sections and a sources list for easy verification.

Quick Start

Ask for a single research question using the command /oh-my-claudecode:external-context "your topic or question" to receive cited key findings and facet-based detailed results.

Frequently Asked Questions about external-context

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

FAQPage Schema
How do I get cited web research for a technical query without manually searching multiple sources?

To get cited web research, you can use a multi-agent approach that decomposes a query into independent facets and runs parallel document-specialist searches. This synthesizes findings from official docs with explicit source URLs.

What is the best way to compare development frameworks using official documentation?

The best way to compare frameworks is applying facet decomposition to break the comparison into independent angles, running parallel research, and synthesizing the results with citations for easy verification.

How does query decomposition improve web research for developer best practices?

Query decomposition improves web research by splitting a single question into 2-5 independent facets, enabling broad coverage across multiple sources instead of relying on a single search pass for best practices.

Can I collect information synthesis across official docs without stitching sources together?

Yes, you can collect information synthesis by running constrained parallel agent invocations on independent facets. This produces structured key findings and a sources list without manual stitching.

Does this parallel research approach work for summarizing conventions across reputable sources?

Yes, this parallel research approach works for summarizing conventions by running focused document-specialist searches across official docs and reputable sources, then consolidating the results with URLs.

When should I not use a multi-agent search for documentation lookup?

You should not use a multi-agent search for simple documentation lookup when a single search pass is sufficient, as facet decomposition and parallel agents add overhead suited for broad technical research tasks.