docs-seeker

Finds and synthesizes library documentation from llms.txt and Repomix sources.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/trungtnm/claude-code-utils --skill docs-seeker-trungtnm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: docs-seeker
Source: https://github.com/trungtnm/claude-code-utils/tree/main/plugins/skills/docs-seeker
Command: npx skills add https://github.com/trungtnm/claude-code-utils --skill docs-seeker-trungtnm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

docs-seeker solves the challenge of locating, synthesizing, and validating comprehensive technical documentation from dispersed sources across llms.txt, repository analyses (Repomix), and parallel exploration workflows, saving time and reducing context-switching.

Core Features & Use Cases

  • llms.txt-first discovery to retrieve official documentation URLs
  • Repository analysis via Repomix to extract docs from codebases
  • Parallel exploration with multiple agents to accelerate coverage
  • Cross-source synthesis with rating of official vs community docs
  • Use cases include onboarding new engineers, migrating between versions, and API reference deep-dives

Quick Start

Provide the target library name (and optional version) to initiate llms.txt discovery with parallel explorers and synthesize results into a unified report.

Frequently Asked Questions about docs-seeker

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

FAQPage Schema
How does parallel exploration accelerate documentation discovery for complex libraries?▼

Parallel exploration accelerates documentation discovery by deploying multiple agents to simultaneously search and validate scattered sources, returning a synthesized, comprehensive report much faster than sequential searches.

Can I use Repomix to extract API reference documentation directly from a codebase?▼

Yes, you can use Repomix to extract API reference documentation directly from a codebase by performing repository analysis, which parses the repository structure and code to surface technical docs.

What is the best way to handle multi-version library documentation during a migration?▼

For multi-version library documentation during a migration, provide the target library name and specific version to initiate discovery, enabling version handling and cross-source synthesis of relevant API references.

Does llms.txt discovery work for onboarding new engineers to unfamiliar repositories?▼

llms.txt discovery works for onboarding by quickly retrieving official documentation URLs and combining them with Repomix analyses to give new engineers a comprehensive, unified technical overview.

What are the limitations of using automated repository analysis for discovering technical documentation?▼

Automated repository analysis for discovering technical documentation relies on codebase structure and may miss external context, requiring robust error handling and cross-source synthesis to validate findings against official llms.txt data.