What problem does it solve?
This Skill removes the guesswork from bundling multiple Claude Code artifacts into a publishable plugin, helping authors avoid ad hoc layouts, missing metadata, and unsafe releases.
Core Features & Use Cases
- Plugin Scaffolding: Defines the standard Claude Code plugin structure, including the manifest and the auto-discovered artifact subdirectories.
- Publication Readiness: Covers the required plugin metadata, marketplace entry, license file, changelog, and version pinning needed for distribution.
- Security Review: Calls out the extra scrutiny required for bundled hooks, lifecycle scripts, and MCP servers before they are shipped.
- Use Case: A team with several skills, commands, and a subagent can turn them into a single installable plugin instead of shipping each piece separately.
Quick Start
Use this skill to bundle my Claude Code skills, commands, agents, hooks, and MCP servers into a publishable plugin with the required manifest, marketplace entry, and security checks.