aicoolies logo
AGENTS.md logo

AGENTS.md

Open standard for guiding AI coding agents at the repository level

Share
open-sourceOpen Source
Visit Website →

AGENTS.md is an open standard format adopted by 60,000+ open-source projects for providing AI coding agents with repository-level instructions. With 20,000+ GitHub stars, it has been adopted by GitHub Copilot, OpenAI Codex, Google Gemini CLI, and multiple IDEs as the de facto way to communicate project context and coding conventions to AI agents.

AGENTS.md bridges the gap between human-readable documentation and machine-executable agent instructions by providing a standardized format for repository-level AI guidance. When an AI coding agent enters a repository, it reads the AGENTS.md file to understand project conventions, architecture decisions, testing requirements, and coding standards. This eliminates the need for developers to repeatedly explain project context in every AI interaction and ensures consistent behavior across different AI tools.

The standard has achieved remarkable adoption with over 60,000 open-source projects including AGENTS.md files. Major AI coding platforms have integrated support natively: GitHub Copilot reads AGENTS.md for workspace context, OpenAI Codex uses it for task planning, and Google Gemini CLI parses it for project understanding. This cross-platform adoption means a single AGENTS.md file improves AI assistance across every tool a developer might use, creating a network effect that reinforces the standard.

The specification covers sections for project overview, technology stack, code conventions, testing requirements, deployment procedures, and custom instructions. An active v1.1 proposal under community discussion addresses edge cases around multi-language repositories and monorepo configurations. The MIT license and simple markdown format ensure zero friction for adoption. For development teams, adding an AGENTS.md file is one of the highest-leverage actions for improving AI coding assistance quality.

Pricing

Free and open-source (MIT License)

Platforms

Universal; any repository; supported by major AI coding tools

Categories

Tags

Use Cases

Alternatives

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Superserve logo

Superserve

Open-source Firecracker sandboxes for long-running AI agents

Superserve is an open-source sandbox infrastructure layer for AI agents that need durable computers instead of short-lived shells. It runs isolated Firecracker microVMs, supports pause, resume, snapshot, fork, preview URLs, MCP connectivity, SDK/API control, Docker workloads, and self-hosting, while the hosted service adds pay-as-you-go agent sandboxes for teams.

open-sourceOpen Source

Anthropic Agent Skills

Official Claude Agent Skills examples, spec, and plugin marketplace for reusable agent capabilities

Anthropic Agent Skills is Anthropic's official reference repo and Claude Code plugin marketplace for reusable Skill folders. It packages example SKILL.md workflows, document skills, a Claude API skill, templates, and the Agent Skills spec so teams can turn repeatable instructions, scripts, and resources into on-demand Claude capabilities instead of copying prompts across sessions.

freeTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source