소개
Defines a pattern for making Claude Code plugins configurable on a per-project basis. This skill documents the use of `.claude/plugin-name.local.md` files to store settings, utilizing YAML frontmatter for structured configuration (like API keys or feature flags) and the markdown body for unstructured content like prompts or notes. It provides guidance and code examples for reading these settings from hooks, commands, and agents, enabling plugins to adapt their behavior dynamically to the specific needs of each project.