关于
The Plugin Settings Pattern skill provides a robust framework for managing per-project configuration and state within Claude Code plugins. By utilizing the .claude/plugin-name.local.md file format, developers can combine structured YAML frontmatter for programmatic access with markdown bodies for rich context. This skill offers comprehensive implementation guidance, including efficient Bash parsing techniques for hooks, patterns for agent state management, and best practices for securing and documenting user-local configuration files. It is an essential resource for developers building configurable, production-ready plugins that need to persist state without cluttering version control.