update-llms
Syncs your root llms.txt file with the latest repository changes following official specifications.
Install
mkdir -p .claude/skills/update-llms && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15139" && unzip -o skill.zip -d .claude/skills/update-llms && rm skill.zipInstalls to .claude/skills/update-llms
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/Key capabilities
- →Review the existing llms.txt file and its specification
- →Analyze the repository structure for changes
- →Identify new or changed documentation and files
- →Create an update plan for the llms.txt file
- →Update the llms.txt file with new content and structure
- →Validate the updated llms.txt file for compliance and accuracy
How it works
The skill outlines a multi-step process to analyze the current llms.txt file and repository structure, identify necessary changes, and then implement and validate those changes to ensure compliance with the llms.txt specification.
Inputs & outputs
When to use update-llms
- →Update llms.txt after refactoring
- →Add new documentation paths to llms.txt
- →Verify llms.txt compliance
About this skill
Update LLMs.txt File
Update the existing llms.txt file in the root of the repository to reflect changes in documentation, specifications, or repository structure. 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
Update the existing llms.txt file to maintain accuracy and compliance with the llms.txt specification while reflecting current repository structure and content. The file must remain optimized for LLM consumption while staying human-readable.
Analysis and Planning Phase
Before updating the llms.txt file, you must complete a thorough analysis:
Step 1: Review Current File and Specification
- Read the existing
llms.txtfile to understand current structure - Review the official specification at https://llmstxt.org/ to ensure continued compliance
- Identify areas that may need updates based on repository changes
Step 2: Repository Structure Analysis
- Examine the current repository structure using appropriate tools
- Compare current structure with what's documented in existing
llms.txt - Identify new directories, files, or documentation that should be included
- Note any removed or relocated files that need to be updated
Step 3: Content Discovery and Change Detection
- Identify new README files and their locations
- Find new documentation files (
.mdfiles in/docs/,/spec/, etc.) - Locate new specification files and their purposes
- Discover new configuration files and their relevance
- Find new example files and code samples
- Identify any changes to existing documentation structure
Step 4: Create Update Plan
Based on your analysis, create a structured plan that includes:
- Changes needed to maintain accuracy
- New files to be added to the llms.txt
- Outdated references to be removed or updated
- Organizational improvements to maintain clarity
Implementation Requirements
Format Compliance
The updated llms.txt file must maintain 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: Current State Analysis
- Read the existing
llms.txtfile thoroughly - Examine the current repository structure completely
- Compare existing file references with actual repository content
- Identify outdated, missing, or incorrect references
- Note any structural issues with the current file
Step 2: Content Planning
- Determine if the primary purpose statement needs updates
- Review and update the summary blockquote if needed
- Plan additions for new files and directories
- Plan removals for outdated or moved content
- Reorganize sections if needed for better clarity
Step 3: File Updates
- Update the existing
llms.txtfile in the repository root - Maintain compliance with the exact format specification
- Add new file references with appropriate descriptions
- Remove or update outdated references
- Ensure all links are valid relative paths
Step 4: Validation
- Verify continued compliance with https://llmstxt.org/ specification
- Check that all links are valid and accessible
- Ensure the file still serves as an effective LLM navigation tool
- Confirm the file remains both human and machine readable
Quality Assurance
Format Validation
- ✅ H1 header with project name
- ✅ Blockquote summary (if included)
- ✅ H2 sections for file lists
- ✅ Proper markdown link format
- ✅ No broken or invalid links
- ✅ Consistent formatting throughout
Content Validation
- ✅ Clear, unambiguous language
- ✅ Comprehensive coverage of essential files
- ✅ Logical organization of content
- ✅ Appropriate file descriptions
- ✅ Serves as effective LLM navigation tool
Specification Compliance
- ✅ Follows https://llmstxt.org/ format exactly
- ✅ Uses required markdown structure
- ✅ Implements optional sections appropriately
- ✅ File located at repository root (
/llms.txt)
Update Strategy
Addition Process
When adding new content:
- Identify the appropriate section for new files
- Create clear, descriptive names for links
- Write concise but informative descriptions
- Maintain alphabetical or logical ordering within sections
- Consider if new sections are needed for new content types
Removal Process
When removing outdated content:
- Verify files are actually removed or relocated
- Check if relocated files should be updated rather than removed
- Remove entire sections if they become empty
- Update cross-references if needed
Reorganization Process
When restructuring content:
- Maintain logical flow from general to specific
- Keep essential documentation in primary sections
- Move secondary content to "Optional" section if appropriate
- Ensure new organization improves LLM navigation
Example structure for llms.txt:
# [Repository Name]
> [Concise description of the repository's purpose and scope]
[Optional additional context paragraphs without headings]
## Documentation
- [Main README](README.md): Primary project documentation and getting started guide
- [Contributing Guide](CONTRIBUTING.md): Guidelines for contributing to the project
- [Code of Conduct](CODE_OF_CONDUCT.md): Community guidelines and expectations
## Specifications
- [Technical Specification](spec/technical-spec.md): Detailed technical requirements and constraints
- [API Specification](spec/api-spec.md): Interface definitions and data contracts
## Examples
- [Basic Example](examples/basic-usage.md): Simple usage demonstration
- [Advanced Example](examples/advanced-usage.md): Complex implementation patterns
## Configuration
- [Setup Guide](docs/setup.md): Installation and configuration instructions
- [Deployment Guide](docs/deployment.md): Production deployment guidelines
## Optional
- [Architecture Documentation](docs/architecture.md): Detailed system architecture
- [Design Decisions](docs/decisions.md): Historical design decision records
Success Criteria
The updated llms.txt file should:
- Accurately reflect the current repository structure and content
- Maintain compliance with the llms.txt specification
- Provide clear navigation to essential documentation
- Remove outdated or incorrect references
- Include new important files and documentation
- Maintain logical organization for easy LLM consumption
- Use clear, unambiguous language throughout
- Continue to serve both human and machine readers effectively
Limitations
- →The updated llms.txt file must maintain the exact structure per the specification
- →File links must follow the format: [descriptive-name](relative-url): optional description
- →The skill focuses on updating the llms.txt file in the repository root
How it compares
This skill provides a structured, specification-driven workflow for maintaining the llms.txt file, which differs from an ad-hoc or manual update process.
Compared to similar skills
update-llms side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| update-llms (this skill) | 0 | 5mo | No flags | Beginner |
| skills | 6 | 6mo | No flags | Intermediate |
| review-claudemd | 1 | 6mo | Review | Advanced |
| writing-documentation-for-llms | 1 | 10mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by dhar174
View all by dhar174 →You might also like
skills
atopile
How to write and maintain `.claude/skills/*/SKILL.md` files: source-of-truth-first process, verification steps, and conventions.
review-claudemd
ykdojo
Review recent conversations to find improvements for CLAUDE.md files.
writing-documentation-for-llms
CaptainCrouton89
Teaches how to write effective documentation and instructions for LLMs by assuming competence, using progressive disclosure, prioritizing examples over explanations, and building feedback loops into workflows.
skills-guide
CaptainCrouton89
Defines required structure, frontmatter format, and best practices for SKILL.md files. Use BEFORE creating or editing any skill - this is the spec to follow, not optional reference.
update-parker-skill
real-simple-labs
Make a correct update to Parker's prompts, system docs, rubrics, knowledge docs, training corpus, or brand outputs — and propagate the change everywhere it needs to land. Use this skill whenever you are changing any part of the Parker context-engineering system, including tightening a rule, adding a
skill-development
anthropics
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.