Plugin Settings

Community

Configure plugin behavior per-project with local settings files.

Authorarlenagreer
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables plugins to store user-configurable settings and state in local files that are automatically gitignored.

Core Features & Use Cases

  • Per-Project Configuration: Store plugin-specific settings in .claude/plugin-name.local.md files.
  • YAML + Markdown Structure: Use YAML frontmatter for structured configuration and markdown body for prompts and context.
  • Use Case: Imagine you want to temporarily disable a security hook without editing hooks.json. Create a settings file with enabled: false and restart Claude Code.

Quick Start

Create a settings file at .claude/my-plugin.local.md with YAML frontmatter and restart Claude Code for changes to take effect.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Plugin Settings
Download link: https://github.com/arlenagreer/claude_configuration_docs/archive/main.zip#plugin-settings

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository