external-context▌
yeachan-heo/oh-my-claudecode · updated Apr 8, 2026
Fetch external documentation, references, and context for a query. Decomposes into 2-5 facets and spawns parallel document-specialist Claude agents.
External Context Skill
Fetch external documentation, references, and context for a query. Decomposes into 2-5 facets and spawns parallel document-specialist Claude agents.
Usage
/oh-my-claudecode:external-context <topic or question>
Examples
/oh-my-claudecode:external-context What are the best practices for JWT token rotation in Node.js?
/oh-my-claudecode:external-context Compare Prisma vs Drizzle ORM for PostgreSQL
/oh-my-claudecode:external-context Latest React Server Components patterns and conventions
Protocol
Step 1: Facet Decomposition
Given a query, decompose into 2-5 independent search facets:
## Search Decomposition
**Query:** <original query>
### Facet 1: <facet-name>
- **Search focus:** What to search for
- **Sources:** Official docs, GitHub, blogs, etc.
### Facet 2: <facet-name>
...
Step 2: Parallel Agent Invocation
Fire independent facets in parallel via Task tool:
Task(subagent_type="oh-my-claudecode:document-specialist", model="sonnet", prompt="Search for: <facet 1 description>. Use WebSearch and WebFetch to find official documentation and examples. Cite all sources with URLs.")
Task(subagent_type="oh-my-claudecode:document-specialist", model="sonnet", prompt="Search for: <facet 2 description>. Use WebSearch and WebFetch to find official documentation and examples. Cite all sources with URLs.")
Maximum 5 parallel document-specialist agents.
Step 3: Synthesis Output Format
Present synthesized results in this format:
## External Context: <query>
### Key Findings
1. **<finding>** - Source: [title](url)
2. **<finding>** - Source: [title](url)
### Detailed Results
#### Facet 1: <name>
<aggregated findings with citations>
#### Facet 2: <name>
<aggregated findings with citations>
### Sources
- [Source 1](url)
- [Source 2](url)
Configuration
- Maximum 5 parallel document-specialist agents
- No magic keyword trigger - explicit invocation only
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.5★★★★★63 reviews- ★★★★★Noah Ndlovu· Dec 28, 2024
I recommend external-context for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Chaitanya Patil· Dec 24, 2024
external-context fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Alexander Rahman· Dec 20, 2024
Keeps context tight: external-context is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Valentina Taylor· Dec 20, 2024
external-context fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Noah Mensah· Dec 16, 2024
external-context is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Alexander Dixit· Dec 12, 2024
Useful defaults in external-context — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Olivia Abebe· Dec 8, 2024
external-context is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Valentina Shah· Dec 8, 2024
Solid pick for teams standardizing on skills: external-context is focused, and the summary matches what you get after install.
- ★★★★★Ren Wang· Nov 27, 2024
Solid pick for teams standardizing on skills: external-context is focused, and the summary matches what you get after install.
- ★★★★★Ava Diallo· Nov 27, 2024
external-context is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 63