docs-seeker

Search and analyze technical documentation using script-driven workflows.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/vuminhieu/spexor-client --skill docs-seeker-vuminhieu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-seeker
Source: https://github.com/vuminhieu/spexor-client/tree/main/.agent/skills/skills/docs-seeker
Command: npx skills add https://github.com/vuminhieu/spexor-client --skill docs-seeker-vuminhieu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires [], and includes scripts (resource) and references (resource) components.

What problem does it solve?

The docs-seeker skill accelerates the discovery and analysis of technical documentation by orchestrating script-driven workflows, eliminating manual digging through sources.

Core Features & Use Cases

  • Topic-specific documentation discovery with automated detection and targeted fetches.
  • General library documentation and repository analysis with automated fallbacks.
  • Agent-distribution recommendations based on llms.txt results to optimize research effort.

Quick Start

Run the script pipeline with your query: node scripts/detect-topic.js "<your query>" node scripts/fetch-docs.js "<your query>" cat llms.txt | node scripts/analyze-llms-txt.js -

Frequently Asked Questions about docs-seeker

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

FAQPage Schema
How do I automate technical documentation discovery for a specific topic?

Automate technical documentation discovery by running script-driven workflows that detect topics and fetch targeted docs. The pipeline uses detect-topic.js to identify the subject from your query, then fetch-docs.js retrieves the relevant technical documentation automatically.

How does analyzing llms.txt help with repository documentation?

Analyzing llms.txt helps with repository documentation by piping the file into analyze-llms-txt.js to generate agent-distribution recommendations. This optimizes research effort by routing specific documentation sections to appropriate agents based on the parsed content.

Do I need a Node.js runtime to run documentation search scripts?

Yes, you need a Node.js runtime to execute the documentation search scripts. The workflows for topic detection, fetching docs, and analyzing llms.txt rely on Node.js to run the JavaScript files and process environment variables like CONTEXT7_API_KEY.

What is the best way to retrieve library documentation without manual searching?

The best way to retrieve library documentation without manual searching is using a script-driven pipeline with automated fallbacks. The scripts handle general library queries and repository analysis, automatically falling back to alternative retrieval methods if primary sources fail.

Can I execute documentation analysis with zero-token consumption?

Yes, you can execute documentation analysis with zero-token consumption. The script-driven workflows run locally via Node.js, processing queries and analyzing llms.txt files without consuming LLM tokens for the core retrieval and topic detection operations.

Why does the documentation fetch script use environment configuration like CONTEXT7_API_KEY?

The documentation fetch script uses environment configuration like CONTEXT7_API_KEY to authenticate and access external documentation sources. Honoring this environment configuration allows the scripts to retrieve technical documentation securely and execute queries with zero-token overhead.