ck:docs-seeker

Fetch library docs from Context7 llms.txt and analyze URLs by priority.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps developers quickly locate and synthesize library/framework documentation by orchestrating topic detection, llms.txt lookups via context7, and repository analysis when official docs are missing.

Core Features & Use Cases

  • Topic-aware lookup: Detects whether a user query targets a specific library feature and fetches topic-focused documentation.
  • Multi-source synthesis: Aggregates docs from context7 llms.txt, official docs, and repository structure to provide comprehensive context.
  • Workflow automation: Coordinates detection, URL construction, content retrieval, and later analysis to reduce manual search effort.
  • Use Case: A developer asks for how to implement a date picker in shadcn; the skill automatically resolves the topic, builds URLs, retrieves docs, and presents a unified briefing.

Quick Start

Ask a library question and the skill will detect topic context and fetch relevant docs automatically.

Frequently Asked Questions about ck:docs-seeker

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

FAQPage Schema
How do I find library documentation automatically when official docs are incomplete?▼

To find library documentation automatically, this skill orchestrates topic detection, context7 llms.txt lookups, and repository analysis. It consolidates official docs and repo structures to provide comprehensive context, outputting prioritized URLs and parallel exploration recommendations.

What is the best way to automate fetching context7 llms.txt for a specific framework feature?▼

Automating context7 llms.txt retrieval is achieved through topic-aware lookup. The skill detects whether a user query targets a specific library feature, builds the appropriate URLs, and fetches topic-focused documentation to deliver a unified briefing.

Can I use repository analysis to supplement missing official library documentation?▼

Yes, you can use repository analysis to supplement missing official library documentation. The skill aggregates docs from context7 llms.txt, official sources, and repository structures to synthesize comprehensive context when official documentation is incomplete.

How do I distribute agent exploration for parallel repository analysis?▼

To distribute agent exploration for parallel repository analysis, the skill analyzes retrieved URLs by priority and outputs recommended agent distribution. This workflow automation reduces manual search effort by coordinating detection, content retrieval, and later analysis.

Does this documentation lookup tool work for general library questions without a specific topic?▼

Yes, this documentation lookup tool works for general library questions without a specific topic. It applies topic detection to identify context, automatically resolving general library lookups and repository analyses to fetch relevant documentation.

What are the limitations of using llms.txt for library documentation discovery?▼

A limitation of using llms.txt for library documentation discovery is that it depends on context7 availability and repository structure. When official docs are missing, the skill relies on repository analysis to synthesize context, which may lack detailed explanations.