Локальные конфиг-файлы плагинов с YAML-frontmatter

★ 8.6 · productivity

plugin-settings is a Claude Code skill that documents the `.claude/plugin-name.local.md` pattern for storing per-project plugin configuration and state using YAML frontmatter combined with a markdown body. Files live in the project root, stay out of version control, and are user-managed — the skill covers file structure, parsing techniques, and three common usage patterns. Frontmatter supports typed fields such as strings, booleans, numbers, and lists, while the markdown section holds prompts, task descriptions, or additional instructions for agents and commands. Included bash snippets use `sed` and `awk` to extract frontmatter fields, with ready-made templates for hooks, commands, and agents — including toggling hook activation without restarting and coordinating multi-agent swarm state. Aimed at Claude Code plugin authors who need flexible, project-scoped configuration driving adaptive behavior across hooks, commands, and agents.