Loading...
Loading...
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.
npx skill4agent add samhvw8/dot-claude docs-discoverymcp__context7__resolve-library-id("{library}")
→ Success? → mcp__context7__get-library-docs("{id}", topic="{topic}")
→ Fail? → Step 2WebSearch: "{library} llms.txt"
WebSearch: "{library} official documentation"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| Step | Tool | Purpose |
|---|---|---|
| 1 | | Get context7 library ID |
| 1 | | Fetch docs from context7 |
| 2 | | Search for llms.txt and docs URLs |
| 3 | | Fetch documentation content |