关于
The Configured Agent skill provides a robust pattern for managing local, project-specific configuration for Claude Code plugins. By utilizing the .claude/plugin-name.local.md file structure, it enables developers to store structured YAML metadata and rich markdown context that can be dynamically read by hooks, commands, and agents. This approach facilitates flexible plugin behavior, multi-agent coordination, and persistent state management without polluting the global environment or committing sensitive local settings to version control.