Enforces a disciplined task workflow (understand, track, verify, review) and maintains project-specific memories to prevent Claude from drifting off course.
A second pair of eyes for your coding agent. Correction Guy watches from the sidelines and steers the work back on track — it never touches the work itself. Works in Claude Code, Cursor, and Pi.
An agent grading its own work is the weakest check there is. It is biased toward declaring victory: it papers over stubs, asserts things it never verified, asks permission instead of delivering, and forgets what it just learned. A sharper self-prompt doesn't fix this — the agent is still inside its own story.
So Correction Guy hands the review to someone else. A different model (Codex, through the Codex SDK — no other plugin required) reads the session as an outsider, with no stake in the agent's narrative, and calls out what the agent talked itself past. It is deliberately narrow: it flags real failures — wrong scope, stubs, unsourced claims, ignored test failures, abandoned work, drift, a to-do list or memory gone stale — and stays quiet on taste like naming, formatting, and structure. It steps in at the three moments that matter: as work begins, while it is underway, and the instant the agent tries to call it done.
/correctionguy restates the discipline whenever you want it.The review prompts, and the corrections that come back, are written in compressed "caveman" style to save tokens.
Memory belongs with the code it describes. Correction Guy keeps the agent's memory in a project-local .memory folder, so it lives alongside the work instead of in a global store, and it treats facts you state about the project as sourced — recorded, trusted, and never second-guessed for lacking a citation. The reviewer flags when a session contradicts what is written there, or learns something worth keeping and never writes it down.
codex login once, or set an API key.Claude Code
/plugin marketplace add correctionguy/correctionguy
/plugin install correctionguy@correctionguy
Cursor — install from the Cursor Marketplace, or test locally from a checkout.
Pi
pi install git:github.com/correctionguy/correctionguy
Or try it for a single run with pi -e git:github.com/correctionguy/correctionguy.
Everything is tuned through CORRECTIONGUY_* environment variables — model, reasoning effort, review cadence, and a CORRECTIONGUY_YOLO switch that drops the read-only sandbox for the reviews. Defaults live in scripts/codex.ts. You're going to ask an agent to do it, so I'm not going to write it out here 😏
Licensed under 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 correctionguy/correctionguy --plugin correctionguyConsult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and antigravity CLIs when installed) to get diverse perspectives on coding problems
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.