wiki-llms-txt

Solid

Generates llms.txt and llms-full.txt files for LLM-friendly project documentation following the llms.txt specification. Use when the user wants to create LLM-readable summaries, llms.txt files, or make their wiki accessible to language models.

AI & Automation 2,541 stars 295 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# llms.txt Generator Generate `llms.txt` and `llms-full.txt` files that provide LLM-friendly access to wiki documentation, following the [llms.txt specification](https://llmstxt.org/). ## When This Skill Activates - User asks to generate `llms.txt` or mentions the llms.txt standard - User wants to make documentation "LLM-friendly" or "LLM-readable" - User asks for a project summary file for language models - User mentions `llms-full.txt` or context-expanded documentation ## Source Repository Resolution (MUST DO FIRST) Before generating, resolve the source repository context: 1. **Check for git remote**: Run `git remote get-url origin` 2. **Ask the user**: _"Is this a local-only repository, or do you have a source repository URL?"_ - Remote URL → store as `REPO_URL` - Local → use relative paths only 3. **Determine default branch**: Run `git rev-parse --abbrev-ref HEAD` 4. **Do NOT proceed** until resolved ## llms.txt Format (Spec-Compliant) The file follows the [llms.txt specification](https://llmstxt.org/): ```markdown # {Project Name} > {Dense one-paragraph summary — what it does, who it's for, key technologies} {Important context paragraphs — constraints, architectural philosophy, non-obvious things} ## {Section Name} - [{Page Title}]({relative-path-to-md}): {One-sentence description of what the reader will learn} ## Optional - [{Page Title}]({relative-path-to-md}): {Description — these can be skipped for shorter context} ``` ### Key Rules 1. **H1** —...

Details

Author
microsoft
Repository
microsoft/skills
Created
4 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category