About
This skill provides a robust framework for managing per-project plugin settings and state within the Claude Code ecosystem. By utilizing the .claude/plugin-name.local.md file pattern, it allows developers to store structured configuration data alongside descriptive context without polluting version control. It offers practical implementation patterns for reading settings from Bash hooks, commands, and agents, enabling dynamic behavior such as feature flags, agent state tracking, and environment-specific validation rules while maintaining a clear separation between code and project-specific state.