ck:docs-seeker

Discover library documentation via script-first topic detection and URL fetching.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mafvietnam/mafapp --skill ck-docs-seeker-mafvietnam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docs-seeker
Source: https://github.com/mafvietnam/mafapp/tree/main/.claude/skills/docs-seeker
Command: npx skills add https://github.com/mafvietnam/mafapp --skill ck-docs-seeker-mafvietnam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automate end-to-end documentation discovery for libraries using a script-first workflow, enabling quick access to relevant docs without manual URL guessing.

Core Features & Use Cases

  • Script-first discovery using detect-topic.js to determine topic and library, enabling targeted results.
  • Automatic URL construction and retrieval via fetch-docs.js with built-in fallback chains to topic-specific, general, and web search suggestions.
  • llms.txt analysis and agent-distribution planning via analyze-llms-txt.js to optimize workload and provide deployment guidance for multiple agents.

Quick Start

Run node scripts/detect-topic.js "<your query>", then node scripts/fetch-docs.js "<your query>", and finally cat llms.txt | node scripts/analyze-llms-txt.js - to produce a structured plan.

Frequently Asked Questions about ck:docs-seeker

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

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

You can automate library documentation discovery using a script-first workflow that detects your query topic, constructs targeted URLs, and fetches relevant docs with automatic fallbacks to general and web search suggestions.

What is llms.txt analysis and how does it optimize agent deployment?

llms.txt analysis processes repository documentation to generate a structured plan that optimizes workload distribution and provides deployment guidance for multiple agents working across the same library context.

How do I fetch library docs when the official documentation URL is unknown?

Fetch library docs without knowing the exact URL by running a script that automatically constructs retrieval paths from your query and applies fallback chains across context7 patterns, GitHub repos, and official sites.

Can I use this workflow to analyze GitHub repositories for documentation?

Yes, you can use this workflow to analyze GitHub repositories for documentation, as it includes automatic fallbacks and repo analysis to retrieve and process library docs directly from repository sources.

Do I need any external dependencies to run the documentation discovery scripts?

No external dependencies are required to run the documentation discovery scripts, as the workflow relies entirely on built-in scripts with robust error handling and environment configuration.

What are the limitations of script-first documentation discovery for libraries?

The limitations of script-first documentation discovery include relying on the accuracy of topic detection and the availability of llms.txt or standard documentation formats within the target repository for successful retrieval.