claude-plugin-dev-plugin-settings

Read and write Claude Code plugin settings in YAML frontmatter files.

Updated May 21, 2026
One-click install
npx skills add https://github.com/saadmsft/ghcp-plugins-unofficial --skill claude-plugin-dev-plugin-settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-plugin-dev-plugin-settings
Source: https://github.com/saadmsft/ghcp-plugins-unofficial/tree/main/plugins/plugin-dev/skills/claude-plugin-dev-plugin-settings
Command: npx skills add https://github.com/saadmsft/ghcp-plugins-unofficial --skill claude-plugin-dev-plugin-settings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill simplifies the configuration and management of Claude Code plugins, allowing users to store and retrieve plugin settings efficiently.

Core Features & Use Cases

  • Plugin Configuration: Store and manage plugin settings in .claude/plugin-name.local.md files.
  • YAML Frontmatter: Utilize YAML frontmatter for structured configuration and markdown content for additional context.
  • Use Case: When you need to customize a plugin's behavior or view its state, use this skill to access and modify the relevant .local.md files.

Quick Start

To manage plugin settings, navigate to the project directory containing the plugin and run the 'configure-plugin' command.

Frequently Asked Questions about claude-plugin-dev-plugin-settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Claude Code plugin settings?

Configure Claude Code plugin settings by using shell scripts to read and write configuration data to `.claude/plugin-name.local.md` files with YAML frontmatter. This approach stores structured settings and markdown context within your project directory.

What is the `.local.md` file format used for in plugin configuration?

The `.local.md` file format stores plugin configuration using YAML frontmatter for structured settings and markdown body content for additional context. It allows you to customize plugin behavior and view its state within a specific project scope.

Can I manage plugin configuration files without writing custom shell scripts?

Yes, you can manage plugin configuration without custom scripts by running the built-in `configure-plugin` command. This automates the validation and file manipulation needed to update `.claude/plugin-name.local.md` settings.

Does Claude Code plugin settings management work outside of a project directory?

No, Claude Code plugin settings management operates strictly within the scope of a project directory. It relies on reading and writing to the `.claude` folder structure located inside your active project.

What's the best way to store structured configuration alongside markdown context for plugins?

The best way to store structured configuration with markdown context is using YAML frontmatter in `.local.md` files. This method separates machine-readable settings from human-readable documentation within the same configuration file.