Copy this AGENTS.md as a starting template for your own AI agent instructions.
Study how an experienced developer structures standing rules for coding agents.
Adapt the commit and pull request conventions for your own team's workflow.
| zeke/agents.md | alibaba/omnidoc-tokenbench | arccalc/dwmfix | |
|---|---|---|---|
| Stars | 43 | 43 | 43 |
| Language | — | Python | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | developer | researcher | general |
Figures from each repo's GitHub metadata at analysis time.
This repository is a personal collection of global instructions that its author uses to guide AI coding agents such as OpenCode, Claude Code, and Codex. The core of the project is a single file called AGENTS.md, which is loaded automatically at the start of every coding session and acts as a system level guide telling the AI agent how to behave. The instructions cover things like what the agent should verify before finishing a task, what steps it can safely skip, how to write commit messages and pull request descriptions, and when the agent should stop and ask the human for input instead of guessing. The version published here is described as an anonymized copy of the file the author actually keeps on their own machine, with personal or identifying details removed. The README is short and does not go into detail about the specific rules themselves, those live inside the AGENTS.md file rather than the README. The project follows a broader convention called agents.md, which is a shared format some developers use for writing this kind of instruction file so that different AI coding tools can read it in a consistent way. The author explicitly invites others to copy, fork, or reuse any part of the file for their own setups. This is less a piece of software and more a reference document, useful mainly as an example of how one experienced user structures their standing instructions for AI agents. Anyone curious about prompt engineering for coding assistants, or looking for a starting template for their own AGENTS.md file, could read through it for ideas. It is released under the MIT license, so reuse is unrestricted.
A personal AGENTS.md file with one developer's standing instructions for how AI coding agents like Claude Code and Codex should behave.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.