docs-discovery

Locates official library and framework documentation via context7, web search, and repository analysis.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/brixtonpham/claude-setup --skill docs-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-discovery
Source: https://github.com/brixtonpham/claude-setup/tree/main/hub/skills/docs-discovery
Command: npx skills add https://github.com/brixtonpham/claude-setup --skill docs-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill accelerates finding official library and framework documentation by routing queries through context7 and targeted web searches, surfacing authoritative sources with minimal latency.

Core Features & Use Cases

  • Topic-specific discovery: Identify when a user asks for a particular feature and locate precise llms.txt resources.
  • General library guidance: Retrieve comprehensive API references, guides, and installation steps for broad library questions.
  • Live workflow integration: Orchestrate a lightweight, prompt-driven process that combines context7 lookups, web searches, and optional repository analysis to assemble a usable docs bundle for developers.
  • Use Case: A developer asks for Next.js caching strategies; the skill locates the vercel/next.js docs and related llms.txt entries and presents concise guidance.

Quick Start

Use this skill to locate official docs for a library like Next.js. Example: "Documentation for Astro". The skill will surface official docs URLs and summarize key sections, then fetch and present relevant excerpts.

Frequently Asked Questions about docs-discovery

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

FAQPage Schema
How do I find official library documentation and API references quickly?

To find official library documentation quickly, this Skill orchestrates context7 lookups, parallel web searches, and repository analysis to surface authoritative API references and relevant URLs with minimal latency, prioritizing official sources for broad library guidance.

What is llms.txt and how does it help with discovering library docs?

llms.txt is a targeted resource format used during documentation discovery. When you query a specific feature, the Skill locates precise llms.txt entries alongside official repository docs to assemble a concise, usable docs bundle for your development workflow.

Can I use context7 to search for documentation across different programming languages?

Yes, you can use context7 to search for documentation across languages. The Skill applies context7 lookups and parallel web searches to general API references and library-specific queries, returning relevant URLs and prioritizing official sources regardless of the language.

How do I retrieve topic-specific documentation for a framework like Next.js?

To retrieve topic-specific documentation for a framework like Next.js, simply ask for the feature, such as caching strategies. The Skill locates the vercel/next.js docs and related llms.txt entries, then fetches and presents concise guidance and relevant excerpts.