Stbenjam Claude Marketplace Template
stbenjam-claude-marketplace-template is a Claude Code plugin for the Build phase that scaffolds deploying your own plugin marketplace with example structure and commands.
Creators who want to publish their own Claude Code plugin marketplace using a proven repo structure and example command layout.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install stbenjam-claude-marketplace-template@stbenjam/claude-marketplace-templateBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:stbenjam/claude-marketplace-template") and the paste-ready config with skillselion.get_install_config("plugin:stbenjam/claude-marketplace-template").
What it does
stbenjam-claude-marketplace-template is a minimal Claude Code marketplace starter for solo builders and small teams who plan to ship their own plugin collections instead of only consuming public marketplaces. The README positions it as making deployment easy: you get an opinionated plugin count of one with keywords that stress command structure, demonstrating patterns, and example plugin layout so you can fork, rename, and publish without reverse-engineering marketplace JSON from scratch. It does not replace product validation or security review of individual skills; it is packaging and distribution scaffolding. Best use is early in your agent-tooling roadmap when you already have one or more plugins and need a canonical marketplace repo wired for Claude Code discovery. After deploy, your deliverable is a live marketplace endpoint teammates or customers can register—then you iterate plugins in the same repo.
Highlights
- Template repo to deploy a new Claude plugin marketplace quickly
- Demonstrates command and plugin structure with example layout
- Single-plugin starter bundle (pluginCount: 1) for marketplace authors
- Community-category scaffold rather than a production app integration
- Keywords: command, demonstrating, example, plugin, structure
Why builders use it
Publishing a custom Claude marketplace feels opaque without a working template for plugin layout and commands.
You fork the template, adapt the example structure, and deploy a marketplace ready to host your plugins.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 5 stars, 0 votes.
FAQ
Who is stbenjam-claude-marketplace-template for?
It is for developers and plugin authors who want to host and distribute their own Claude Code marketplace using a starter repository.
When should I use stbenjam-claude-marketplace-template?
Use it when you are ready to package plugins and need a deployable marketplace skeleton with example commands and structure.
How do I add stbenjam-claude-marketplace-template to my agent?
Clone or fork stbenjam/claude-marketplace-template, customize plugin metadata and commands, register your marketplace URL in Claude Code per Anthropic docs, then install your bundled example plugin.
Comments
Share how you use stbenjam-claude-marketplace-template, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.