ck:llms

Generates llms.txt files from documentation directories or URLs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill generates LLM-friendly documentation indexes, making it easier for AI systems to find and understand the content of a project's documentation.

Core Features & Use Cases

  • Generate llms.txt: Creates a curated index of project documentation following the llmstxt.org specification.
  • Documentation Scanning: Scans markdown files in a specified directory or from a URL.
  • Categorization: Categorizes documents into sections like API, Guides, and Reference.
  • Link Validation: Ensures all links are in valid markdown format.
  • Use Case: Ideal for project teams that want to improve AI discoverability of their documentation.

Quick Start

Generate an llms.txt index for the current project's documentation using the 'ck:llms' skill.

Frequently Asked Questions about ck:llms

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

FAQPage Schema
What is an llms.txt file and how does it help AI discover my documentation?

To generate an llms.txt file, scan markdown files in a specified directory or from a URL. The process categorizes documents into sections like API, Guides, and Reference, ensuring all links use valid markdown format for AI discovery.

Do I need Python to create an llms.txt index for my markdown files?

Yes, you need Python to create an llms.txt index. The process requires Python and specific libraries like pypdf, pdfplumber, and pdf2image for scanning and processing markdown files into an AI-friendly format.

Can I scan documentation from a URL to generate an llms.txt file?

Yes, you can scan documentation from a URL to generate an llms.txt file. The tool scans markdown files from a specified URL or local directory to create a curated index following the llmstxt.org specification.

How does documentation categorization work when generating an AI-friendly index?

Documentation categorization organizes scanned markdown files into distinct sections like API, Guides, and Reference. This structured categorization ensures AI systems can efficiently navigate and understand the project documentation content.

What are the limitations of using markdown processing for AI documentation indexing?

The process is limited to scanning markdown files and requires specific Python libraries like pypdf and pdfplumber. It ensures link validation but focuses specifically on generating llms.txt indexes rather than converting other formats into markdown.