FREE LOCAL TOOL
AGENTS.md generator
Turn the project commands you already trust into a focused AGENTS.md and a matching CLAUDE.md import—without uploading your repository or asking an AI to guess.
Free · Browser-only · No signupWhat the generator includes
- Verified setup and development commands you provide.
- Quality gates for tests, lint, type checks, and behavior changes.
- Safety boundaries for secrets, production data, and destructive actions.
- A concrete definition of done for implementation and handoff.
- A one-line
CLAUDE.mdimport so shared rules have one owner.
Why it does not scan your repository
Repository scanners can infer package managers and scripts, but they can also turn stale configuration into authoritative instructions. This generator starts from facts you enter deliberately. Unknown commands remain explicit verification tasks instead of plausible-looking guesses.
Review before committing
Generated instructions are a starting contract, not proof that every coding agent will follow every rule. Check paths and commands from a clean checkout, then use CI, hooks, permissions, and branch protection for enforced controls.