BeClaude

plagiarism-review

New
1Community RegistryGeneralby Brandon Greenwell ยท MIT

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.

Community PluginView Source

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)

โ†’ View Plugin Details

๐Ÿ“ 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

โ†’ View Plugin Details


Installation

Quick Start

bash
# Add this marketplace to Claude Code
/plugin marketplace add bgreenwell/claude-plugins

# Install a specific plugin
/plugin install gemini-review@bgreenwell

For Teams

Add to your repository's .claude/settings.json:

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

code
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

About

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:

  1. Fork the repository
  2. Create a feature branch
  3. 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/plagiarism-review.md https://raw.githubusercontent.com/bgreenwell/claude-plugins/main/SKILL.md
3
Invoke in Claude Code
/plagiarism-review
View source on GitHub
code-reviewapiplagiarismacademicwritingcitationoriginalityintegrity

Frequently 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.