npx claudepluginhub vincentor/claude-code-pluginsPersonal plugin marketplace for Claude Code plugins.
A simple example plugin to test and validate Claude Code plugin marketplace functionality.
Components:
/example-hello, /example-infoPurpose: Validates marketplace discovery, loading, and execution mechanisms.
Add this marketplace to your Claude Code configuration:
# Using GitHub owner/repo format (recommended)
claude marketplace add vincent-personal-plugins vincentor/claude-code-plugins
# Or using full Git URL
claude marketplace add vincent-personal-plugins https://github.com/vincentor/claude-code-plugins.git
Install plugins from the marketplace:
# Install example plugin from marketplace
claude plugin install example-plugin@vincent-personal-plugins
# Specify installation scope (user, project, or local)
claude plugin install example-plugin@vincent-personal-plugins --scope user
If you've cloned the repository locally:
# Add local marketplace
claude marketplace add vincent-personal-plugins /path/to/claude-code-plugins
# Install plugin locally
claude plugin install ./example-plugin
After adding the marketplace, verify it works:
List marketplace plugins:
claude marketplace plugins vincent-personal-plugins
Install the example plugin:
claude plugin install example-plugin
Test plugin components:
# Test command
/example-hello
# Test info command
/example-info
Test agent: Ask Claude to "validate my code"
Test skill: Mention "example plugin" in conversation
Test hook: Start a new session and look for welcome message
claude-code-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace definition
├── example-plugin/ # Example plugin
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ ├── agents/
│ ├── skills/
│ └── hooks/
└── README.md # This file
To add new plugins to this marketplace:
mkdir -p new-plugin/.claude-plugin.claude-plugin/marketplace.json:
{
"plugins": [
...,
{
"name": "new-plugin",
"source": "./new-plugin",
"description": "Plugin description",
"version": "1.0.0"
}
]
}
MIT
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
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.
AI image generation Creative Director powered by Google Gemini Nano Banana models. Claude interprets intent, selects domain expertise, constructs optimized prompts, and orchestrates Gemini for best results.