Standardizes the creation and organization of Claude Code plugins using best practices for manifests, discovery, and directory layouts.
This skill provides comprehensive guidance on architecting Claude Code plugins, ensuring consistent directory structures and seamless integration within the Claude environment. It helps developers configure the required plugin.json manifest, manage automatic discovery of commands, agents, and skills, and implement portable pathing using the ${CLAUDE_PLUGIN_ROOT} environment variable. By following these standardized patterns, users can build maintainable, portable, and feature-rich extensions that leverage Claude Code's full potential for automation and custom workflows.
주요 기능
0189 GitHub stars
02Standardized directory layout conventions
03Manifest (plugin.json) configuration guidance
04Automatic component discovery patterns
05Portable pathing with ${CLAUDE_PLUGIN_ROOT}
06Structured organization for commands, agents, and hooks
사용 사례
01Scaffolding a new Claude Code plugin from scratch
02Troubleshooting component loading and path resolution issues
03Refactoring existing scripts into the standard plugin format