
Yasun1 Claude Code Plugin Demo
- Updated November 28, 2025
- yasun1/claude-code-plugin-demo
yasun1-claude-code-plugin-demo is a Claude Code plugin that showcases a complete first plugin with commands, hooks, skills, agents, and server types.
About
yasun1-claude-code-plugin-demo is a single-plugin reference repository for developers 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. 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.
- 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
Yasun1 Claude Code Plugin Demo by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install yasun1-claude-code-plugin-demo@yasun1/claude-code-plugin-demoAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | November 28, 2025 |
|---|---|
| Repository | yasun1/claude-code-plugin-demo ↗ |
What it does
Study a minimal complete Claude Code plugin that demonstrates commands, hooks, skills, and server types before authoring your own marketplace.
Who is it for?
First-time Claude Code plugin authors who learn best from a minimal but complete working repository.
Skip if: Skip if you only need production skills or MCP integrations with no interest in authoring plugins.
What you get
After registering the demo, you have a working 1-plugin reference to copy when structuring your own Claude Code marketplace.
- One working plugin that demonstrates commands, hooks, skills, agents, and server patterns
- A copy-paste structural template for your own marketplace repo
Recommended Plugins
How it compares
Authoring reference marketplace, not a productivity skill pack or MCP integration.
FAQ
Who is Yasun1 Claude Code Plugin Demo for?
Developers and developers 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.