소개
This skill provides a robust framework for creating user-configurable Claude Code plugins by utilizing the .claude/plugin-name.local.md file pattern. It enables developers to store structured configuration data and extended markdown prompts within the project directory while maintaining git-ignored local state. By standardizing how hooks, commands, and agents read per-project settings, it facilitates flexible automation, environment-specific behavior, and persistent agent state management without hardcoding values or modifying core plugin files.