ck:docs-seeker

Retrieve documentation from llms.txt and GitHub repositories via URL patterns and API integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of finding documentation for APIs and libraries, enabling quick access to resources that can speed up development.

Core Features & Use Cases

  • Topic-Specific Search: quickly find specific documentation on features, components, or concepts.
  • General Library Search: browse through comprehensive documentation for entire libraries.
  • Repository Analysis: gain insights from code repositories without the need for llms.txt.

Quick Start

Query for documentation using: ck:docs-seeker [library-name] [topic]

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 API reference documentation for a specific library?

To find API reference documentation, query with the library name and topic. The Skill retrieves docs from llms.txt and GitHub repositories using predefined URL patterns and API integration.

Can I search for library documentation without an existing llms.txt file?

Yes, you can search without llms.txt. The Skill features a fallback mechanism that analyzes GitHub repositories directly to retrieve documentation insights when direct sources are unavailable.

What is the best way to look up documentation for a specific API feature?

The best way to look up a specific API feature is using a topic-specific search. Query with the library name and the feature topic to quickly retrieve targeted documentation resources.

Does the documentation lookup tool support general library browsing?

Yes, the documentation lookup tool supports general library browsing. You can query with just the library name to browse through comprehensive documentation for the entire library.

How does repository analysis work when direct API references are missing?

Repository analysis works by integrating directly with GitHub APIs to retrieve code insights. It serves as a fallback mechanism when direct llms.txt sources are missing, ensuring documentation access.