github jeremylongshore/claude-code-plugins-plus-skills v1.2.3
Release v1.2.3 - Agent Context Manager

latest releases: v1.6.0, v4.0.0, v3.2.0...
one month ago

🎉 Claude Code Plugins Hub v1.2.3

🎯 Agent Context Manager - Revolutionary New Plugin

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

👥 Contributors

Huge thanks to Claude (noreply@anthropic.com) for co-authoring this plugin with comprehensive documentation that exceeds Anthropic standards!

🆕 What's New

Agent Context Manager Plugin

Automatic AGENTS.md detection and loading

  • Category: Productivity
  • Agent Skills: 1 (agent-context-loader - 200+ line documentation)
  • Slash Commands: 1 (/sync-agent-context)
  • Hooks: 2 (onSessionStart, onDirectoryChange)

Features

  • Three-layer redundancy system: Proactive skill + hooks + manual command
  • Zero configuration: Just create AGENTS.md and it works
  • Automatic detection: On directory change and session start
  • Manual sync: /sync-agent-context for permanent CLAUDE.md merge
  • Comprehensive docs: 400+ line README with examples and troubleshooting
  • Spec compliant: 100% Anthropic Agent Skills Spec v1.0
  • Exceeds standards: Documentation depth beyond Anthropic's examples

Use Case

Keep agent-specific rules separate from project context, enable different agent behaviors per project without CLAUDE.md pollution.

📦 Installation

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

🚀 Quick Start

# Create AGENTS.md in your project
cd /path/to/your/project
echo "# AGENTS.md - Agent-Specific Rules" > AGENTS.md
echo "- Always use TypeScript strict mode" >> AGENTS.md
echo "- Never create files without permission" >> AGENTS.md

# That's it! Claude Code automatically loads it

📊 Hub Stats

  • Total Plugins: 240 (was 239)
  • Agent Skills: 168 (was 167)
  • Categories: 19

📚 Documentation

🔗 Get Started

Visit the Claude Code Plugins Hub to explore all 240 plugins!

Don't miss a new claude-code-plugins-plus-skills release

NewReleases is sending notifications on new releases.