skills/smithery.ai/add-plugin

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

plugin.json Required Fields

Installs
1
First Seen
Apr 14, 2026
add-plugin from smithery.ai