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

Docs Discovery

  • 39 installs
  • 14 repo stars
  • Updated July 28, 2026
  • samhvw8/dotfiles

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

  • 39 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #8,260 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/samhvw8/dotfiles --skill docs-discovery

Add your badge

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

Listed on Skillselion
Installs39
repo stars14
Last updatedJuly 28, 2026
Repositorysamhvw8/dotfiles

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.