plugin-settings Skill
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 patte Published by anthropics in claude-plugins-official.
What is plugin-settings Skill?
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 patte Published by anthropics in claude-plugins-official. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use plugin-settings Skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-plugins-official
- Skill file: plugins/plugin-dev/skills/plugin-settings/SKILL.md
What it does
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 patte
Skill instructions
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: - File location: .claude/plugin-name.local.md in project root - Structure: YAML frontmatter + markdown body - Purpose: Per-project plugin configuration and state - Usage: Read from hooks, commands, and agents - Lifecycle: User-managed (not in git, should be in .gitignore) File Structure Basic Template markdown --- enabled: true setting1: value1 setting2: value2 numericsetting: 42 listsetting: ["item1", "item2"] --- Additional Context This markdown body can contain: - Task descriptions - Additional instructions - Prompts to feed back to Claude - Documentation or notes Example: Plugin State File .claude/my-plugin.local.md: markdown --- enabled: true strictmode: false maxre
Explore related resources
Frequently asked questions
What is plugin-settings?
plugin-settings is a open-source AI agent skill with Copy skill directory. 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".
Who is plugin-settings best for?
plugin-settings is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install plugin-settings?
Install or run plugin-settings using Copy skill directory. Check plugin-settings for the latest setup command.
Is plugin-settings actively maintained?
plugin-settings may need a closer maintenance check before production use.
Auto-fetched from GitHub.