How We Got LLMs to Recommend Our Open Source Library — Christopher Burns, Inth
Aug 26, 2026 · 16:27
Christopher Burns, founder of Inth and creator of the open source consent banner library c15t, explains how he got LLMs to recommend his library: after April 13th, Claude, ChatGPT, Codex, and Gemini became its number one inbound source, with c15t at 3 million NPM downloads and 45% month-on-month growth. He argues no single fix works, so he built LeadType, a framework-neutral docs pipeline that generates agent-facing files from MDX. He recommends hand-writing llms.txt (40 good lines beat 1,000), shipping markdown via .md, content negotiation, or mode=agent, and bundling markdown docs plus AGENTS.md in the npm package since coding agents read node_modules, not websites, saving nearly 50% of tokens. He also covers Web MCP tools and Aura AI's agent-readiness score.