docs-seeker

Detect documentation topics and fetch llms.txt sources from context7 and GitHub.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/congthang12312/Sentinel-AI-test --skill docs-seeker-congthang12312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-seeker
Source: https://github.com/congthang12312/Sentinel-AI-test/tree/main/.agent/skills/docs-seeker
Command: npx skills add https://github.com/congthang12312/Sentinel-AI-test --skill docs-seeker-congthang12312

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Documentation discovery for libraries/frameworks is often slow and manual; this skill speeds up the process by orchestrating scripted queries to fetch llms.txt sources and guide discovery workflows.

Core Features & Use Cases

  • Topic-aware retrieval: Detects whether a query is topic-specific and fetches focused llms.txt sources.
  • Fallback orchestration: Falls back to general library URLs, web searches, or repository analysis when primary sources are unavailable.
  • Script-driven workflow: Coordinates detection, fetching, and analysis via deterministic scripts for repeatable results.

Quick Start

Run node scripts/detect-topic.js "<your query>" to identify topic-specific results, then run node scripts/fetch-docs.js "<your query>" to retrieve llms.txt.

Frequently Asked Questions about docs-seeker

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

FAQPage Schema
How do I find llms.txt documentation for a specific library?

To find llms.txt documentation, the skill orchestrates scripted queries that detect whether your search is topic-specific and retrieves focused llms.txt sources from context7 and GitHub repos.

What is an llms.txt file and when do I need it for AI context?

An llms.txt file provides structured documentation tailored for AI context. You need it when automating library or framework documentation discovery to supply focused context to LLMs.

How do I retrieve documentation when the primary llms.txt source is unavailable?

When primary llms.txt sources are unavailable, the workflow orchestrates fallback strategies by retrieving general library URLs, performing web searches, or analyzing GitHub repositories.

Does the documentation discovery workflow require any external dependencies?

No, the documentation discovery workflow has zero external dependencies. It relies entirely on built-in scripts and references to coordinate environment-aware execution and robust retrieval.

Can I use script-driven workflows to automate context7 documentation retrieval?

Yes, you can automate context7 documentation retrieval by running deterministic Node.js scripts that detect topics and fetch relevant sources for repeatable results.

What is the best way to organize framework documentation fetched from GitHub repositories?

The best way to organize framework documentation is using script-driven workflows that detect topic-specific queries, fetch llms.txt sources, and coordinate discovery via deterministic scripts for repeatable results.