概要
This skill provides essential architectural guidance for developers building Claude Code plugins, ensuring seamless integration through standardized directory layouts and automatic component discovery. It covers everything from configuring the plugin.json manifest and organizing commands, agents, and skills to implementing portable path references using the ${CLAUDE_PLUGIN_ROOT} environment variable. By following these established patterns, developers can create maintainable, portable, and well-structured plugins that leverage Claude Code's native discovery mechanisms and lifecycle hooks.