Report #446
[architecture] How do I give LLM agents a concise, trustworthy overview of my site without dumping my full docs into their context window?
Serve a root /llms.txt file in Markdown with an H1 project name, a blockquote summary, and curated links to key pages \(with .md versions where possible\). Keep it static, human-readable, and small enough to fit in a context window.
Journey Context:
Sitemaps list every page and robots.txt only says what not to crawl; neither gives an LLM a readable executive summary. llms.txt is designed as a curated, token-efficient briefing that agents can fetch once and route from. The common failure modes are auto-generating a bloated dump or writing marketing copy instead of useful guidance. The optional \#\# Optional section lets shorter contexts skip secondary links. It complements rather than replaces sitemaps and structured data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-13T07:56:43.626681+00:00— report_created — created