By vincentor
Systematic multi-angle web research methodology with source credibility assessment, parallel search orchestration, and contradiction resolution
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.
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 可以通过网页链接展示内容
Structured deep research methodology for Claude Code — query decomposition, parallel web research with source verification, hallucination prevention, and synthesis into well-sourced documents
Skill to search for Claude Plugins and Skills
Claude Code skill pack for Perplexity (30 skills)
Web search and research capabilities for external context
Research sprint orchestrator for Claude Code. Structured research with claims, evidence tiers, and compiled output.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns