Yasun1 Claude Code Plugin Demo
yasun1-claude-code-plugin-demo is a Claude Code plugin for the Build phase that showcases a complete first plugin with commands, hooks, skills, agents, and server types.
Study a minimal complete Claude Code plugin that demonstrates commands, hooks, skills, and server types before authoring your own marketplace.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install yasun1-claude-code-plugin-demo@yasun1/claude-code-plugin-demoBuilt 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:yasun1/claude-code-plugin-demo") and the paste-ready config with skillselion.get_install_config("plugin:yasun1/claude-code-plugin-demo").
What it does
yasun1-claude-code-plugin-demo is a single-plugin reference repository for solo builders who want to see every major Claude Code extension surface in one working example before shipping their own marketplace. Rather than production automation, it exists to de-risk plugin authoring: you can inspect how commands, hooks, skills, agents, and server pieces fit together in a repo Claude Code can register. Indie developers often stall because official docs span many file types; this demo collapses that mental model into one clone-and-diff starting point. Use it when you are designing your first private or public plugin bundle and need a sane folder layout and naming patterns. It is not a feature library for end users—treat it as curriculum. After you understand the layout, fork the patterns into a real skills repo tied to your product stack and delete demo-specific placeholders.
Highlights
- 1-plugin demo repo labeled as a complete first plugin showcase
- Surfaces major Claude Code extension types: agents, commands, hooks, skills, server
- Useful template for copying structure into your own marketplace
- Community catalog entry with zero-vote discovery metadata
- Keywords explicitly call out showcasing all primary plugin artifact types
Why builders use it
New plugin authors cannot tell how commands, hooks, skills, and server config should coexist in one Claude Code repo.
After registering the demo, you have a working 1-plugin reference to copy when structuring your own Claude Code marketplace.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is yasun1-claude-code-plugin-demo for?
Solo developers and indie hackers who plan to publish Claude Code plugins and want one repo that demonstrates every common extension type.
When should I use yasun1-claude-code-plugin-demo?
Use it at the start of Build agent-tooling work when you are scaffolding your first plugin before investing in custom skills or hooks.
How do I add yasun1-claude-code-plugin-demo to my agent?
Add the yasun1/claude-code-plugin-demo repository as a Claude Code plugin source, open the plugin tree locally, and mirror its layout in your fork.
Comments
Share how you use yasun1-claude-code-plugin-demo, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.