meow:llms

Generate llms.txt indexes from markdown documentation following the llmstxt.org specification.

14|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-llms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meow:llms
Source: https://github.com/ngocsangyem/MeowKit/tree/main/.claude/skills/meow%3Allms
Command: npx skills add https://github.com/ngocsangyem/MeowKit --skill meow-llms

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generate llms.txt indexes from project documentation following the llmstxt.org specification to enable AI-friendly discovery and indexing of your codebase.

Core Features & Use Cases

  • Generates llms.txt indexes from markdown docs, automatically categorizing content and producing stable links for AI agents.
  • Supports optional llms-full.txt with inline content and a JSON preview via --json for review.
  • Suitable for publishing documentation sites and improving AI-driven search and navigation.

Quick Start

Run the llms.txt generator on your project docs to create an index for AI-friendly discovery.

Frequently Asked Questions about meow:llms

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

FAQPage Schema
How do I generate an llms.txt index from my project documentation?

Generate an llms.txt index by running a script that scans your markdown documentation, categorizes the content, and produces stable links to enable AI-friendly discovery. The script follows the llmstxt.org specification to structure the output.

What is the llms.txt format for AI-friendly documentation discovery?

The llms.txt format provides a standardized index that enables AI assistants to navigate project documentation via linked entries. It structures markdown content into a discoverable hierarchy, optionally supporting inline content and JSON previews.

Can I generate llms.txt for projects with per-directory markdown documentation?

Yes, you can generate llms.txt for projects with a docs directory or per-directory markdown documentation. The script scans the markdown files, handles errors gracefully, and builds stable URLs for the AI index.

How do I preview the generated llms.txt output as JSON?

Preview the generated llms.txt output as JSON by running the generator script with the --json flag. This allows you to review the categorized documentation structure before publishing.

Does the llms.txt generator support inline content for AI indexing?

Yes, the generator supports optional llms-full.txt output containing inline content. This provides AI assistants with full text access alongside the standard linked llms.txt entries.

What are the limitations of using script-based llms.txt generation?

Script-based llms.txt generation relies on scanning markdown files, meaning non-markdown documentation formats may not be indexed. It requires a structured docs directory to categorize content and build stable URLs successfully.