BoilerplateHub

AGENTS.md Templates by Project Type

An AGENTS.md tells a coding agent how your project works: the commands it may run, the conventions it must follow, and the files it must not touch. These 12 templates are complete files, not outlines. Pick the closest project type, adapt the commands to your repo, and commit it to the root.

Which filename should you use?

Claude Code reads CLAUDE.md. Most other agents and editors have converged on AGENTS.md. The content is the same, so the working pattern is one real file plus a symlink, which keeps the rules from drifting apart:

ln -s AGENTS.md CLAUDE.md

Full reasoning, including the Windows caveat, is in CLAUDE.md vs AGENTS.md. Looking for boilerplates that already ship these files? See agent-ready boilerplates.