A public, open-source plugin marketplace for Claude Code. Install skills, MCP servers, hooks, and more directly from this repo.
IMPORTANT! This is public. If anything is sensitive, client specific, or otherwise a trade secret it must go in a private repo.
Add the marketplace (run inside a Claude Code session):
/plugin marketplace add asurion-exp/wheels-public
# OR if you have cloned the repo locally
/plugin marketplace add ./
Browse and install plugins:
/plugin marketplace list
/plugin install <plugin-name>@wheels-public
Or install a plugin directly by path:
claude --plugin-dir ./scopes/<plugin-name>
| Plugin | Description | Components |
|---|---|---|
| jj | Jujutsu (jj) version control commands — a modern alternative to git | skill, commands |
Plugins are organized into scopes — topic-based directories under scopes/. Each scope is a concept area (e.g., jj, gadget, docker) that bundles whatever plugin components make sense together: skills, hooks, MCP servers, agents, etc.
scopes/
├── my-tool/ # A full plugin (has .claude-plugin/plugin.json)
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ ├── hooks/
│ └── README.md
├── shared-utils/ # A shared resource (no plugin.json, consumed via symlinks)
│ └── skills/
└── another-tool/ # Can symlink to shared-utils
└── skills/
└── util -> ../../shared-utils/skills/util
Key rules:
.claude-plugin/plugin.json is installable as a standalone pluginplugin.json is a shared resource (only consumed via symlinks from other scopes)marketplace.json only lists scopes that are full pluginsSee CONTRIBUTING.md for how to add a new plugin. Starter templates are in the templates/ directory.
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 asurion-exp/wheels-public --plugin jjComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
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.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.