Skip to content

Add FAQ: How do I configure Claude Code? (@AGENTS.md import)#197

Open
yurukusa wants to merge 1 commit into
agentsmd:mainfrom
yurukusa:add-claude-code-faq
Open

Add FAQ: How do I configure Claude Code? (@AGENTS.md import)#197
yurukusa wants to merge 1 commit into
agentsmd:mainfrom
yurukusa:add-claude-code-faq

Conversation

@yurukusa

@yurukusa yurukusa commented Jun 3, 2026

Copy link
Copy Markdown

Adds a per-tool FAQ entry for Claude Code, mirroring the existing "How do I configure Aider?" and "How do I configure Gemini CLI?" entries.
Claude Code is one of the most widely used coding agents, but it had no entry in the FAQ. Unlike the tools already covered, Claude Code reads CLAUDE.md rather than AGENTS.md natively — so users frequently ask how to use an existing AGENTS.md with it.
The answer is the officially documented import: put a one-line @AGENTS.md directive at the top of CLAUDE.md, which keeps a single shared source of truth instead of duplicating the file. This is the @path import syntax from Anthropic's Claude Code memory documentation.

How do I configure Claude Code?
Claude Code reads CLAUDE.md rather than AGENTS.md. Import your AGENTS.md from CLAUDE.md with a one-line directive so there is a single source of truth both tools share:

@AGENTS.md

Reuses the existing CodeExample component and matches the structure/formatting of the other per-tool config entries. tsx parses/transforms cleanly (verified with esbuild). No other files touched.

Claude Code is a widely used coding agent, but the FAQ had no entry for it.
Unlike the tools already listed, Claude Code reads CLAUDE.md rather than
AGENTS.md natively, so users repeatedly ask how to make the two work together.
This adds a per-tool FAQ entry mirroring the existing "How do I configure
Aider?" / "How do I configure Gemini CLI?" entries: import AGENTS.md from
CLAUDE.md with a one-line `@AGENTS.md` directive, which keeps a single shared
source of truth. This is the method documented in Anthropic's Claude Code
memory docs (the @path import syntax).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

@yurukusa is attempting to deploy a commit to the openai Team on Vercel.

A member of the Team first needs to authorize it.

@Pjrich1313

Copy link
Copy Markdown

I'm am the owner of that account I have all my information and PR release my AI agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants