Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
samhvw8 avatar

Docs Discovery

  • 48 installs
  • 10 repo stars
  • Updated December 9, 2025
  • samhvw8/dot-claude

Helps with ai & agent building tasks.

About

docs-discovery is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • docs-discovery
  • AI & Agent Building
  • AI-coding skill

Docs Discovery by the numbers

  • 48 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #7,473 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/samhvw8/dot-claude --skill docs-discovery

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs48
repo stars10
Last updatedDecember 9, 2025
Repositorysamhvw8/dot-claude

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.