ck:llms

Generate llms.txt indexes from Markdown documentation by category.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

llms.txt provides a compact, AI-friendly index of a project’s documentation. It enables AI models to access relevant docs without loading an entire site, improving context-sensitivity and retrieval efficiency.

Core Features & Use Cases

  • Generates llms.txt and, optionally, llms-full.txt from Markdown sources following the llmstxt.org specification.
  • Groups content by categories (e.g., API Reference, Guides, Getting Started, Optional) and supports base URL prefixes for link rendering.
  • Ideal for publishing documentation indexes, enabling AI assistants, onboarding, and rapid context-building for large repos.

Quick Start

Run the generator on your docs directory to produce llms.txt at the project root.

Frequently Asked Questions about ck:llms

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

FAQPage Schema
How do I generate an llms.txt file from my Markdown documentation?

You can generate an llms.txt file by analyzing Markdown sources and grouping them by category. This creates a compact, AI-friendly index following the llmstxt.org specification for AI-driven context retrieval.

What is llms.txt used for in AI context building?

The llms.txt format provides a compact, AI-friendly index of a project's documentation. It enables AI models to access relevant context without loading an entire site, improving retrieval efficiency for AI assistants.

Can I include full Markdown content in the generated llms-full.txt index?

Yes, you can optionally generate an llms-full.txt file alongside the standard index. This includes the full Markdown content from your sources, providing complete documentation context for AI assistants.

Does the llms.txt generator support custom base URL prefixes for links?

Yes, the generator supports configurable base URL prefixes for link rendering. This allows you to map local Markdown file paths to absolute web URLs when publishing your documentation index for AI consumption.

What is the best way to organize documentation for AI assistant retrieval?

Organize Markdown files into logical categories like API Reference, Guides, and Getting Started. The generator groups content by these categories to create a structured, context-sensitive index for AI assistants.

Are there limitations when using llms.txt for large repository onboarding?

The llms.txt index is ideal for rapid context-building in large repos but relies on Markdown sources. It does not parse non-Markdown formats, so complex PDF or HTML documentation will not be included in the generated AI context index.