external-context

Retrieve external documentation and web references via parallel search facets.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill external-context-marcmunoz-uno
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: external-context
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/external-context
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill external-context-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces time spent hunting for authoritative sources by automatically collecting relevant external documentation and references for a given question.

Core Features & Use Cases

  • Facet-based parallel research: Breaks a query into 2–5 independent search facets and runs document-specialist agents in parallel to cover more ground.
  • Source-cited synthesis: Produces a consolidated output with key findings and per-facet detailed results including URLs.
  • Common use case: Use it to quickly validate best practices (e.g., security recommendations, framework patterns, or tooling comparisons) with up-to-date references.

Quick Start

Invoke it by running your query with /oh-my-claudecode:external-context and review the synthesized, citation-rich findings.

Frequently Asked Questions about external-context

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

FAQPage Schema
How do I gather external documentation for technical research queries?▼

Parallel web research automates external context gathering by decomposing a query into 2–5 independent search facets. It runs document-specialist agents simultaneously to retrieve authoritative web references and synthesizes them with URL citations.

What is the best way to validate framework best practices with web references?▼

Validating framework best practices with web references involves querying the Skill to retrieve up-to-date external documentation. It uses parallel search agents across multiple facets to collect and synthesize authoritative sources with URL citations.

Can I use parallel agents to compare libraries and technical documentation?▼

Yes, you can use parallel agents to compare libraries by decomposing the query into independent search facets. The Skill runs document-specialist agents simultaneously to fetch technical documentation and synthesizes cited comparison results.

Do I need web search and fetch capabilities to run external context research?▼

Yes, web search and fetch capabilities are required dependencies. The Skill invokes parallel document-specialist agents that rely on these tools to retrieve external documentation and synthesize cited research results.

How many search facets does parallel research support for documentation lookup?▼

Parallel research supports decomposing a query into 2–5 independent search facets. Each facet is processed by a document-specialist agent that retrieves external documentation for the final synthesized output with URL citations.

When should I not use automated web research for technical synthesis?▼

Automated web research is not suited for queries requiring fewer than 2 or more than 5 search facets, or when web search and fetch capabilities are unavailable. It depends on parallel agent invocation to synthesize external documentation with citations.