AGENTS.md Generator
Generate concise AGENTS.md or CLAUDE.md project instructions from a questionnaire.
It writes a short instruction manual for the AI working on your code.
What this tool does
Coding agents need to know how your project is organized, which commands to run, and what they must not change. This tool turns your answers into an AGENTS.md or CLAUDE.md file that lives in the repository.
- Document build, test, lint, and formatting commands for agents
- Explain project structure and important coding conventions
- Set boundaries around secrets, generated files, and risky operations
Edit before committing. Generated files are starting points — trim boilerplate, add repo-specific facts agents actually need, and delete anything that does not match your project.
Generation runs in your browser. Nothing is uploaded.
AGENTS.md and CLAUDE.md give coding agents durable
repo context — how to run the app, what not to touch, and safety guardrails.
Keep them short: agents read them every session, so noise hurts.