sangrokjung/claude-forge

oh-my-zsh for Claude Code — 16 agents, 35 commands, 32 skills, 21 safety hooks in one install. v4.0 adds an adversarial review loop: a second agent that never sees the first one's reasoning. MIT.

821Stars on the repository
58Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

sangrokjung/claude-forge

Agent

Part of claude-forge

Independent read-only checker for behavioural changes. Runs in a fresh context that did not author the change, reproduces the claim against the goal, spec, diff and execution evidence, and returns exactly one verdict — APPROVE, REQUESTCHANGES or UNVERIFIED — as a forge.review/v1 envelope. MUST BE USED before claiming…

not rated 821 +1 5d ago A 102 tokens original MIT

architect

02

sangrokjung/claude-forge

Agent

Part of claude-forge

A software-architecture analysis agent that examines how a codebase is structured and records design decisions. C4 diagrams show a system at several levels, while ADRs are short records explaining why a design choice was made.

not rated 821 +1 5d ago A 112 tokens original MIT

code-reviewer

04

sangrokjung/claude-forge

Agent

Part of claude-forge

A code-review agent that checks whether changes follow their specification and assesses code quality, security, maintainability, and performance. It reports findings with severity levels and file-and-line references.

not rated 821 +1 5d ago A 96 tokens original MIT

database-reviewer

05

sangrokjung/claude-forge

Agent

Part of claude-forge

Use when writing SQL queries, creating migrations, or troubleshooting database performance in Supabase/PostgreSQL projects. Reviews indexes, RLS policies, schema types, N+1 patterns. Read-only reviewer with EXPLAIN ANALYZE capability.

not rated 821 +1 5d ago A 52 tokens original MIT

doc-updater

06

sangrokjung/claude-forge

Agent

Part of claude-forge

A documentation maintenance agent that updates guides, READMEs, and code maps from a project's actual source code.

not rated 821 +1 5d ago A 105 tokens original MIT

e2e-runner

07

sangrokjung/claude-forge

Agent

Part of claude-forge

Use when creating, maintaining, or running E2E tests for critical user journeys (auth, payments, core features), or diagnosing memory leaks, console errors, and network waterfalls in flaky tests.

not rated 821 +1 5d ago A 45 tokens original MIT

escalation-fixer

08

sangrokjung/claude-forge

Agent

Part of claude-forge

Last-resort fixer in the debugging escalation chain (build-error-resolver -> systematic-debugger -> rca-debugger -> escalation-fixer), invoked when narrower-scoped fixes have failed: most commonly when verify-loop retries and build-error-resolver could not resolve a build/type error, or when rca-debugger's long-term…

not rated 821 +1 5d ago A 118 tokens original MIT

planner

09

sangrokjung/claude-forge

Agent

Part of claude-forge

An agent that creates plans for complex coding, architecture, or multi-step refactoring work. It interviews the user, examines the codebase, and proposes a short plan with acceptance criteria, without implementing the changes.

not rated 821 +1 5d ago A 112 tokens original MIT

rca-debugger

10

sangrokjung/claude-forge

Agent

Part of claude-forge

Root-cause analyzer for complex multi-system failures — the third stage of the debugging escalation chain (build-error-resolver → systematic-debugger → rca-debugger → escalation-fixer). Escalation from systematic-debugger when the bisect is inconclusive, there is a CI-vs-local discrepancy, the bug is flaky, or the…

not rated 821 +1 5d ago A 118 tokens original MIT

refactor-cleaner

11

sangrokjung/claude-forge

Agent

Part of claude-forge

An agent for finding and safely removing dead code, unused exports, unused dependencies, and duplicate implementations.

not rated 821 +1 5d ago A 109 tokens original MIT

security-reviewer

12

sangrokjung/claude-forge

Agent

Part of claude-forge

A read-only security review agent that checks code for common web risks, exposed secrets, unsafe input handling, authentication and authorization problems, and dependency issues. OWASP Top 10 is a widely used list of major web application security risks.

not rated 821 +1 5d ago A 95 tokens original MIT

skeptical-auditor

13

sangrokjung/claude-forge

Agent

Part of claude-forge

Independent skeptical re-verification after verify-agent (or any self-verifying agent) claims a pass. Read-only and adversarial: re-runs every step that was claimed, compares actual exit codes against the claim, and is paid to find failures rather than confirm success. Never approves without executed evidence. Spawned…

not rated 821 +1 5d ago A 120 tokens original MIT

systematic-debugger

14

sangrokjung/claude-forge

Agent

Part of claude-forge

Specialist for bugs that reproduce but whose root cause is unknown. Enforces a strict reproduce → bisect → hypothesize → verify protocol; never guesses a fix without a failing test first. Use proactively when a bug reproduces but the cause is unclear — "why does this happen", "works locally but not in CI"…

not rated 821 +1 5d ago A 170 tokens original MIT

tdd-guide

15

sangrokjung/claude-forge

Agent

Part of claude-forge

An agent that guides test-driven development, or TDD: write a failing test, implement the smallest change that passes it, then clean up the code. It covers unit, integration, and end-to-end tests and examines edge cases.

not rated 821 +1 5d ago A 110 tokens original MIT

verify-agent

16

sangrokjung/claude-forge

Agent

Part of claude-forge

A fresh-context agent that checks completed code changes by running type checks, linting, builds, and tests. Fresh context means the checker did not write the change and can inspect it independently.

not rated 821 +1 5d ago A 134 tokens original MIT

observer

17

sangrokjung/claude-forge

Agent

Part of claude-forge

Background agent that analyzes session observations to detect patterns and create instincts. Uses Haiku for cost-efficiency.

not rated 821 +1 5d ago A 23 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: