LLMs.txt
If you are using AI to generate Valibot schemas, you can use our LLMs.txt files to help the AI better understand the library.
What is LLMs.txt?
An LLMs.txt file is a plain text file that provides instructions or metadata for large language models (LLMs). It often specifies how the LLMs should process or interact with content. It is similar to a robots.txt file, but is tailored for AI models.
Available routes
We provide several LLMs.txt routes. Use the route that works best with your AI tool.
llms.txt
contains a table of contents with links to Markdown filesllms-full.txt
contains the Markdown content of the entire docsllms-guides.txt
contains the Markdown content of the guidesllms-api.txt
contains the Markdown content of the API reference
How to use it
To help you get started, here are some examples of how the LLMs.txt files can be used with various AI tools.
Please help us by adding more examples of other AI tools. If you use a tool that supports LLMs.txt files, please open a pull request to add it to this page.
Cursor
You can add a custom documentation as context in Cursor using the @Docs
feature. Read more about it in the here.