Plugin Settings
Skill Verified ActiveThis skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
To provide developers with a standardized and robust pattern for making plugin behavior configurable on a per-project basis, enhancing flexibility and user control.
Features
- Per-project plugin configuration
- YAML frontmatter for structured settings
- Markdown body for prompts and context
- Bash script examples for parsing and management
- Guidance on best practices and security
Use Cases
- Making plugin behavior adaptable to different projects
- Storing per-project state for plugins
- Allowing users to customize plugin settings without code changes
- Creating user-friendly, configurable command-line tools
Non-Goals
- Providing a plugin management system itself
- Handling configuration for extensions other than Claude Code plugins
- Implementing complex UI-based configuration interfaces
Installation
First, add the marketplace
/plugin marketplace add anthropics/claude-code/plugin install plugin-dev@claude-code-pluginsQuality Score
VerifiedSimilar Extensions
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Time Fetcher
100Instructions for fetching current Dubai time via bash command
Toprank Upgrade
100Upgrade toprank plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to "upgrade toprank", "update toprank", or "get latest version". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.
Janitor Fix
100Automatically fix skill problems (safe preview first). Also use with --prune to find and remove broken symlinks, empty directories, and orphaned skills.
Setup Tailwind Typescript
100Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.
Setup
100Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow