docs-seeker

Locate and compile technical documentation via llms.txt and Repomix.

Updated Jul 23, 2025
One-click install
npx skills add https://github.com/levanminhduc/LuongHoaThoNew --skill docs-seeker-levanminhduc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-seeker
Source: https://github.com/levanminhduc/LuongHoaThoNew/tree/main/.claude/skills/docs-seeker
Command: npx skills add https://github.com/levanminhduc/LuongHoaThoNew --skill docs-seeker-levanminhduc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill orchestrates internet-based documentation discovery using llms.txt, Repomix, and parallel exploration to gather up-to-date references.

Core Features & Use Cases

  • llms.txt-first strategy: Quickly locate authoritative AI-ready docs.
  • Repo analysis: Analyze GitHub repos with Repomix when llms.txt is unavailable.
  • Parallel exploration: Deploy multiple agents to speed up discovery.

Quick Start

Locate and summarize documentation for a given library using llms.txt results.

Frequently Asked Questions about docs-seeker

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

FAQPage Schema
How do I find and compile technical documentation from multiple sources quickly?

Documentation discovery combines llms.txt files, Repomix repository analysis, and parallel web search to locate authoritative sources. This approach gathers up-to-date references from AI-ready documentation formats and GitHub repositories in a single aggregated report.

What is llms.txt and how does it help with documentation retrieval?

llms.txt is a standardized format for exposing AI-ready documentation at domain roots. This Skill prioritizes llms.txt discovery as the fastest path to authoritative technical docs before falling back to repository analysis or web search.

Can I analyze GitHub repositories to extract documentation without manual browsing?

Repomix-based analysis automates repository examination to extract structured documentation when llms.txt is unavailable. The Skill performs parallel exploration across multiple sources, version-aware retrieval, and cross-source aggregation into a consolidated report.

How does parallel agent exploration improve documentation gathering speed?

Deploying multiple Explorer agents concurrently accelerates multi-source retrieval by exploring different documentation targets simultaneously. This coordination reduces wait time and aggregates findings into structured output while managing rate limits and resource constraints.

What happens when documentation sources are unavailable or rate-limited?

The Skill manages errors, rate-limits, and resource constraints through coordinated agent execution and fallback strategies. It identifies targets and versions upfront, performs WebSearch and WebFetch operations within boundaries, and surfaces limitations in the aggregated report.