소개
The Plugin Configuration Manager skill provides a robust architectural pattern for storing and retrieving plugin-specific settings via local files in the .claude/ directory. By utilizing a hybrid format of YAML frontmatter for structured data and Markdown for descriptive context, it enables developers to create highly configurable plugins that adapt to individual project needs. This skill is essential for managing plugin states, toggleable hooks, and agent instructions without cluttering global configurations or committing sensitive local data to version control.