Acerca de
This skill establishes a robust framework for managing user-configurable settings and state within Claude Code plugins via the .claude/plugin-name.local.md pattern. By combining structured YAML frontmatter for data and Markdown for rich context, it allows developers to create highly customizable plugins that adapt their behavior on a per-project basis. It provides detailed implementation patterns for Bash hooks, custom commands, and agents, ensuring that plugin state is easily readable, writable, and maintainable while remaining safely outside of version control.