Tasanakorn Cc Marketplace
tasanakorn-cc-marketplace is a Claude Code plugin for the Build phase that provides a minimal marketplace bundle with changelog and dev automation oriented plugins.
Bootstrap or extend a minimal Claude Code marketplace in your repo with automation around changelogs and Python-oriented dev hints.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install tasanakorn-cc-marketplace@tasanakorn/cc-marketplaceBuilt 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:tasanakorn/cc-marketplace") and the paste-ready config with skillselion.get_install_config("plugin:tasanakorn/cc-marketplace").
What it does
tasanakorn-cc-marketplace is a Claude Code plugin bundle that demonstrates a small, maintainable marketplace you can fork for your own agent extensions. Indie builders who ship custom skills and want a first-class install path inside Claude Code can start from this minimal layout rather than inventing marketplace.json and plugin packaging from scratch. Catalog keywords point at changelog generation, formatted history entries, and Python-friendly project setup—signals that the repo blends marketplace scaffolding with day-to-day dev automation. It suits the Build phase when you productize internal skills and the Ship phase when you document releases for users installing your plugins. It is a curated marketplace starter, not a replacement for Skillselion discovery or a single end-user skill; expect to read the repo’s plugin definitions for exact commands and hooks.
Highlights
- Minimal Claude Code Marketplace template with 2 bundled plugins
- Changelog-oriented automation keywords (changelogmd, autogenerate, format)
- Python and modern project setup hints for marketplace maintainers
- Development-category catalog entry for shipping agent extensions
- Useful reference when you curate plugins instead of consuming only third-party marketplaces
Why builders use it
Publishing your own Claude Code plugins without a marketplace structure forces ad-hoc copies and messy release notes.
After adding the repo, you get a minimal marketplace pattern plus two plugins aligned with changelog and development workflow automation.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is tasanakorn-cc-marketplace for?
Developers who author Claude Code plugins and need a small marketplace repo pattern with automation helpers.
When should I use tasanakorn-cc-marketplace?
Use it when you start a plugin collection, wire changelog automation, or standardize how teammates install your agent tools.
How do I add tasanakorn-cc-marketplace to my agent?
Point Claude Code at github.com/tasanakorn/cc-marketplace as a marketplace source or fork the repo and install its 2 plugins from your copy.
Comments
Share how you use tasanakorn-cc-marketplace, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.