The /llms.txt file is a proposal to standardize a method for providing LLMs with concise, expert-level information about a website. It addresses the limitations of LLM context windows by offering a dedicated markdown file containing background information, guidance, and links to detailed documentation. The format is designed to be both human and machine readable, enabling fixed processing methods. The proposal includes generating markdown versions of existing HTML pages (appending .md to the URL). This initiative aims to improve LLM performance in various applications, from software documentation to complex legal analysis, and is already being implemented in projects like FastHTML and nbdev.
This article introduces `install.md`, a proposed standard for creating installation instructions that are easily understood and executed by LLM-powered agents. The core idea is to provide a structured markdown file that details the installation process in a way that an agent can autonomously follow. This contrasts with traditional documentation geared towards human readers and allows for automated installation across various environments. The standard includes sections for product description, action prompts, objectives, verification criteria, and step-by-step instructions. Mintlify now auto-detects and generates `install.md` files for projects, offering a streamlined approach to agent-friendly documentation.
Google is announcing the public preview of the Developer Knowledge API and its associated Model Context Protocol (MCP) server. These tools provide a machine-readable gateway to Google’s official developer documentation, enabling AI assistants to access accurate and up-to-date information for building with Google technologies like Firebase, Android, and Google Cloud.
Create executable demo documents that show and prove an agent's work. Showboat helps agents build markdown documents that mix commentary, executable code blocks, and captured output. These documents serve as both readable documentation and reproducible proof of work. A verifier can re-execute all code blocks and confirm the outputs still match.
This document provides guidelines for maintaining high-quality Python code, specifically for AI coding agents. It covers principles, tools, style, documentation, testing, and security best practices.
A simple, open format for guiding coding agents, used by over 60k open-source projects. It's a dedicated, predictable place to provide the context and instructions to help AI coding agents work on your project.
Code Wiki is a platform that maintains a continuously updated, structured wiki for code repositories, aiming to improve developer productivity by unlocking knowledge buried in source code. It features automated documentation, intelligent context-aware chat, and integrated actionable links.
High-level diagram representations for code. CodeBoarding is an open-source codebase analysis tool that generates high-level diagram representations of codebases using static analysis and LLM agents, that humans and agents can interact with.
AI-powered multi-agent system that automatically analyzes codebases and generates comprehensive documentation. Features GitLab integration, concurrent processing, and multiple LLM support for better code understanding and developer onboarding.
This document provides a developer guide for the Tiny Code Reader from Useful Sensors, a small, low-cost hardware module that reads QR codes. It covers connecting, mounting, powering up, reading data, configuration, sensor characteristics, example code, privacy considerations, and an appendix with data formats and CAD files.