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
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 vincentor/claude-code-pluginsGmail CLI integration - list, read, search emails and download attachments
飞书(Lark)机器人CLI集成 - 发送消息、AI Agent自动回复、监听事件、MCP实时消息、管理多租户配置
Context health monitoring via token budget estimation and statistical analysis
A simple example plugin to test plugin marketplace functionality
发布 HTML 页面到 htmlput.com - 让 AI Agent 可以通过网页链接展示内容
Open Accountant financial skills — P&L reports, budgeting, tax prep, debt payoff, and more for AI agents
Use this agent when managing budgets, optimizing costs, forecasting revenue, or analyzing financial performance. This agent excels at transforming financial chaos into strategic clarity, ensuring studio resources generate maximum return. Examples:\n\n<example>\nContext: Planning next quarter's development budget
Streamline finance and accounting workflows, from journal entries and reconciliation to financial statements and variance analysis. Speed up audit prep, month-end close, and keeping your books clean.
Agents for business analysis, financial modeling, and KPI tracking
Connect Claude to your Well financial data — invoices, companies, contacts, transactions, and the accounting ledger — over a hosted OAuth MCP, with skills for real financial workflows.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns