概要
This skill establishes a robust architectural pattern for storing user-configurable settings and state within Claude Code plugins. By utilizing .local.md files in the .claude directory, developers can implement per-project customization without polluting the global environment or committing sensitive data to version control. It provides the necessary logic for parsing YAML frontmatter and markdown content via hooks, commands, and agents, ensuring plugin behavior remains flexible, persistent, and user-driven across different development environments.