MakeAgentsMD
AGENTS.md generator
Pick a stack, generate a clean AGENTS.md your AI coding agents can follow — then copy or download. Runs entirely in your browser.
Build your file
Fill in the basics, choose a template, then generate. Nothing is uploaded.
How to create an AGENTS.md
- Choose a stack template that matches your repo (or Generic).
- Generate the Markdown, then edit project-specific commands and rules.
- Save as
AGENTS.mdat your repository root (exact case). - Commit it so Cursor, Codex, Copilot, and other agents can read it.
FAQ
What is AGENTS.md?
A plain Markdown file at the repo root that gives AI coding agents build commands, conventions, and boundaries. It is an open convention used across many tools — not a proprietary config format.
Does this tool send my code anywhere?
No. Generation runs in your browser only. We do not upload your project or require an account.
Where should I put the file?
Place AGENTS.md at the repository root. In a monorepo, you can add nested files in packages; agents usually prefer the nearest file.
Is this the official agents.md site?
No. The open format is documented at agents.md. MakeAgentsMD is an independent free generator for that format.