Claude Agentsmd — Development skill for Claude Code
Claude Code plugin that syncs AGENTS.md → CLAUDE.md.
How to install Claude Agentsmd
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open intellectronica/claude-agentsmd and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Agentsmd does
Claude Code plugin that syncs AGENTS.md → CLAUDE.md.
Alternatives in Development
- MCP Linker — mcp store manager, add & syncs MCP server configurations across clients like Claude code, Cursor💡mcphub 308 ★
- Mcptoon — Listing 255 MCP tools costs 71,929 tokens 195 ★
- Opencode Claude Bridge — OpenCode plugin for Claude Pro/Max OAuth — auto-syncs from Claude CLI 69 ★
README
claude-agentsmd
A Claude Code plugin that syncs `AGENTS.md` → `CLAUDE.md` recursively across your entire project tree.
What it does
- On session start and before every prompt, finds all
AGENTS.mdfiles in your project - Copies each to a sibling
CLAUDE.mdin the same directory - Injects the content directly into Claude's context (so it takes effect immediately, without requiring a restart)
- Adds
CLAUDE.mdto.gitignore(if not already present)
Why
Some tools and workflows standardise on `AGENTS.md` for agent instructions. Claude Code reads `CLAUDE.md`. This plugin keeps them in sync transparently.
Install
/plugin marketplace add intellectronica/claude-agentsmd
/plugin install claude-agentsmd@intellectronica-claude-agentsmd
Then restart Claude Code.
How it works
Uses `SessionStart` and `UserPromptSubmit` hooks that run a shell script. The script:
finds allAGENTS.mdfiles (excluding.git/)cps each to a siblingCLAUDE.md- Ensures
CLAUDE.mdis in.gitignore - Outputs the content to stdout wrapped in
tags, which Claude Code injects directly into context
The hooks have a 10-second timeout.
Requirements
- Claude Code with plugin support
bash,find,cp,grep(standard on macOS and Linux)
Licence
CC0 1.0 Universal
Related Skills
Agentsmd
Generate an AGENTS.md for your project by scanning config files and extracting commands
Agentsmd Sync
agentsmd-sync propagates a canonical AGENTS.md into the tool files assistants read (CLAUDE.md, Copilot, Cursor
Claude Humanlayer Extension
A VS Code extension inteded for Windows users who use Claude, that syncs HumanLayer’s Claude command packs dir
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Sharing Skills
skill for guidance.
Related Agents
Documenter
Documentation update agent for 3-Tier Documentation System. Auto-syncs CLAUDE.md, CONTEXT.md files, and docs/a
Airbyte Manager
Manages self-hosted Airbyte deployments via the REST API CLI. Use when working with Airbyte sources, destinati
Slite Sync
Syncs a local Markdown file to a Slite document by overwriting it. Receives a file path and a Slite doc ID as