Add an agents.md file to your repo so AI coding assistants understand your dev setup, testing process, and contribution rules.
Build AI tools that read agents.md to automatically onboard themselves to new codebases without asking for manual context.
Document project conventions in a machine-readable format that both humans and AI agents can follow consistently.
AGENTS.md is an open file format standard for giving AI coding agents context and instructions about a software project. Think of it as a README, but written specifically for AI agents rather than human developers, a predictable, dedicated place where an agent can look to understand how to work on the codebase. An AGENTS.md file lives in a project's repository and can contain things like dev environment tips (commands to use, toolchain notes), testing instructions (how to run the test suite, linting requirements), and pull request conventions. The format is simple plain Markdown. The repository also includes a Next.js website at agents.md that explains the format and shows examples.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.