llms-txt-generator

Installation
SKILL.md

llms.txt Generator

What this produces: A single, self-contained Markdown document following the llms.txt convention — the same format pioneered by Context7. Each section covers one concept with a 1-3 sentence explanation and one annotated, copy-pasteable code example. The whole document stays within a token budget and ends with a Summary section that ties concepts together. The output is immediately usable as a RAG source (NotebookLM, vector DBs, agent context windows) or as a standalone developer reference.

Why this format works for RAG: Each H2 section is an independent retrieval unit — self-explanatory without surrounding context, small enough for clean chunking, and dense enough to answer questions without filler.


Execution Flow

Two modes, detected automatically:

Signal Mode Source
User provides a GitHub URL or org/repo identifier Remote Fetch docs via GitHub raw content
No URL, but agent is inside a codebase Local Scan the current working directory for docs

If ambiguous, ask.

Related skills

More from andurilcode/craftwork

Installs
3
GitHub Stars
6
First Seen
Apr 2, 2026