소개
The Plugin Structure skill provides essential architectural patterns and implementation details for building robust Claude Code plugins. It simplifies the development process by guiding users through the creation of the required .claude-plugin directory, the configuration of plugin.json manifests, and the organization of modular components like commands, agents, and hooks. By enforcing best practices such as portable path references using the ${CLAUDE_PLUGIN_ROOT} variable and leveraging the auto-discovery mechanism, this skill ensures that plugins are maintainable, portable across different operating systems, and seamlessly integrated into the Claude Code ecosystem.