ck:docs-seeker

Automate library documentation discovery using llms.txt workflows and scripts.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/hotriluan/alkana_web --skill ck-docs-seeker-hotriluan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docs-seeker
Source: https://github.com/hotriluan/alkana_web/tree/main/.opencode/skills/docs-seeker
Command: npx skills add https://github.com/hotriluan/alkana_web --skill ck-docs-seeker-hotriluan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates discovery of library/framework documentation via llms.txt workflows, reducing manual lookup time and enabling fast access to targeted resources.

Core Features & Use Cases

  • Script-first workflows that orchestrate detect-topic.js, fetch-docs.js, and analyze-llms-txt.js to surface llms.txt results.
  • Topic-specific and general lookup to handle both targeted and broad library documentation across multiple libraries and versions.
  • Automatic fallbacks to general URLs and repository analysis when topic-specific results are unavailable.

Quick Start

Run the topic detection and docs-fetch workflows to surface llms.txt results and analyze them.

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 using llms.txt workflows?

Automating library documentation discovery uses llms.txt workflows to reduce manual lookup time. Script-first execution orchestrates detection, fetching, and analysis to surface targeted resources across multiple libraries and versions.

What is the best way to find API docs and GitHub repository analysis for multiple library versions?

Finding API docs and GitHub repository analysis applies script-first workflows with automatic fallbacks. When topic-specific results are unavailable, the system falls back to general URLs and repository analysis to retrieve documentation.

Do I need a CONTEXT7_API_KEY to fetch llms.txt documentation for API lookups?

A CONTEXT7_API_KEY is not required to fetch llms.txt documentation for API lookups, but it is an optional dependency configured to provide higher rate limits during automated discovery.

How do analyze-llms-txt.js and fetch-docs.js work for topic-specific library documentation?

Analyze-llms-txt.js and fetch-docs.js work by orchestrating a script-first workflow for topic-specific library documentation. They execute detection and fetching to surface and analyze llms.txt results automatically.

When should I use general URL fallbacks instead of topic-specific library documentation lookups?

General URL fallbacks are used instead of topic-specific library documentation lookups when topic-specific results are unavailable. The workflow automatically triggers these fallbacks to ensure repository analysis and documentation access.