plugin-settings

Manage plugin settings and state via YAML frontmatter in .local.md files.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/luiztrilha/dunderia-public --skill plugin-settings-luiztrilha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-settings
Source: https://github.com/luiztrilha/dunderia-public/tree/main/templates/local-runtime-profile/skills/claude-plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/plugin-settings
Command: npx skills add https://github.com/luiztrilha/dunderia-public --skill plugin-settings-luiztrilha

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of configuring and managing plugin settings for Claude Code, allowing users to easily adjust plugin behavior and state without manual editing of YAML files.

Core Features & Use Cases

  • Plugin Configuration: Set up and modify plugin-specific settings using .claude/plugin-name.local.md files.
  • State Management: Store and retrieve plugin state, enabling persistence of configuration across sessions.
  • Use Case: If you're using a plugin in Claude Code that requires specific configurations, such as validation modes or logging levels, this Skill helps you manage these settings efficiently.

Quick Start

Set the 'validation_level' for the 'my-plugin' plugin to 'strict' by running the command: set-plugin-validation my-plugin strict.

Frequently Asked Questions about plugin-settings

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

FAQPage Schema
How do I configure Claude Code plugin settings using YAML?

You configure Claude Code plugin settings by defining them in YAML frontmatter within `.local.md` files. This allows you to adjust plugin behavior and state without manually editing complex configuration files.

What is the best way to manage plugin state across Claude Code sessions?

Managing plugin state across sessions is handled by storing and retrieving configuration data in dedicated state files. This ensures your user preferences persist and are applied correctly whenever you resume your work.

How do I set validation modes or logging levels for a Claude Code plugin?

You set validation modes or logging levels for a plugin by updating its configuration in `.claude/plugin-name.local.md` files. You can apply specific settings like strict validation using designated plugin commands.

Do I need to manually edit YAML files to change plugin behavior in Claude Code?

You do not need to manually edit YAML files to change plugin behavior. This Skill simplifies the process by reading and writing configuration changes for you, ensuring preferences are applied correctly.

Can I persist user preferences for Claude Code plugins automatically?

You can persist user preferences for Claude Code plugins by writing configuration and state files. The Skill ensures your preferred settings are saved and automatically applied across your development sessions.