소개
The Plugin Configuration Manager skill provides a standardized framework for Claude Code plugins to store and retrieve user-configurable settings and internal state. By utilizing the `.claude/plugin-name.local.md` file pattern, it enables developers to implement flexible, per-project behaviors for hooks, commands, and agents. This pattern leverages YAML for structured data and Markdown for rich context, ensuring that plugin configurations remain organized, local to the project, and easily accessible via Bash scripts or AI instructions.