What problem does it solve?
This Skill guides you in designing and packaging Claude Code plugins for effective distribution and sharing, ensuring your bundled components (agents, commands, skills, hooks) are discoverable, installable, and maintainable, saving development and deployment time.
Core Features & Use Cases:
- Plugin Architecture & Structure: Clarifies the critical directory structure and
plugin.json manifest requirements to ensure successful plugin installation and functionality.
- Secure MCP Server Configuration: Provides best practices for configuring Model Context Protocol (MCP) servers within plugins, emphasizing security (no hardcoded secrets) and proper documentation.
- Marketplace Distribution: Explains how to structure
marketplace.json for sharing your plugins, enabling easy installation for teams and the community.
- Use Case: You've developed a suite of Git-related agents and commands. This skill helps you package them into a
git-tools plugin, configure its plugin.json, ensure any MCP servers are securely set up, and prepare it for distribution via a marketplace.
Quick Start:
Use the plugin-design skill to help me create a new plugin for my custom code analysis tools.