소개
This skill provides a robust architectural pattern for Claude Code plugins to handle user-configurable settings and persistent state. By utilizing the .claude/plugin-name.local.md file format, it allows developers to separate logic from configuration, enabling per-project behaviors for hooks, commands, and agents. The pattern includes proven methods for parsing YAML frontmatter directly from Bash scripts and instructions for managing local-only state that stays out of version control, ensuring a secure and flexible development workflow.