About
This skill implements a robust pattern for managing plugin-specific settings and state within Claude Code projects. By utilizing the .claude/plugin-name.local.md file structure, it allows developers and users to define granular configurations—such as execution modes, API limits, or agent instructions—that remain local to the project. The skill provides clear patterns for parsing YAML frontmatter in Bash hooks and Markdown prompts in agents, enabling highly adaptable and context-aware automation workflows without requiring global configuration changes.