sangrokjung

59 mods across 1 repository, 820 stars between them.

claude-forge

01

sangrokjung/claude-forge

Plugin Claude Code

oh-my-zsh for Claude Code — 16 agents, 35 commands, 33 skills, 21 hooks + 9 opt-in examples (21 events), 14 rules, 4 MCP in one install.

820 3d ago A tokens not measured original MIT

claude-forge

02

sangrokjung/claude-forge

Plugin Claude Code

oh-my-zsh for Claude Code — 16 agents, 35 commands, 33 skills, 21 hooks + 9 examples (21 events), 14 rules, 4 MCP (minimal: playwright, context7, jina-reader, [email protected]). Adversarial verification loop (maker≠checker), unattended API-error auto-resume, session relay, and Korean prose quality guardrails.…

820 3d ago C tokens not measured original MIT

sangrokjung/claude-forge

Agent

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…

820 3d ago A 102 tokens original MIT

architect

04

sangrokjung/claude-forge

Agent

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.

820 3d ago A 112 tokens original MIT

code-reviewer

06

sangrokjung/claude-forge

Agent

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.

820 3d ago A 96 tokens original MIT

database-reviewer

07

sangrokjung/claude-forge

Agent

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.

820 3d ago A 52 tokens original MIT

doc-updater

08

sangrokjung/claude-forge

Agent

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

820 3d ago A 105 tokens original MIT

e2e-runner

09

sangrokjung/claude-forge

Agent

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.

820 3d ago A 45 tokens original MIT

escalation-fixer

10

sangrokjung/claude-forge

Agent

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…

820 3d ago A 118 tokens original MIT

planner

11

sangrokjung/claude-forge

Agent

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.

820 3d ago A 112 tokens original MIT

rca-debugger

12

sangrokjung/claude-forge

Agent

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…

820 3d ago A 118 tokens original MIT

refactor-cleaner

13

sangrokjung/claude-forge

Agent

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

820 3d ago A 109 tokens original MIT

security-reviewer

14

sangrokjung/claude-forge

Agent

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.

820 3d ago A 95 tokens original MIT

skeptical-auditor

15

sangrokjung/claude-forge

Agent

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…

820 3d ago A 120 tokens original MIT

systematic-debugger

16

sangrokjung/claude-forge

Agent

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"…

820 3d ago A 170 tokens original MIT

tdd-guide

17

sangrokjung/claude-forge

Agent

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.

820 3d ago A 110 tokens original MIT

verify-agent

18

sangrokjung/claude-forge

Agent

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.

820 3d ago A 134 tokens original MIT

agent-router

19

sangrokjung/claude-forge

Command

A routing command that sends requests to a suitable specialist agent, such as one for code review, architecture, legal work, research, or marketing. It uses keyword rules and does not handle unmatched requests itself.

820 3d ago A 195 tokens original MIT

auto

20

sangrokjung/claude-forge

Command

An automated coding workflow runs a software task from planning through code changes, checks, and a pull request. A pull request is a proposed change for review before it is merged into the main codebase.

820 3d ago A 20 tokens original MIT

build-fix

21

sangrokjung/claude-forge

Command

A build-error fixing procedure for TypeScript projects. It runs the project build, groups and explains errors, applies fixes one at a time, and checks the build again.

820 3d ago A 12 tokens original MIT

checkpoint

22

sangrokjung/claude-forge

Command

A command for saving, restoring, listing, comparing, and deleting named Git work checkpoints. A checkpoint records the branch, commit, staged and unstaged changes, and copies of untracked files.

820 3d ago C 11 tokens original MIT

code-review

23

sangrokjung/claude-forge

Command

A review of uncommitted code changes for security problems, quality issues, and common maintenance concerns. A commit is a saved change in a version-control system such as Git.

820 3d ago A 14 tokens original MIT

commit-push-pr

24

sangrokjung/claude-forge

Command

An automated Git workflow that checks a project, synchronizes documentation, commits changes, and can create or merge a GitHub pull request. A pull request is a request for teammates to review and add changes to a shared codebase.

820 3d ago A 36 tokens original MIT