Searching internet for technical documentation using llms.txt standard, GitHub repositories via Repomix, and parallel exploration. Use when user needs: (1) Latest documentation for libraries/frameworks, (2) Documentation in llms.txt format, (3) GitHub repository analysis, (4) Documentation without direct llms.txt support, (5) Multiple documentation sources in parallel
/plugin marketplace add GGPrompts/my-plugins/plugin install docs-seeker@my-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
WORKFLOWS.mdreferences/best-practices.mdreferences/documentation-sources.mdreferences/error-handling.mdreferences/limitations.mdreferences/performance.mdreferences/tool-selection.mdIntelligent discovery and analysis of technical documentation through multiple strategies:
Identify target
Search for llms.txt
WebSearch: "[library name] llms.txt site:[docs domain]"
Common patterns:
https://docs.[library].com/llms.txthttps://[library].dev/llms.txthttps://[library].io/llms.txt→ Found? Proceed to Phase 2 → Not found? Proceed to Phase 3
Single URL:
Multiple URLs (3+):
Example:
Launch 3 Explorer agents simultaneously:
- Agent 1: getting-started.md, installation.md
- Agent 2: api-reference.md, core-concepts.md
- Agent 3: examples.md, best-practices.md
When llms.txt not found:
npm install -g repomix # if needed
git clone [repo-url] /tmp/docs-analysis
cd /tmp/docs-analysis
repomix --output repomix-output.xml
Repomix benefits:
When no GitHub repository exists:
Latest (default):
Specific version:
[library] v[version] llms.txt/v[version]/llms.txt# Documentation for [Library] [Version]
## Source
- Method: [llms.txt / Repository / Research]
- URLs: [list of sources]
- Date accessed: [current date]
## Key Information
[Extracted relevant information organized by topic]
## Additional Resources
[Related links, examples, references]
## Notes
[Any limitations, missing information, or caveats]
Tool selection:
Popular llms.txt locations:
For comprehensive guides, examples, and best practices:
Workflows:
Reference guides:
Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews.
Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.