plagiarism-review
NewMulti-layered plagiarism detection for academic writing using LLM analysis, local algorithms, web search, and optional APIs. Check originality, detect citation issues, analyze writing style consistency, and verify academic integrity before submission.
Overview
Personal collection of Claude Code plugins for productivity and development workflows.
Available Plugins
๐ค Gemini Review
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:
- โขCross-validate critical code changes
- โขGet independent architectural review
- โขVerify documentation accuracy
- โขComprehensive test coverage assessment
Prerequisites: Requires gemini-cli and Gemini authentication (Google account or API key)
๐ Plagiarism Review
Multi-layered plagiarism detection for academic writing using LLM analysis, local algorithms, and web search.
Status: โ Stable v1.0.0
Use cases:
- โขCheck academic writing for originality
- โขDetect citation issues
- โขAnalyze writing style consistency
- โขVerify academic integrity before submission
Prerequisites: Requires gemini-cli for LLM analysis, optional Python packages for enhanced features
Installation
Quick Start
# Add this marketplace to Claude Code
/plugin marketplace add bgreenwell/claude-plugins
# Install a specific plugin
/plugin install gemini-review@bgreenwellFor Teams
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.
Coming Soon
More plugins in development! Check back for updates.
Have an idea for a plugin? Open an issue!
Plugin Development
Want to create your own plugins? Check out the official documentation.
Repository Structure
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 scriptAbout
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
Contributing
Contributions welcome! Please:
- Fork the repository
- Create a feature branch
- Submit a pull request
For bugs or feature requests, open an issue.
License
MIT License - See individual plugin directories for details.
Happy coding with Claude Code! ๐
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/plagiarism-review.md https://raw.githubusercontent.com/bgreenwell/claude-plugins/main/SKILL.md/plagiarism-reviewFrequently Asked Questions
What is plagiarism-review?
Multi-layered plagiarism detection for academic writing using LLM analysis, local algorithms, web search, and optional APIs. Check originality, detect citation issues, analyze writing style consistency, and verify academic integrity before submission.
How to install plagiarism-review?
To install plagiarism-review, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /plagiarism-review.
What is plagiarism-review best for?
plagiarism-review is a community categorized under General. It is designed for: code-review, api, plagiarism, academic, writing, citation, originality, integrity. Created by Brandon Greenwell.