agentsmd/agents.md
AGENTS.md — a simple, open format for guiding coding agents
What it solves
It provides a standardized, open format for providing context and instructions specifically for AI coding agents. This prevents agents from having to guess or scan the entire codebase to understand project-specific development, testing, and pull request workflows.
How it works
Users create an AGENTS.md file in their project repository. This file acts as a "README for agents," containing predictable, structured instructions such as development environment tips, testing procedures, and PR guidelines that the AI agent can reference to work more accurately on the project.
Who it’s for
Developers who use AI coding agents to contribute to or maintain their software projects.
Highlights
- Dedicated, predictable location for agent instructions.
- Open format based on Markdown.
- Simple, structured approach to guiding AI agents through project-specific workflows.
Related
- Project
- Project
- Project
- Project
- Project