Reviews a code snippet or file and gives concise feedback on bugs, style, and improvements. Trigger with /review or "review this code".
Explains what a piece of code does in plain English. Trigger with /explain or "explain this code".
Greets the user by name and shares a fun programming fact. Trigger with /hello <name> or "hello, I'm <name>".
A minimal Claude Code plugin example, distributed directly from GitHub — no npm publish, no registry auth.
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (name, version, description)
├── skills/
│ └── hello-world/
│ └── SKILL.md # Skill definition (frontmatter + instructions)
├── marketplace.json # Marketplace registry — points to this GitHub repo
└── package.json # npm package metadata (no publishConfig needed)
.claude-plugin/plugin.json identifies the plugin to Claude Code.skills/*/SKILL.md in the installed package.marketplace.json uses "package": "github:moshfeu/claude-plugin-hello", which tells npm to install directly from this repo. No registry, no publish step needed.# Add this marketplace (raw GitHub URL of marketplace.json)
claude marketplace add https://raw.githubusercontent.com/moshfeu/claude-plugin-hello/main/marketplace.json
# Install the plugin
claude marketplace install claude-plugin-hello
No tokens or authentication required — public GitHub repo = anyone can install.
Just push to GitHub. To pin to a specific commit or tag:
"package": "github:moshfeu/claude-plugin-hello#v1.1.0"
After installing, type /hello <your name> in Claude Code.
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 moshfeu/claude-plugin-hello --plugin claude-plugin-helloA simple example plugin that demonstrates basic Claude Code plugin functionality
Skill authoring guidance and best practices
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions