create-llms

Generate a compliant llms.txt file from repository structure.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/xabierlameiro/price-tracker --skill create-llms-xabierlameiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-llms
Source: https://github.com/xabierlameiro/price-tracker/tree/main/.agents/skills/create-llms
Command: npx skills add https://github.com/xabierlameiro/price-tracker --skill create-llms-xabierlameiro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of an llms.txt file, which acts as a crucial navigation guide for Large Language Models (LLMs) to understand and interact with a code repository.

Core Features & Use Cases

  • Automated llms.txt Generation: Creates a compliant llms.txt file based on repository structure and content.
  • LLM Navigation Enhancement: Provides LLMs with a structured overview of key files and their purposes.
  • Use Case: When onboarding a new AI agent to a complex project, this Skill ensures the AI can quickly grasp the project's architecture and locate relevant documentation and code.

Quick Start

Use the create-llms skill to generate an llms.txt file for this 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 code repository?

To generate an llms.txt file, this Skill analyzes your repository's directory structure and formats key documentation and specifications according to the llmstxt.org standard for AI navigation.

What is an llms.txt file and why does my repository need one?

An llms.txt file is a navigation guide that provides Large Language Models with a structured overview of key files. It ensures AI agents can quickly grasp project architecture and locate relevant code and documentation.

Can I automatically create llms.txt documentation for AI agents from my existing project files?

Yes, you can automatically create llms.txt documentation by analyzing directory contents to identify key examples and specs, formatting them into a human-readable and machine-consumable navigation file.

Does the generated llms.txt file follow the llmstxt.org specification?

Yes, the generated llms.txt file strictly follows the llmstxt.org specification, ensuring the output is both human-readable and machine-consumable for compliant AI navigation.

What is the best way to onboard an AI agent to a complex codebase?

The best way to onboard an AI agent is generating an llms.txt file to provide a structured overview of your repository, helping the AI quickly understand the architecture and locate relevant documentation.