Scaffolds standardized Claude Code plugins and skills to accelerate extension development.
The Creating Plugins skill automates the boilerplate setup required for extending Claude Code's capabilities. It validates naming conventions, generates essential configuration files like plugin.json, and creates SKILL.md templates that follow industry-standard documentation patterns. By handling directory structuring and metadata generation, this skill ensures that every new plugin is built on a consistent, test-ready foundation, significantly reducing manual setup time for developers.
Key Features
01Dynamic generation of plugin.json manifests with versioning and author data
02Validation of kebab-case naming conventions for consistent identifiers
03Instant output of installation commands for immediate local testing
04Automated directory architecture for full plugins and skill-only packages
058 GitHub stars
06Standardized SKILL.md templates based on writing-skills best practices
Use Cases
01Standardizing documentation and structure across a custom skill library
02Creating reusable plugin packages for the Claude Code ecosystem
03Bootstrapping a new domain-specific skill for a private codebase