Halans Cc Marketplace Boilerplate
halans-cc-marketplace-boilerplate is a Claude Code plugin marketplace for the Build phase that provides a starter template with agent, commands, hooks, and skills for publishing your own catalog.
Bootstrap your own Claude Code marketplace repo with a starter plugin that already includes an agent, commands, hooks, and skills.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install halans-cc-marketplace-boilerplate@halans/cc-marketplace-boilerplateBuilt 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:halans/cc-marketplace-boilerplate") and the paste-ready config with skillselion.get_install_config("plugin:halans/cc-marketplace-boilerplate").
What it does
halans-cc-marketplace-boilerplate is a Claude Code marketplace template for solo builders who want to publish their own plugin catalog instead of only consuming others. The repository ships one starter plugin that demonstrates agents, slash commands, hooks, and skills so you can rename, extend, and list your bundle without reverse-engineering marketplace JSON from scratch. It targets indie developers building agent-assisted web apps who plan to share internal tooling or open a small community marketplace. Use it in the Build phase when you formalize how your team—or your future customers—installs your Claude extensions. The project emphasizes productivity and web-application keywords rather than runtime integrations: you get structure and examples, then you own the business logic. Compared to a finished product plugin, this is scaffolding; compared to a bare empty repo, it encodes Claude Code conventions for hooks and skills that shorten time-to-first-publish.
Highlights
- Starter plugin with agent, commands, hooks, and skills in one template repo
- Opinionated Claude Code marketplace layout for faster fork-and-customize workflows
- Covers frontend and backend webapp scaffolding keywords for full-stack indie products
- Single bundled plugin (pluginCount: 1) as the minimal marketplace seed
- Productivity-oriented boilerplate for building and publishing custom marketplaces
Why builders use it
Builders waste days guessing marketplace layout and plugin anatomy when they want to distribute custom Claude Code extensions.
After you clone and customize the boilerplate, you have a valid marketplace repo with one working starter plugin ready to extend and publish.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is halans-cc-marketplace-boilerplate for?
Indie builders and small teams who want to create and distribute their own Claude Code plugins using a proven starter structure.
When should I use halans-cc-marketplace-boilerplate?
Use it at the start of Build when you are defining agent-tooling packaging, hooks, and skills for a marketplace you will ship or share.
How do I add halans-cc-marketplace-boilerplate to my agent?
Fork or clone halans/cc-marketplace-boilerplate, customize the starter plugin and marketplace metadata, then register your fork as a Claude Code marketplace source.
Comments
Share how you use halans-cc-marketplace-boilerplate, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.