关于
This skill serves as a comprehensive blueprint for developers building Claude Code extensions, ensuring every plugin adheres to standardized directory structures for automatic component discovery. It provides deep technical guidance on manifest-driven configuration via plugin.json, component-based organization for commands and agents, and the critical use of portable path references using the ${CLAUDE_PLUGIN_ROOT} environment variable. By following these patterns, developers can create modular, maintainable, and portable plugins that integrate seamlessly with Claude Code's native capabilities.