docs-seeker

Search internet sources for technical documentation using llms.txt files and GitHub repositories.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/chef0111/physthink --skill docs-seeker-chef0111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-seeker
Source: https://github.com/chef0111/physthink/tree/main/.agents/skills/docs-seeker
Command: npx skills add https://github.com/chef0111/physthink --skill docs-seeker-chef0111

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly find and understand technical documentation for libraries, frameworks, and APIs, even when it's scattered or hard to locate.

Core Features & Use Cases

  • llms.txt Prioritization: Searches for standardized AI-friendly documentation first.
  • Repository Analysis: Uses Repomix to analyze entire GitHub repositories for documentation.
  • Parallel Exploration: Deploys multiple agents to search diverse sources simultaneously.
  • Fallback Research: Utilizes Researcher agents when other methods fail.
  • Use Case: You need to understand how to use a new JavaScript library. This Skill will find its official documentation, extract key information like installation steps and API references, and present it clearly.

Quick Start

Use the docs-seeker skill to find the latest documentation for the 'react-router' library.

Frequently Asked Questions about docs-seeker

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

FAQPage Schema
How do I find technical documentation for a library that doesn't have an llms.txt file?

To find technical documentation without an llms.txt file, this Skill falls back to analyzing GitHub repositories via Repomix and deploying parallel agents to search diverse sources. It extracts API references and installation steps when standardized documentation is missing.

What is the best way to locate up-to-date API references for a specific framework version?

The best way to locate up-to-date API references is by prioritizing llms.txt files for standardized AI-friendly documentation, then falling back to repository analysis. This approach handles versioning and diverse documentation sources to ensure accuracy.

Can I analyze an entire GitHub repository to understand a library's documentation?

Yes, you can analyze entire GitHub repositories to understand library documentation using Repomix. This allows the Skill to extract key information like installation steps and API references directly from the codebase when external docs are insufficient.

How does parallel agent exploration work for searching technical docs?

Parallel agent exploration works by deploying multiple agents simultaneously to search diverse documentation sources. This speeds up the process of locating scattered technical docs and API references for libraries and frameworks.

What should I do if standard web searches fail to find the documentation I need?

If standard web searches fail to find the documentation you need, this Skill utilizes Researcher agents as a fallback method. These agents conduct deeper research to locate and extract the necessary technical documentation from various sources.

Does docs-seeker work with documentation scattered across multiple sources?

Yes, docs-seeker works effectively with documentation scattered across multiple sources by using parallel exploration and Researcher agents. It consolidates information from llms.txt files, repositories, and diverse web sources to present a clear technical overview.