$npx -y skills add jmstar85/oh-my-githubcopilot --skill external-contextGather external documentation context through focused, bounded research passes. Activate when: external context, docs research, external docs, look up docs.
| 1 | # External Context |
| 2 | |
| 3 | > **OMG adapted scope:** This port uses sequential or small batched research passes. It does not guarantee OMC-style parallel document-specialist execution. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. Clarify the exact technology, API, version, and decision to support. |
| 7 | 2. Search local repository docs first. |
| 8 | 3. Fetch official or primary external documentation when URLs are provided or needed. |
| 9 | 4. Summarize only the details relevant to the current implementation decision. |
| 10 | 5. Cite source URLs and note version/date sensitivity. |
| 11 | |
| 12 | ## Rules |
| 13 | - Use official docs before blog posts when possible. |
| 14 | - Do not overfetch unrelated links. |
| 15 | - Separate source facts from recommendations. |
| 16 | - If the user provides URLs, fetch and inspect them before relying on memory. |