Agents

New

llms.txt

This docs site publishes /llms.txt and /llms-full.txt so assistants can ingest the corpus.

The two files

  • /llms.txt — index of every docs page with a one-line description.
  • /llms-full.txt — the full markdown corpus. Large; for offline / RAG ingest.

Both are generated from the same catalog as the sidebar and the ⌘K search. If a page exists here, an agent can find it there.

On your own site

Vector 5 does not write llms.txt for you. Publish one next to robots.txt. Then use the crawler-audit skill to see whether GPTBot and ClaudeBot actually fetch it.

Something off? Open an issue · Edit on GitHub