This skill provides expert architectural guidance for creating, scaffolding, and organizing Claude Code plugins. It ensures developers follow the required directory conventions, properly configure the plugin.json manifest, and implement portable path references using the ${CLAUDE_PLUGIN_ROOT} variable. By using this skill, developers can ensure their plugins integrate seamlessly with Claude Code's auto-discovery mechanism for commands, agents, skills, and hooks, while maintaining cross-platform compatibility and maintainable codebases.
Key Features
01Manifest (plugin.json) configuration guidance
02Portable path resolution using ${CLAUDE_PLUGIN_ROOT}
03Component auto-discovery optimization
04Best practices for naming conventions and versioning
05Standardized directory layout scaffolding
0681 GitHub stars