About
The Plugin Settings skill provides a robust architectural pattern for Claude Code plugins to store user-configurable settings and persistent state without cluttering global configurations. By utilizing a standardized .claude/plugin-name.local.md file format, developers can implement project-specific behaviors, enable or disable hooks dynamically, and manage agent-specific data across sessions. This skill documents implementation strategies for reading configuration via Bash scripts, CLI commands, and AI agents, ensuring that plugin behavior remains flexible, secure, and easy for end-users to customize.