概要
This skill provides comprehensive guidance for developers looking to build, scaffold, or optimize the architecture of Claude Code plugins. It covers essential architectural requirements, including the mandatory .claude-plugin/plugin.json manifest, automatic component discovery for commands and agents, and the implementation of portable paths using the ${CLAUDE_PLUGIN_ROOT} variable. By following these patterns, developers can create maintainable, cross-platform plugins that integrate seamlessly with Claude Code's native capabilities.