| name | docs-seeker |
| version | 3.1.0 |
| description | [Documentation] Use when finding technical documentation for libraries, frameworks, repositories, or implementation topics. |
Quick Summary
Goal: Search and fetch technical documentation using executable scripts with llms.txt standard (context7.com).
Workflow:
- Detect — Run
scripts/detect-topic.js to classify query type (topic-specific vs general)
- Fetch — Run
scripts/fetch-docs.js to retrieve documentation with automatic fallback
- Analyze — Run
scripts/analyze-llms-txt.js to categorize URLs and recommend agent distribution
Key Rules:
- Always execute scripts in order: detect -> fetch -> analyze
- Scripts handle URL construction and fallback chains automatically; no manual URL building
- Zero-token overhead: scripts run without context loading
Be skeptical. Apply critical thinking, sequential thinking. Every claim needs traced proof, confidence percentages (Idea should be more than 80%).
Documentation Discovery via Scripts
Overview
Script-first documentation discovery using llms.txt standard.
Execute scripts to handle entire workflow - no manual URL construction needed.
Primary Workflow
ALWAYS execute scripts in this order:
node scripts/detect-topic.js
node scripts/fetch-docs.js
llms.txt | node scripts/analyze-llms-txt.js -