What problem does it solve?
This Skill eliminates the time-consuming effort of manually locating and opening GitHub documentation by giving LLM-friendly, programmatic access to docs search, page lists, and rendered article bodies.
Core Features & Use Cases
- Documentation Search: Find the right GitHub Docs article by querying the official docs search API.
- Browse Available Pages: Enumerate docs pages by language and version to ensure accurate coverage.
- Retrieve Rendered Markdown: Load the full rendered content of a known docs page as markdown for efficient context usage.
Use Case: When you need guidance on a specific GitHub Actions or REST topic, search the docs, select the correct versioned article, and pull its rendered markdown to ground the answer in official documentation.
Quick Start
Use the github-docs skill to retrieve the rendered markdown for a specific GitHub Docs page about a topic you name and describe.