EveryDev.ai
Sign inSubscribe
Explore AI Tools
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,480+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1596
    • Coding1181
    • Infrastructure526
    • Marketing447
    • Design427
    • Projects384
    • Research357
    • Analytics331
    • Testing221
    • MCP216
    • Data205
    • Security196
    • Integration169
    • Learning154
    • Communication146
    • Prompts140
    • Extensions137
    • Commerce123
    • Voice122
    • DevOps99
    • Web77
    • Finance21
    1. Home
    2. Tools
    3. AGENTS.md
    AGENTS.md icon

    AGENTS.md

    AI Coding Assistants
    Featured

    An open format for guiding AI coding agents, providing a dedicated, predictable place for project context and instructions in a Markdown file.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Completely free and open source under the MIT License. Use, modify, and distribute freely.

    Engagement

    Available On

    Linux
    Web
    API
    VS Code
    JetBrains

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsContext EngineeringAgent Frameworks

    Alternatives

    Background AgentsSkillKitProliferate
    Developer
    agentsmdSan Francisco, CAEst. 2025$10M raised

    Listed May 2026

    About AGENTS.md

    AGENTS.md is a simple, open Markdown-based format that gives AI coding agents a dedicated, predictable place to receive project context and instructions. It emerged from collaborative efforts across the AI software development ecosystem—including OpenAI Codex, Amp, Jules from Google, Cursor, and Factory—and is now stewarded by the Agentic AI Foundation under the Linux Foundation. The project is open source under the MIT License and hosted on GitHub, where it has accumulated over 21,000 stars.

    What It Is

    AGENTS.md is a convention, not a proprietary tool: a file you place at the root of your repository (or inside subpackages) that AI coding agents read to understand how to work on your project. Think of it as a README for agents—separate from the human-facing README so that agent-specific instructions (build steps, test commands, code style guidelines, security considerations) don't clutter documentation meant for human contributors. The format is plain Markdown with no required fields or schema; agents simply parse the text you provide.

    How It Works

    The workflow is straightforward:

    • Create an AGENTS.md file at the repository root. Most supported coding agents can scaffold one for you on request.
    • Add sections covering what matters: project overview, build and test commands, code style guidelines, testing instructions, security considerations, PR conventions, and deployment steps.
    • Use nested files in monorepos: place an AGENTS.md inside each package directory. Agents automatically read the nearest file in the directory tree, so the closest one takes precedence. The project notes that the main OpenAI repository has 88 AGENTS.md files as an example.
    • Override behavior: explicit user chat prompts override file instructions; the closest file to the edited file wins when instructions conflict.

    Ecosystem Compatibility

    The project's website lists a broad and growing set of AI coding agents and tools that support the format, including Semgrep, Zed, Warp, GitHub Copilot's coding agent, JetBrains Junie, Goose, Windsurf (from Cognition), Gemini CLI (Google), OpenAI Codex, opencode, Aider, Augment Code, Jules (Google), VS Code, RooCode, UiPath Autopilot, Phoenix, Kilo Code, Amp, Cursor, Devin (Cognition), and Factory. Configuration for specific tools like Aider (via .aider.conf.yml) and Gemini CLI (via .gemini/settings.json) is documented on the project site.

    Adoption Signal

    The GitHub repository reports over 21,500 stars and more than 1,500 forks as of the data available. The project's examples page links to real-world AGENTS.md files in repositories such as openai/codex, apache/airflow, and temporalio/sdk-java, and notes that over 60,000 examples are searchable on GitHub. The format is positioned as a community standard rather than a vendor-specific solution.

    Current Status

    The repository was created in August 2025 and last pushed to in March 2026, with ongoing open issues indicating active community engagement. Governance has been formalized under the Agentic AI Foundation (part of the Linux Foundation), signaling a commitment to maintaining the format as a neutral, open standard for the broader developer community.

    AGENTS.md - 1

    Community Discussions

    Be the first to start a conversation about AGENTS.md

    Share your experience with AGENTS.md, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Completely free and open source under the MIT License. Use, modify, and distribute freely.

    • Full AGENTS.md format specification
    • MIT License — free to use, modify, and distribute
    • Compatible with all supported AI coding agents
    • Nested AGENTS.md support for monorepos
    • Community examples and documentation

    Capabilities

    Key Features

    • Simple Markdown format with no required fields or schema
    • Dedicated, predictable location for AI coding agent instructions
    • Supports nested AGENTS.md files for monorepo subprojects
    • Compatible with a broad ecosystem of AI coding agents and tools
    • Separates agent-focused instructions from human-facing README
    • Agents automatically read the nearest file in the directory tree
    • Supports sections for build steps, test commands, code style, security, and PR guidelines
    • Living documentation that can be updated at any time
    • Closest file to edited file takes precedence when instructions conflict
    • Explicit user chat prompts override file instructions

    Integrations

    OpenAI Codex
    GitHub Copilot
    Cursor
    Windsurf
    Devin
    Aider
    Gemini CLI
    Amp
    Jules (Google)
    Goose
    RooCode
    Augment Code
    VS Code
    JetBrains Junie
    Warp
    Zed
    Semgrep
    opencode
    Kilo Code
    Factory
    UiPath Autopilot
    Phoenix
    Ona
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate AGENTS.md and help others make informed decisions.

    Developer

    agentsmd

    agentsmd maintains AGENTS.md, an open Markdown format for guiding AI coding agents across projects. The format emerged from collaboration among teams at OpenAI, Amp, Google, Cursor, and Factory, and is now stewarded by the Agentic AI Foundation under the Linux Foundation. The project provides a neutral, community-owned standard that works across a growing ecosystem of AI coding tools and agents.

    Founded 2025
    San Francisco, CA
    $10M raised
    250 employees

    Used by

    Microsoft (GitHub)
    Salesforce
    Atlassian
    Adobe
    +1 more
    Read more about agentsmd
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Background Agents icon

    Background Agents

    An open-source framework for background coding agents that autonomously handle tasks from code to tests to merged PRs, enabling non-engineers to ship code.

    SkillKit icon

    SkillKit

    Open-source CLI package manager that aggregates 31+ skill sources, auto-translates to 44 AI agent formats, and adds memory, security scanning, and team workflows with zero telemetry.

    Proliferate icon

    Proliferate

    Proliferate is an open source background agent platform that automates engineering work in isolated cloud sandboxes, turning tickets and alerts into pull requests automatically.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    465 tools

    Context Engineering

    Techniques for optimizing context windows to improve AI responses.

    38 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    341 tools
    Browse all topics
    Back to all tools
    Discussions