What problem does it solve?
Assembling a complete Claude Code plugin for sharing or marketplace distribution involves creating a specific directory structure, manifest file, and comprehensive documentation. This Skill automates the entire packaging process, ensuring your plugin is correctly structured, discoverable, and ready for seamless deployment and installation by others.
Core Features & Use Cases
- Full Plugin Structure Generation: Creates the necessary directories (
skills/, commands/, agents/, hooks/) and the .claude-plugin/plugin.json manifest with all required and recommended fields.
- Comprehensive Documentation: Generates a
README.md template, guiding you to provide clear features, installation, and usage instructions, making your plugin easy to understand and adopt.
- Use Case: You've developed a suite of tools for TanStack development. Use this Skill to create a
tanstack-tools plugin package, automatically generating the manifest, README, and directory structure, making it effortless to share with your team or the public marketplace.
Quick Start
Example: Create a new plugin package
First, ensure the 'skill-tools' plugin is installed:
/plugin install skill-tools
Then, in Claude Code, simply ask:
"Create a new plugin package for my API development tools."
The skill will prompt for the plugin name, purpose, and components to include.