Standardizes user-configurable plugin settings and state management using YAML frontmatter within local Markdown files.
The Plugin Settings Pattern provides a robust framework for Claude Code plugins to store per-project configurations without committing them to version control. By utilizing the .claude/*.local.md file structure, developers can implement structured YAML frontmatter for data and use the Markdown body for additional prompts or context. This skill streamlines the creation of configurable hooks, commands, and agents, offering reusable Bash patterns for parsing settings and managing plugin lifecycles effectively.