Ship a plugin.
The public marketplace is open to everyone. Open a PR with your plugin — we review for safety and quality, then it's live and indexed within minutes. MIT licensed, free forever, no gatekeeping beyond the quality bar below.
- [01]
Fork the repo
Fork
Wealthior-Group/marketplaceon GitHub. Clone locally. Branch off main. - [02]
Create the plugin folder
Add your plugin under
plugins/. Include/ .claude-plugin/plugin.json, at least one skill, command, agent or hook, a README and a LICENSE. - [03]
Register in marketplace.json
Append your plugin entry to
plugins/.claude-plugin/marketplace.json. Same shape as existing entries. - [04]
Validate locally
Run
pnpm validate-marketplace— both Zod schemas must pass before opening a PR. - [05]
Open a pull request
Title format:
feat(plugins): add. We review within 48 hours for safety, quality, license compliance and clear naming. - [06]
Live within 30s of merge
GitHub webhook re-indexes the marketplace. Your detail page goes live at
market.wealthior-group.ch/plugins/. Auto-tweetable URL.
Smallest possible plugin: one skill, one plugin.json, one README.
plugins/your-plugin/ ├── .claude-plugin/ │ └── plugin.json ├── skills/ │ └── your-skill/ │ └── SKILL.md ├── README.md └── LICENSE
Read the full guide, then open the PR.
The complete A-to-Z lives in docs/GUIDE.md. Covers every field, every command, every gotcha.
/plugin marketplace add Wealthior-Group/marketplace/plugin install wealthior-vercel@wealthior