Generates a specification-compliant llms.txt file that guides LLMs through repository structure and documentation.
Analyzes repository layout, identifies key files (READMEs, specs, examples, configuration), and catalogs documentation structure before generation Creates llms.txt following the official specification at https://llmstxt.org/ with H1 project name, blockquote summary, and organized H2 file sections Organizes files into logical categories (Documentation, Specifications, Examples, Configuration, Optional) with descriptive relative links and brief explanations Validates output for format compliance, valid links, and effective LLM navigation before placement in repository root
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotDeclared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars38.8K
LicenseLICENSE
Default branchmain
Open issues21
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Declared agentsgithub-copilot
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md7,323 B
docsSUMMARY.md146 B
History
First seen on skills.sh
First recorded snapshot · 9,200 installs
SKILL.md
Create LLMs.txt File from Repository Structure
Create a new llms.txt file from scratch in the root of the repository following the official llms.txt specification at https://llmstxt.org/. This file provides high-level guidance to large language models (LLMs) on where to find relevant content for understanding the repository's purpose and specifications.
Primary Directive
Create a comprehensive llms.txt file that serves as an entry point for LLMs to understand and navigate the repository effectively. The file must comply with the llms.txt specification and be optimized for LLM consumption while remaining human-readable.
Analysis and Planning Phase
Before creating the llms.txt file, you must complete a thorough analysis:
Step 1: Review llms.txt Specification
Review the official specification at https://llmstxt.org/ to ensure full compliance
Understand the required format structure and guidelines
Note the specific markdown structure requirements
Step 2: Repository Structure Analysis
Examine the complete repository structure using appropriate tools
Identify the primary purpose and scope of the repository
Catalog all important directories and their purposes
List key files that would be valuable for LLM understanding
Step 3: Content Discovery
Identify README files and their locations
Find documentation files (.md files in /docs/, /spec/, etc.)
Locate specification files and their purposes
Discover configuration files and their relevance
Find example files and code samples
Identify any existing documentation structure
Step 4: Create Implementation Plan
Based on your analysis, create a structured plan that includes:
Repository purpose and scope summary
Priority-ordered list of essential files for LLM understanding
Secondary files that provide additional context
Organizational structure for the llms.txt file
Implementation Requirements
Format Compliance
The llms.txt file must follow this exact structure per the specification:
H1 Header: Single line with repository/project name (required)
Blockquote Summary: Brief description in blockquote format (optional but recommended)
Additional Details: Zero or more markdown sections without headings for context
File List Sections: Zero or more H2 sections containing markdown lists of links
Content Requirements
Required Elements
Project Name: Clear, descriptive title as H1
Summary: Concise blockquote explaining the repository's purpose
Key Files: Essential files organized by category (H2 sections)
File Link Format
Each file link must follow: [descriptive-name](relative-url): optional description
Section Organization
Organize files into logical H2 sections such as:
Documentation: Core documentation files
Specifications: Technical specifications and requirements
Examples: Sample code and usage examples
Configuration: Setup and configuration files
Optional: Secondary files (special meaning - can be skipped for shorter context)
Content Guidelines
Language and Style
Use concise, clear, unambiguous language
Avoid jargon without explanation
Write for both human and LLM readers
Be specific and informative in descriptions
File Selection Criteria
Include files that:
Explain the repository's purpose and scope
Provide essential technical documentation
Show usage examples and patterns
Define interfaces and specifications
Contain configuration and setup instructions
Exclude files that:
Are purely implementation details
Contain redundant information
Are build artifacts or generated content
Are not relevant to understanding the project
Execution Steps
Step 1: Repository Analysis
Examine the repository structure completely
Read the main README.md to understand the project
Identify all documentation directories and files
Catalog specification files and their purposes
Find example files and configuration files
Step 2: Content Planning
Determine the primary purpose statement
Write a concise summary for the blockquote
Group identified files into logical categories
Prioritize files by importance for LLM understanding