mcp-cs: Skill for Claude Code

.agents/skills/algo-plagiarism-detector/SKILL.md

algo-plagiarism-detector is a skill for Claude Code, Codex from ieeecsopen/mcp-cs. It costs 177 tokens per session (8,905 once invoked), scanned A, original, no licence file.

A code-comparison aid for checking whether two competitive-programming submissions are copied or unusually similar.

In plain words
What is it for?
It is for comparing two solutions and assessing whether one may be a clone of the other.
Why use it?
It helps investigate possible plagiarism or academic dishonesty instead of relying only on visual inspection.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is ieeecsopen/mcp-cs's own configuration. It tells Claude Code and Codex how to work on mcp-cs itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-cs configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ieeecsopen/mcp-cs. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ieeecsopen/mcp-cs/main/.agents/skills/algo-plagiarism-detector/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ieeecsopen/mcp-cs

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for algo-plagiarism-detector

README.md
[![agentmods](https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/algo-plagiarism-detector/github.svg)](https://agentmods.dev/skills/ieeecsopen/mcp-cs/algo-plagiarism-detector)
Your own site
<a href="https://agentmods.dev/skills/ieeecsopen/mcp-cs/algo-plagiarism-detector"><img src="https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/algo-plagiarism-detector/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for algo-plagiarism-detector

Your own site · 80×15
<a href="https://agentmods.dev/skills/ieeecsopen/mcp-cs/algo-plagiarism-detector"><img src="https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/algo-plagiarism-detector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 177 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,905 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00177 $0.08905
Opus 5 $0.00088 $0.04452
Sonnet 5 $0.00035 $0.01781
Haiku 4.5 $0.00018 $0.00890

Measured 11d ago against content hash c7106e8b5b51, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

algo-plagiarism-detector scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/algo-plagiarism-detector/SKILL.md · 639 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 639 lines · 177 tokens per session scan A c7106e8b5b51

Subscribe to this mod's changes

algo-plagiarism-detector is a skill published in the GitHub repository ieeecsopen/mcp-cs (3 stars, last pushed 7d ago), with no licence file. It adds 177 tokens to every session and 8,905 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

addyosmani/agent-skills · 51 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when you want every assumption cross-examined before proceeding, when stress-testing a plan for hidden failure modes, when correctness matters more than speed, when working in unfamiliar code, when stakes are high…

addyosmani/agent-skills · 96 tokens

code-simplification

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

addyosmani/agent-skills · 51 tokens

ponytail-lazy-senior-dev

Applies the "lazy senior developer" mindset. Use this skill whenever generating, modifying, reviewing code, or fixing bugs to prioritize code reuse, minimalism, YAGNI principles, and root-cause fixes. Also use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni"…

GulajavaMinistudio/awesome-copilot-id · 146 tokens

omni-dev

Omni-expert principal software architect. Triggers on requests for app development, coding, refactoring, or architectural design. Enforces clean code, clean architecture, deep reasoning, mandatory testing, and strict anti-ambiguity protocols.

GulajavaMinistudio/awesome-copilot-id · 51 tokens

sdlc-code-review

Language-agnostic workflow for code reviews and security audits using a Two-Axis (Standards vs Spec) approach against Clean Code/SOLID principles, generating formal refactoring plans.

GulajavaMinistudio/awesome-copilot-id · 43 tokens