Generates standardized llms.txt files to make projects more discoverable and understandable for Large Language Models.
The LLM Documentation Generator automates the creation of llms.txt and llms-full.txt files according to the llms.txt standard, ensuring your project is optimized for AI consumption. It intelligently scans manifests like package.json or Cargo.toml, README files, and source code to build a structured map of your project's purpose, documentation, and key API entry points. By providing a concise, machine-readable overview, it helps AI coding assistants quickly grasp your project's structure and public surface without excessive token usage.
주요 기능
01Automated scanning of build manifests and source code for project metadata
02Intelligent merging that preserves hand-written documentation sections
03Standardized llms.txt creation following the official specification
04Support for multiple ecosystems including Node.js, Rust, Go, Python, and Java
05Conditional generation of llms-full.txt for smaller, self-contained projects
061 GitHub stars
사용 사례
01Creating a concise project map for context-window-limited LLMs
02Optimizing a repository for discovery and use by AI coding assistants
03Standardizing documentation across microservices for internal AI tooling