Standardizes the creation and organization of Claude Code plugins using best-practice directory structures and manifest configurations.
This skill provides comprehensive guidance for developers building Claude Code extensions, ensuring plugins follow the required organizational patterns for automatic discovery. It manages the complexities of manifest configuration in the .claude-plugin directory, component placement for commands and agents, and the implementation of portable path references using the CLAUDE_PLUGIN_ROOT variable. By following these architectural standards, developers can create maintainable, portable, and full-featured plugins that integrate seamlessly with Claude Code's ecosystem, allowing for easier maintenance and cross-platform compatibility.
主要功能
0111 GitHub stars
02Best practices for portable path resolution using environment variables
03Automated scaffolding of standard plugin directory structures
04Guidance on organizing commands, agents, skills, and hooks
05Detailed manifest configuration for .claude-plugin/plugin.json
06Optimization for Claude Code's auto-discovery mechanism
使用场景
01Scaffolding a new Claude Code plugin from scratch with the correct hierarchy
02Troubleshooting component discovery and path resolution issues in custom plugins
03Migrating existing developer scripts into a structured, discoverable plugin format