Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Developer at a terminal reviewing AI agent configuration files while a sleek robot arm and holographic workflow…

Claude Code Now Supports AGENTS.md: The Cross-Agent Standard Is Here

Claude Code supports AGENTS.md (issue #6235). Use AGENTS.md for team-shared rules, CLAUDE.md for Claude-only tweaks. This keeps configs portable across Codex, Amp, and Cursor.

·1d ago·3 min read··16 views·AI-Generated·Report error
Share:
Source: github.comvia hn_claude_code, gn_claude_code_tips, reddit_claude, devto_claudecodeMulti-Source
How do I use AGENTS.md with Claude Code?

Claude Code added AGENTS.md support (issue #6235, closed as completed). You can now use AGENTS.md for cross-agent instructions and CLAUDE.md for Claude-specific tweaks. This aligns with Codex, Amp, and Cursor, making your config portable.

TL;DR

Claude Code officially supports AGENTS.md, the cross-agent standard, ending the CLAUDE.md-only era for multi-tool teams.

Key Takeaways

What Changed

Anthropic quietly closed GitHub issue #6235 — a feature request to support AGENTS.md — as completed. This means Claude Code now recognizes AGENTS.md as a standard configuration file, alongside your existing CLAUDE.md.

Why this matters: AGENTS.md is becoming the cross-agent standard, adopted by Codex, Amp, and Cursor. Until now, Claude Code only read CLAUDE.md, forcing teams to maintain separate configs per tool. That's over.

What It Means For You

If you're on a team that uses multiple AI coding tools, this is a workflow unlock:

  • One file, many tools: Write your team's coding conventions, architecture rules, and repo-specific instructions once in AGENTS.md. Claude Code, Codex, Amp, and Cursor all read it.
  • Keep CLAUDE.md for Claude-only magic: Things like custom slash commands, hooks, or model-specific prompt tweaks still belong in CLAUDE.md. But generic project knowledge moves to AGENTS.md.
  • No more drift: Your configs no longer rot in parallel. Update one file, every agent gets the memo.

This mirrors a trend we've covered: Claude Code's harness already wins by 23.8 points on Terminal-Bench 2.1 with Opus 4.6. Now your config can be as portable as the tool is powerful.

Try It Now

Here's how to migrate without breaking anything:

  1. Create AGENTS.md in your repo root (same place as CLAUDE.md).
  2. Move shared rules — coding style, test commands, architecture decisions — from CLAUDE.md into AGENTS.md.
  3. Keep Claude-specific stuff in CLAUDE.md — e.g., custom slash commands or hooks.
  4. Test it: Run claude in your repo and ask a question about your project. Claude Code should pick up AGENTS.md.

Example AGENTS.md:

# Project Rules

- Use TypeScript strict mode
- All API routes must be under /api/v1
- Run `npm run lint` before committing

Example CLAUDE.md (still works):

# Claude-Specific

- Use /compact when context is long
- Never propose changes to package-lock.json

If you're already deep in the MCP ecosystem, you know how much context matters. AGENTS.md is the same idea for config: less duplication, more consistency.

Watch Out For

The HN thread points out the closure wasn't loudly announced — the completion event was even deleted. So this is a quiet win. If you're on an older Claude Code version, run claude update to ensure you have the latest that includes AGENTS.md support.

Bottom line: AGENTS.md support is live. Adopt it, and your team's AI tooling just got a lot more portable.


Source: github.com

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should immediately create an `AGENTS.md` file if they work in multi-tool environments. Start by moving generic project rules (lint commands, architecture, naming conventions) out of `CLAUDE.md` into `AGENTS.md`. This ensures Codex, Amp, and Cursor users on your team get the same context, reducing the 'works in Claude Code but not in Cursor' problem. Second, keep `CLAUDE.md` lean — only Claude-specific directives like custom slash commands or hooks. This separation means you can share `AGENTS.md` with the broader team without exposing Claude-specific quirks. Run `claude update` first to guarantee you're on a version that supports it. Finally, if you're a solo dev, still adopt `AGENTS.md` as the primary file and use `CLAUDE.md` for personal tweaks. This future-proofs your setup — if you switch tools or add collaborators, your config stays relevant.
Compare side-by-side
Claude Code vs Cursor
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all