just icon indicating copy to clipboard operation
just copied to clipboard

Provide `llms.txt` for better integration with AI agents

Open PaulRBerg opened this issue 5 months ago • 3 comments

llms.txt is a standard for AI-readable software documentation

https://llmstxt.org/

PaulRBerg avatar Sep 25 '25 23:09 PaulRBerg

I was looking into Ai assistance for writing justfiles as well.

I've been using the context7 MCP server, and it already has the just documentation in there. What's nice about it is that it's augmented (a RAG backend), so the AI can query particular aspects to only get relevant info into its context. You can even experiment with it on their website.

What's your tooling there? How exactly do you load llms.txt files into your AI's context?

arnodirlam avatar Oct 07 '25 19:10 arnodirlam

You tell it to load the file at website.com/llms.txt - that's it

PaulRBerg avatar Oct 07 '25 21:10 PaulRBerg

Have you tried giving it the README then? That is the documentation as a text file (and the book is just generated from it).

arnodirlam avatar Oct 08 '25 13:10 arnodirlam