
Create Llms
Bootstrap a spec-compliant root llms.txt so coding agents and LLM crawlers can discover your repo’s purpose, layout, and key entry docs.
Install
npx skills add https://github.com/ilteoood/harness --skill create-llmsWhat is this skill?
- Follows the official llms.txt specification at llmstxt.org
- Three-phase workflow: spec review, full repo structure analysis, then content discovery
- Catalogs directories, key files, and repository purpose for LLM entry points
- Optimized for LLM consumption while remaining human-readable markdown
- Primary directive requires compliance before writing the root llms.txt file
Adoption & trust: 1 installs on skills.sh; 2 GitHub stars; 2/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Journey fit
Canonical shelf is Build/docs because the deliverable is repository documentation artifact creation aligned to llmstxt.org. Docs subphase is where solo maintainers publish machine-readable navigation maps alongside READMEs for agent consumers.
Common Questions / FAQ
Is Create Llms safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Create Llms
# 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: 1. **H1 Header**: Single line with repository/project name (required) 2. **Blockquote Summary**: Brief description in blockquote format (optional but recommended) 3. **Additional Details**: Zero or more markdown sections without headings for context 4. **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 1. Examine the