create-llms

Generate or refresh a standards-compliant llms.txt with validated links.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill create-llms-luminairprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-llms
Source: https://github.com/LuminairPrime/openwrt-docs4ai-pipeline/tree/main/.agents/skills/create-llms
Command: npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill create-llms-luminairprime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or refresh an llms.txt file that documents the repository structure and key references, enabling faster AI-assisted discovery and onboarding.

Core Features & Use Cases

  • Generates a structured llms.txt that catalogs primary README, architecture/spec docs, and important contracts.
  • Groups links into logical sections with concise descriptions for quick scanning.
  • Validates that referenced documents exist to ensure a reliable index.

Quick Start

Run this skill to generate or refresh the llms.txt for the repository.

Frequently Asked Questions about create-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 repository?

To generate an llms.txt file, you can use a skill that automates indexing of repository structure and key references. It catalogs primary READMEs, architecture specs, and contracts into a standards-compliant file with validated links for AI-assisted discovery.

What is an llms.txt file used for in a codebase?

An llms.txt file provides a concise, navigable index of core repository documentation and contracts. It enables faster AI-assisted discovery and onboarding by grouping links to architecture specs and primary docs into logical sections with concise descriptions.

How do I validate links in my repository documentation index?

To validate links in your repository documentation index, the llms.txt generation process verifies that referenced documents exist. This ensures a reliable index without generating artifacts, confirming that primary specs and architecture docs are correctly linked.

Can I refresh an existing llms.txt file to include new architecture specs?

Yes, you can refresh an existing llms.txt file to include new architecture specs. The process updates the repository documentation index by scanning and validating links to current contracts and specs, ensuring the index remains accurate for AI-assisted discovery.

Does llms.txt generation work without creating extra artifacts in the repository?

Yes, llms.txt generation works without creating extra artifacts in the repository. The process produces only the standards-compliant llms.txt file with labeled sections and validated links, ensuring your repository structure remains clean and navigable.