plugin-dev/plugin-settings
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
--- name: plugin-settings description: This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content. version: 0.1.0 --- # Plugin Settings Pattern for Cl
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/plugin-dev/plugin-settings.md \
https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/plugin-dev/skills/plugin-settings/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/anthropics/claude-plugins-officialThen reference at plugins/plugin-dev/skills/plugin-settings/SKILL.md
Related Skills
by alirezarezvani · alirezarezvani-claude-skills
by jeremylongshore · plugins-plus-skills
by Anthropic · anthropic-official-plugins
by Anthropic · anthropic-official-skills