AGENTS.md
Open convention for any coding agent - build commands, style, and gotchas at the repo root.
Claude Code + Moxie Docs
Claude Code reads CLAUDE.md at session start, but that file still goes stale. Moxie Docs generates and maintains repository documentation, serves live context over MCP, and helps your AGENTS.md / CLAUDE.md instructions stay grounded in what the code actually does.
Start a trial and index the repo Claude Code will work in.
npx moxie-docs setup configures Claude Code's MCP entry and installs the skill block.
Point CLAUDE.md at AGENTS.md (or symlink) so Claude-specific notes sit below shared conventions.
$ npx moxie-docs setup
Sign in, configure your editor, and install the skill - one command.
Open convention for any coding agent - build commands, style, and gotchas at the repo root.
Claude Code's session memory. Import AGENTS.md, then add Claude-specific instructions below.
Yes. Moxie exposes a standard MCP endpoint. Run npx moxie-docs setup after connecting a repository, or copy the MCP config from your dashboard once the first index finishes.
Conventions, generated docs, open doc gaps, verified commands, and doc-impact hints for the files an agent plans to change - all scoped to the repository you selected.
No - Claude Code loads CLAUDE.md. The recommended pattern is a CLAUDE.md that imports or symlinks AGENTS.md so both tools share one source of truth.