agent-context-manager Verified Gold

Verified Gold · 96/100 productivity v1.0.0 by Jeremy Longshore

Automatically detects and loads AGENTS.md files to provide agent-specific instructions

MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install agent-context-manager@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Automatically load AGENTS.md files alongside CLAUDE.md for specialized agent-specific instructions.

![Version](.)

![Category](.)

![Agent Skills](.)

![Anthropic Spec](https://github.com/anthropics/skills/blob/main/agentskillsspec.md)


Features

⚡ Automatic Loading (Layer 1: Proactive Skill)

The plugin automatically detects and loads AGENTS.md when:

  • Starting a new Claude Code session
  • Changing directories (via cd command)
  • Invoking any other agent skill

User Experience:


📋 Loaded agent-specific context from AGENTS.md

Following specialized agent rules for this session:
- Always use TypeScript strict mode
- Never create files without permission
- Follow kebab-case naming convention

No user action required!

🔔 Directory Change Detection (Layer 2: Hooks)

When you enter a directory with AGENTS.md, you'll see:


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 AGENTS.md detected in current directory
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

⚡ Agent Context Manager is active

The agent-context-loader skill will automatically load
agent-specific instructions from AGENTS.md

Location: /path/to/project/AGENTS.md

What happens next:
  1. Claude will read AGENTS.md automatically
  2. Agent-specific rules will be incorporated
  3. Instructions will be active for this session

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔄 Manual Synchronization (Layer 3: Slash Command)

Permanently merge AGENTS.md into CLAUDE.md:


/sync-agent-context

What it does:

  1. Finds all AGENTS.md files in your project
  2. Reads their content
  3. Merges into CLAUDE.md under "## Agent-Specific Instructions" section
  4. Creates backup: CLAUDE.md.backup.TIMESTAMP

Result:


Skills (1)

agent-context-loader SKILL.md View full skill →

Execute proactive auto-loading: automatically detects and loads agents.

ReadWriteEditGrepGlobBash(general:*)Bash(util:*)