소개
Provides a standardized method for making Claude Code plugins configurable on a per-project basis. This skill details the `.claude/plugin-name.local.md` file pattern, which uses YAML frontmatter for structured settings (like API keys or feature flags) and a markdown body for unstructured content (like prompts or notes). It's essential for developers creating plugins, hooks, or agents that need to adapt their behavior based on user-defined, project-specific configuration without modifying the core plugin code.