This is a documentation pattern for managing plugin configuration in Claude Code projects. It shows you how to structure settings files in `.claude/plugin-name.local.md` using YAML frontmatter for config values and markdown for prompts or context. The pattern keeps settings local to each project and out of version control. It's straightforward if you're building Claude Code plugins and need a clean way to let users configure behavior per project. The example comes from Anthropic's original claude-code repo, so it follows their intended approach. Not much code here, just the structural pattern and some basic examples of what goes in the frontmatter versus the markdown body.
npx skills add https://github.com/davila7/claude-code-templates --skill plugin-settings