Automates the scaffolding and standardization of distributable Claude Code plugin packages.
The Claude Plugin Creator skill provides a rigorous, step-by-step workflow for developing professional Claude Code extensions. It automates the creation of standardized directory structures, generates valid plugin.json manifests, and ensures every plugin includes essential documentation and initial skills. By enforcing a mandatory task-based initialization and integration with testing workflows, it helps developers build high-quality, reusable agents and commands that can be easily shared across teams or the community via Git or npm.
主要功能
01Interactive manifest (plugin.json) generation with metadata
02Built-in installation verification and testing steps
038 GitHub stars
04Integration with reflexive skill-writing workflows
05Standardized README documentation templates
06Automated plugin directory and file structure scaffolding
使用场景
01Scaffolding plugin templates for open-source Claude Code extensions
02Creating a new shareable library of domain-specific Claude skills
03Standardizing the internal development of custom Claude Code agents