Help us improve
Share bugs, ideas, or general feedback.
Syncs AGENTS.md to CLAUDE.md recursively across your project tree
npx claudepluginhub intellectronica/claude-agentsmdSyncs all AGENTS.md files to CLAUDE.md (recursively) and adds CLAUDE.md to .gitignore. Useful when your tooling uses AGENTS.md but Claude Code reads CLAUDE.md.
Share bugs, ideas, or general feedback.
A Claude Code plugin that syncs AGENTS.md → CLAUDE.md recursively across your entire project tree.
AGENTS.md files in your projectCLAUDE.md in the same directoryCLAUDE.md to .gitignore (if not already present)Some tools and workflows standardise on AGENTS.md for agent instructions. Claude Code reads CLAUDE.md. This plugin keeps them in sync transparently.
/plugin marketplace add intellectronica/claude-agentsmd
/plugin install claude-agentsmd@intellectronica-claude-agentsmd
Then restart Claude Code.
Uses SessionStart and UserPromptSubmit hooks that run a shell script. The script:
finds all AGENTS.md files (excluding .git/)cps each to a sibling CLAUDE.mdCLAUDE.md is in .gitignore<claudeMd> tags, which Claude Code injects directly into contextThe hooks have a 10-second timeout.
bash, find, cp, grep (standard on macOS and Linux)CC0 1.0 Universal