← All plugins
agent-context-manager
v1.23.0Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/agent-context-manager/ inside the repository.
Layout
plugins/productivity/agent-context-manager/
├── .claude-plugin/plugin.json└── skills/agent-context-loader/SKILL.md
Skills1
agent-context-loaderskills/agent-context-loader/SKILL.md
Execute proactive auto-loading: automatically detects and loads agents.md files. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
Manifests1
plugins/productivity/agent-context-manager/.claude-plugin/plugin.json
{
"name": "agent-context-manager",
"version": "1.23.0",
"description": "Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.",
"author": {
"name": "Jeremy Longshore"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins-plus",
"license": "MIT",
"keywords": [
"agents",
"context",
"automation",
"workflow",
"productivity"
]
}