plugin-settings

Manage and query Claude plugin settings via YAML configuration files.

Updated May 13, 2026
One-click install
npx skills add https://github.com/vepat-a11y/Odoo-Quote-Calc --skill plugin-settings-vepat-a11y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-settings
Source: https://github.com/vepat-a11y/Odoo-Quote-Calc/tree/main/.claude-user/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings
Command: npx skills add https://github.com/vepat-a11y/Odoo-Quote-Calc --skill plugin-settings-vepat-a11y

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yq, python, yaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines the process of setting up, managing, and querying the configurations of Claude Code plugins, eliminating the need for manual configuration across multiple projects.

Core Features & Use Cases

  • Plugin Configuration Management: Store and retrieve per-project settings using the .claude/plugin-name.local.md file pattern.
  • YAML Frontmatter Parsing: Extract configuration details using YAML syntax for structured data representation.
  • Dynamic Configuration Access: Access and modify plugin settings during runtime, enabling adaptive behavior and dynamic task execution.
  • Use Case: For instance, you can define validation rules, data processing options, and other plugin-specific configurations that can be changed on a per-project basis.

Quick Start

Use the plugin-settings skill to view the configuration options for a plugin in the 'my-plugin' project.

Frequently Asked Questions about plugin-settings

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

FAQPage Schema
How do I manage Claude Code plugin configuration across multiple projects?

Manage Claude Code plugin configuration by using YAML frontmatter within the `.claude/plugin-name.local.md` file pattern to store and retrieve per-project settings. This eliminates manual configuration duplication across different projects.

What is the best way to dynamically access plugin settings during Claude Code runtime?

Dynamically access plugin settings during runtime by querying YAML structured configurations. This enables adaptive behavior and dynamic task execution within the Claude Code environment without restarting.

Do I need yq and python to parse YAML frontmatter for project configuration?

Yes, parsing YAML frontmatter for project configuration requires yq, python, and yaml dependencies. These tools extract and process structured data from the `.claude/plugin-name.local.md` files.

Can I define per-project validation rules using Claude Code config management?

Yes, per-project validation rules can be defined using Claude Code config management. You can specify data processing options and plugin-specific configurations that adapt dynamically for each project environment.

How does YAML frontmatter parsing handle plugin state management in Claude Code?

YAML frontmatter parsing handles plugin state management by extracting structured configuration details from local markdown files. This supports querying and modifying plugin states dynamically during Claude Code runtime operations.