Plugin Settings

Configure Claude Code plugin settings and save state in .local.md files.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Agentic-Assets/apple-mail-mcp --skill plugin-settings-agentic-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Plugin Settings
Source: https://github.com/Agentic-Assets/apple-mail-mcp/tree/main/.agents/skills/plugin-settings
Command: npx skills add https://github.com/Agentic-Assets/apple-mail-mcp --skill plugin-settings-agentic-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires claude-code, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a streamlined way to configure and manage plugin settings for Claude Code, allowing users to easily adjust plugin behavior without delving into code.

Core Features & Use Cases

  • Configure Plugin Settings: Modify plugin configurations like enabled features, validation levels, and logging preferences.
  • Store State Files: Save plugin-specific state in .local.md files within the project directory.
  • Use Cases: Use this Skill when you need to fine-tune plugin behavior for a specific project or when you want to provide configuration options for users.

Quick Start

Use the Plugin Settings Skill to enable or disable the 'my-plugin' plugin and set its configuration options.

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 for a specific project?

You can configure Claude Code plugin settings by using YAML frontmatter to define structured configurations and Markdown for additional context, adjusting features like validation levels and logging preferences without modifying code.

How do I save plugin state files locally in my project directory?

To save plugin state files locally, the Skill writes plugin-specific state data into `.local.md` files within your project directory, ensuring configurations persist across sessions for your Claude Code plugins.

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

The `.local.md` configuration file format is used to store plugin settings and state, utilizing YAML frontmatter for structured configuration management and Markdown for providing additional context to the plugin.

Do I need Claude Code installed to manage plugin configurations?

Yes, you need Claude Code installed and plugins with `.local.md` configuration files to use this Skill, as it specifically requires the Claude Code environment to manage and adjust plugin behavior.

Can I adjust plugin behavior and validation levels without changing source code?

Yes, you can adjust plugin behavior, enable or disable features, and set validation levels without changing source code by modifying the YAML frontmatter settings within your `.local.md` files.

How does YAML frontmatter work for Claude Code plugin configuration management?

YAML frontmatter provides a structured way to define plugin configuration management settings at the top of `.local.md` files, allowing you to easily modify plugin behavior and save state files.