AGENTS.md Generator
Monorepo packages (optional)
No packages added. Use this for monorepos with per-package commands.
AGENTS.md
Structure looks complete — no lint issues.
What This Tool Does
The AGENTS.md Generator builds a best-practice AGENTS.md file that tells coding agents how to work in your repo. It produces command-first sections for build, test, and lint, records your conventions, and writes verifiable done-criteria, so agents follow the same rules a new teammate would. It runs in your browser with no signup.
Last updated:
This tool is provided as-is for convenience. Output should be verified before use in any production or critical context.
Agent Invocation
Best Path For Builders
Browser workflow
Runs instantly in the browser with private local processing and copy/export-ready output.
Browser Workflow
This tool is optimized for instant in-browser execution with local data handling. Run it here and copy/export the output directly.
/agents-md-generator/
For automation planning, fetch the canonical contract at /api/tool/agents-md-generator.json.
How to Use AGENTS.md Generator
- 1
Pick a preset
Start from Node/TypeScript, Python, Go, or Monorepo to pre-fill sensible commands and conventions, then edit them to match your project.
- 2
Enter your exact commands
Fill the setup, build, test, lint, and run fields with the real invocations an agent should run. Command-first beats prose every time.
- 3
Define done-criteria
Spell out how an agent verifies a change is complete: tests pass, type-check clean, lint clean. This is the highest-value section.
- 4
Check the lint panel
Review the warnings for empty command sections or placeholder text like TODO, and fill the gaps before shipping the file.
- 5
Copy or download AGENTS.md
Copy the generated Markdown or download the AGENTS.md file and drop it in your repository root.