Personal 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
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.
Gmail CLI integration - list, read, search emails and download attachments
Context health monitoring via token budget estimation and statistical analysis
A simple example plugin to test plugin marketplace functionality
飞书(Lark)机器人CLI集成 - 发送消息、AI Agent自动回复、监听事件、MCP实时消息、管理多租户配置
Beancount 个人财务管理 - 账单导入、BQL 查询、财务分析、预算管理、投资建议
npx claudepluginhub vincentor/claude-code-pluginsPublish static page artifacts to a GitHub Pages repository with year/month directory layout and viewport validation
Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button
description: Deploy static or interactive frontend content to GitHub Pages using gh CLI. Use when the user wants to publish, share, or make accessible
Deploy web projects to Netlify using the Netlify CLI (`npx netlify`). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys. Originally from OpenAI's curated skills catalog.
Comprehensive 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.