ck:llms

Generate llmstxt.org-compatible llms.txt files from markdown documentation.

1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-llms-tnhoang2708
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:llms
Source: https://github.com/TNHoang2708/Gym_Ver2/tree/main/.claude/skills/llms
Command: npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-llms-tnhoang2708

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of llms.txt files from documentation, providing a structured, LLM-friendly index for easier AI discovery and site indexing.

Core Features & Use Cases

  • Documentation Indexing: Generates llms.txt files that are compatible with the llmstxt.org specification.
  • Codebase Scanning: Scans specific directories or files to find markdown files and extract metadata.
  • Optional Sections: Supports full and optional documentation sections for comprehensive indexing.
  • Custom Output: Allows specifying a custom output location for the generated files.

Quick Start

Use the ck:llms skill to generate an llms.txt file for your project's documentation.

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 for my documentation site?

You can generate an llms.txt file by automating the scanning of markdown files in your codebase and extracting their metadata. This creates an LLM-friendly index for easier AI discovery and site indexing.

What is an llms.txt file and when do I need it for codebase scanning?

An llms.txt file is a structured, LLM-friendly index for documentation sites compatible with the llmstxt.org spec. You need it to automate site indexing and provide structured documentation for AI discovery.

Can I generate llms.txt files from remote URLs or only local directories?

You can generate llms.txt files from both local directories and remote URLs. The tool handles scanning markdown files and extracting metadata from either source to create the final index.

Does generating llms-full.txt require Python?

Yes, generating llms.txt and optional llms-full.txt files requires Python. The scripts use Python to scan directories, categorize markdown files, and optionally compile full documentation sections.

What is the best way to structure markdown files for LLM-friendly site indexing?

The best way is to organize markdown files into specific directories so the scanner can accurately categorize them. This allows the tool to extract metadata and generate optional sections for comprehensive indexing.

Can I specify a custom output location for the generated llms.txt file?

Yes, you can specify a custom output location for the generated llms.txt files. This allows you to place the index and any optional full text files exactly where your site needs them.