关于
This skill provides a robust framework for managing per-project configuration and state for Claude Code plugins. By utilizing the .claude/plugin-name.local.md pattern, it enables users to define structured settings in YAML while providing rich context in Markdown. This approach allows plugins to adapt their behavior dynamically through hooks and commands without requiring session-level hardcoding, ensuring that plugin state is persisted locally, kept out of version control, and easily accessible to both AI agents and shell scripts.