docs-discovery

Technical documentation discovery via context7 and web search. Capabilities: library/framework docs lookup, topic-specific search. Keywords: llms.txt, context7, documentation, library docs, API docs. Use when: searching library documentation, finding framework guides, looking up API references.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "docs-discovery" with this command: npx skills add samhvw8/dot-claude/samhvw8-dot-claude-docs-discovery

Documentation Discovery

Mission: Find official library/framework documentation quickly.

Strategy

Step 1: Try context7 First

mcp__context7__resolve-library-id("{library}")
→ Success? → mcp__context7__get-library-docs("{id}", topic="{topic}")
→ Fail? → Step 2

Step 2: Search for Documentation URLs

If context7 fails, run these searches in parallel:

WebSearch: "{library} llms.txt"
WebSearch: "{library} official documentation"

Step 3: Fetch Found URLs

WebFetch the URLs found from Step 2:

  • llms.txt links → fetch and parse
  • Documentation pages → fetch and extract content

Workflow Summary

1. context7 (fast, curated)
   ↓ fail
2. WebSearch (parallel):
   - "{library} llms.txt"
   - "{library} official documentation"
   ↓ found URLs
3. WebFetch found URLs
   ↓ content
4. Parse & present to user

Tools

StepToolPurpose
1mcp__context7__resolve-library-idGet context7 library ID
1mcp__context7__get-library-docsFetch docs from context7
2WebSearchSearch for llms.txt and docs URLs
3WebFetchFetch documentation content

Key Rules

  • context7 first - Fastest, already curated
  • Search, don't guess - Don't guess URL patterns, search for them
  • Parallel search - Run multiple WebSearch queries together
  • Topic filtering - Use topic param in context7, filter search results by topic

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

mise-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

nextjs-turborepo

No summary provided by upstream source.

Repository SourceNeeds Review
General

3d-graphics

No summary provided by upstream source.

Repository SourceNeeds Review
General

infra-engineer

No summary provided by upstream source.

Repository SourceNeeds Review