AGENTS.md
The unified standard for agent instructions — write your project rules once for every tool.
Overview
The standard is backed by OpenAI, Google and dozens of tools, and became the most common shared format for project context. It is plain Markdown: a commands section, an architecture section, a rules section — read automatically at the start of every session.
Writing a good AGENTS.md is the highest-ROI hour in agent-assisted development: it eliminates repeated corrections in every session and makes any new agent productive from minute one.
Who Is This For?
- Teams using multiple coding agents that want one source of truth
- Open-source projects that want agent contributions to follow their rules
- Developers repeating the same corrections to the agent every session
- Standardizing build and test commands so agents verify their own work
Installation
Create AGENTS.md in the repo root. Claude Code reads CLAUDE.md — keep one source of truth:
ln -s AGENTS.md CLAUDE.md Configuration
# AGENTS.md
## Build
- npm run build
## Rules
- TypeScript strict, no any
- Tests required for new features Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Servers
Markdown Documentation Generator
Auto-generate structured project documentation from your codebase. AI agents can produce API references, guides, and architecture docs.
OpenAPI Documentation
Generate interactive API documentation from OpenAPI and Swagger specifications. Keep your API docs always up to date with your endpoints.
README Generator
Create comprehensive, well-structured project READMEs that cover installation, usage, configuration, and contribution guidelines.