Help us improve
Share bugs, ideas, or general feedback.
Personal collection of Claude Code plugins for productivity and development workflows
npx claudepluginhub bgreenwell/claude-pluginsGet a second opinion from Google's Gemini on code changes, plans, documentation, architecture, and other work products. Use when you need independent validation, cross-checking critical decisions, catching blind spots, or getting multiple AI perspectives on important work.
Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
Personal collection of Claude Code plugins for productivity and development workflows.
Get a second opinion from Google's Gemini on Claude Code's work. Integrates gemini-cli for independent validation of code changes, plans, documentation, and architecture.
Status: ✅ Stable v1.1.0
Use cases:
Prerequisites: Requires gemini-cli and Gemini authentication (Google account or API key)
Multi-layered plagiarism detection for academic writing using LLM analysis, local algorithms, and web search.
Status: ✅ Stable v1.0.0
Use cases:
Prerequisites: Requires gemini-cli for LLM analysis, optional Python packages for enhanced features
# Add this marketplace to Claude Code
/plugin marketplace add bgreenwell/claude-plugins
# Install a specific plugin
/plugin install gemini-review@bgreenwell
Add to your repository's .claude/settings.json:
{
"extraKnownMarketplaces": {
"bgreenwell": {
"source": {
"source": "github",
"repo": "bgreenwell/claude-plugins"
}
}
},
"enabledPlugins": ["gemini-review"]
}
When team members trust the repository folder, plugins install automatically.
More plugins in development! Check back for updates.
Have an idea for a plugin? Open an issue!
Want to create your own plugins? Check out the official documentation.
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── gemini-review/ # Plugin: Second opinions from Gemini
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── gemini-review.md
│ ├── commands/
│ ├── agents/
│ ├── hooks/
│ └── README.md
├── plagiarism-review/ # Plugin: Plagiarism detection
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── skills/
│ │ └── plagiarism-review.md
│ ├── commands/
│ ├── agents/
│ ├── hooks/
│ └── README.md
├── CLAUDE.md # Context file for Claude Code
├── CHANGELOG.md # Version history
├── LICENSE
├── README.md
└── setup.sh # Development setup script
This marketplace contains personal productivity tools and experiments with Claude Code's plugin system. Plugins are MIT licensed and free to use, fork, or adapt.
Author: Brandon Greenwell
Contact: [email protected]
Website: https://github.com/bgreenwell
Contributions welcome! Please:
For bugs or feature requests, open an issue.
MIT License - See individual plugin directories for details.
Happy coding with Claude Code! 🚀