plugin-settings
Documents the .claude/plugin-name.local.md pattern for storing user-configurable Claude Code plugin settings.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for plugin-settings, derived from its capabilities.
AIVSS 4.2 ยท Medium
View MAESTRO 7-layer threat model โOverview
Part of the plugin-dev plugin, this skill documents the .claude/<plugin-name>.local.md convention for making plugin behavior user-configurable: storing plugin state and per-project settings using YAML frontmatter plus markdown content, and reading that frontmatter at runtime. It triggers on plugin-settings/configuration/state-file questions.
Key features
- `.local.md` settings-file pattern
- YAML frontmatter + markdown content
- Per-project plugin configuration
Use cases
- Make a plugin's behavior user-configurable
- Store per-project plugin state