About
This skill establishes a standardized architectural pattern for storing user-configurable settings and state within a project's .claude/ directory. By leveraging .local.md files with YAML frontmatter, developers can create plugins that adapt their behavior—such as toggling features, setting validation levels, or tracking agent state—on a per-project basis without modifying core plugin code. The skill provides detailed implementation guides for reading and writing these settings through Bash hooks, commands, and agents, ensuring that plugin behavior remains flexible and context-aware while maintaining clean git histories.