By dimz119
Hello World example plugin — a learning starter that bundles a slash command, an agent, and a skill
A personal Claude Code plugin marketplace.
plugin-marketpalce/
├── .claude-plugin/
│ └── marketplace.json # marketplace definition
└── plugins/
└── hello-world/ # example plugin
├── .claude-plugin/
│ └── plugin.json # plugin manifest
├── commands/
│ └── hello.md # /hello-world:hello slash command
├── agents/
│ └── welcome-bot.md # welcome-bot subagent
└── skills/
└── code-greeter/
└── SKILL.md # code-greeter skill
In a Claude Code session:
/plugin marketplace add /Users/seungjoonlee/git/plugin-marketpalce
/plugin install hello-world@my-plugins
After installing, three things become available:
Slash command: /hello-world:hello Joon
→ Greets you by name and prints the current directory and git branch.
Subagent: When you enter a new codebase, ask "use welcome-bot to explain this project" → Summarizes what the project is, the tech stack, key folders, and how to run it.
Skill: "apply code-greeter to add a header to src/index.ts" → Inserts or refreshes a standardized greeting comment block at the top of the file.
/plugin marketplace list # list registered marketplaces
/plugin marketplace update # refresh marketplaces
/plugin marketplace remove my-plugins
/plugin # interactive plugin manager
plugins/<plugin-name>/.plugins/<plugin-name>/.claude-plugin/plugin.json.commands/, agents/, skills/, hooks/, or MCP server config as needed.plugins array in the root .claude-plugin/marketplace.json./plugin marketplace update to refresh.Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dimz119/plugin-marketpalce --plugin hello-worldComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.