Acerca de
This skill provides a robust architectural pattern for managing local, project-specific settings for Claude Code plugins through .claude/plugin-name.local.md files. By combining structured YAML frontmatter with rich Markdown content, it enables developers to create highly configurable plugins that adapt to different project environments. It is specifically designed to facilitate state management for autonomous agents, conditional execution of Bash hooks, and clean separation of project configuration from core plugin logic while remaining Git-safe.