docs-seeker

Detect user intent and fetch topic-specific library documentation from context7 llms.txt.

2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/NammDev/Goads-Krea --skill docs-seeker-nammdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-seeker
Source: https://github.com/NammDev/Goads-Krea/tree/main/.claude/skills/docs-seeker
Command: npx skills add https://github.com/NammDev/Goads-Krea --skill docs-seeker-nammdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Library documentation discovery is often slow and fragmented across APIs, repositories, and tutorials. This Skill orchestrates topic detection, context7 llms.txt retrieval, and repository analysis to accelerate finding relevant docs.

Core Features & Use Cases

  • Topic-aware lookup: detects the topic and library from a user query to fetch targeted docs.
  • Context7 llms.txt integration: constructs topic-aware URLs and retrieves prioritized results.
  • Fallback & analysis: if topic-specific docs are unavailable, falls back to general docs or repository analysis and returns a structured llms.txt payload.

Quick Start

Run the script-first workflow to locate topic-specific docs, fetch them from context7 llms.txt, and analyze results to produce a prioritized guidance report.

Frequently Asked Questions about docs-seeker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find topic-specific documentation for a library?

To find topic-specific library documentation, this Skill detects library context from your query and fetches prioritized llms.txt results from context7.com, grouping installation and API references by priority.

What is llms.txt and how does it help with repository analysis?

llms.txt is a structured documentation payload fetched from context7.com. It accelerates repository analysis by providing prioritized URLs for library APIs and installation references.

What's the best way to get targeted docs when general documentation is incomplete?

The best way to get targeted docs is using a fallback workflow that attempts context7 llms.txt retrieval first, then falls back to repository analysis or web search to produce a structured guidance report.

Does context7 llms.txt integration work without any external dependencies?

Context7 llms.txt integration works without external dependencies. The Skill orchestrates topic detection and URL construction internally, requiring no additional packages or setup.

Why does my library documentation discovery return general results instead of topic-specific API references?

Library documentation discovery returns general results when topic-specific llms.txt entries are unavailable. The Skill then falls back to repository analysis to synthesize a prioritized guidance report.