create-llms

Generate an llms.txt file from repository structure per the llmstxt.org specification.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill create-llms-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-llms
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/create-llms
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill create-llms-gabeujin

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 from scratch based on repository structure.
  • LLM Navigation Enhancement: Provides LLMs with a clear, structured overview of repository content, improving their ability to locate relevant information.
  • Use Case: When onboarding a new developer or integrating an LLM into a project, this Skill ensures the LLM has an immediate, accurate map of the codebase's key files and documentation.

Quick Start

Use the create-llms skill to generate an llms.txt file for the current repository.

Frequently Asked Questions about create-llms

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

FAQPage Schema
What is an llms.txt file and how does it help with code navigation?

It acts as a navigation guide for Large Language Models to understand a code repository. By analyzing repository structure, it organizes key files into human-readable and LLM-consumable markdown sections for better LLM context retrieval.

How do I generate an llms.txt file from my repository structure?

You can generate an llms.txt file by using an automated skill that analyzes your repository content. It identifies key files and organizes them into markdown sections, ensuring compliance with H1 header, blockquote summary, and H2 file list requirements.

Does the llms.txt generation comply with the llmstxt.org specification?

Yes, the generated llms.txt file complies with the llmstxt.org specification. It ensures the output meets formatting requirements like H1 headers, blockquote summaries, and H2 file lists for proper LLM consumption.

When do I need to create an llms.txt file for my project?

You need an llms.txt file when onboarding a new developer or integrating an LLM into a project. It provides an immediate, accurate map of the codebase's key files and documentation for efficient navigation.

Can I automate llms.txt creation without manual markdown formatting?

Yes, you can automate llms.txt creation from scratch based on your repository structure. The process analyzes repository content and automatically formats it into human-readable and LLM-consumable markdown sections.