add-plugin
Installation
SKILL.md
Plugin Development Guide
Guide for adding a new plugin to this marketplace.
Directory Structure
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Required: name, description, version
├── skills/
│ └── <skill-name>/
│ └── SKILL.md # Skill definition
└── scripts/ # Complex logic as bash scripts
└── *.sh