Acerca de
This skill provides a comprehensive framework for Claude Code plugin developers to handle user-configurable settings and state management. By adopting the .claude/plugin-name.local.md pattern, developers can store structured configuration in YAML frontmatter and detailed context in Markdown bodies. The skill offers proven implementation patterns for reading these files via Bash hooks, commands, and agents, ensuring that plugin behavior can be customized per-project without committing sensitive or local-only data to version control.