sangrokjung

59 mods across 1 repository, 820 stars between them.

e2e

25

sangrokjung/claude-forge

Command

Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.

820 3d ago A 28 tokens copy · 88% MIT

eval

26

sangrokjung/claude-forge

Command

Manage eval-driven development workflow (define, check, report, list).

820 3d ago A 14 tokens original MIT

explore

27

sangrokjung/claude-forge

Command

A command for exploring a codebase to understand its structure and find related files, definitions, uses, and Git history. It can expand search terms and optionally trace dependencies.

820 3d ago A 14 tokens original MIT

forge-update

28

sangrokjung/claude-forge

Command

A command for updating the Claude Forge framework from its remote Git repository. It can check for updates, pull them, and run post-update steps.

820 3d ago D 15 tokens original MIT

guide

29

sangrokjung/claude-forge

Command

An interactive beginner's guide for Claude Forge that checks whether a project, its rules file, and Git are ready, then suggests common next steps.

820 3d ago A 21 tokens original MIT

handoff-verify

30

sangrokjung/claude-forge

Command

8 reviewer 병렬 검증 (Workflow tool 결정론 fan-out + CRITICAL/HIGH adversarial 재검증).

820 3d ago C 24 tokens original MIT

init-project

31

sangrokjung/claude-forge

Command

An interactive command that prepares a new software project by detecting its technology and structure, then generating CLAUDE.md, spec.md, and prompt_plan.md files. These files describe project guidance, feature requirements, and implementation phases.

820 3d ago A 8 tokens original MIT

learn

32

sangrokjung/claude-forge

Command

A command for recording lessons learned from direct notes, recent errors, or the current work session. It can classify lessons, suggest automations from git history, and manage the saved list.

820 3d ago B 18 tokens original MIT

loop-forge

33

sangrokjung/claude-forge

Command

Turn a one-line repetitive task into a reusable, self-guarding slash command (loop-forge).

820 3d ago A 21 tokens original MIT

next-task

34

sangrokjung/claude-forge

Command

A command that checks a coding project and prepares the next task. It reads project notes, Git history, changed files, and task checkboxes to find progress and the next unfinished work.

820 3d ago A 8 tokens original MIT

orchestrate

35

sangrokjung/claude-forge

Command

A command for coordinating several AI agents on one software task at the same time. Agent Teams is an experimental feature that must be enabled in Claude Code first.

820 3d ago A 14 tokens original MIT

plan

36

sangrokjung/claude-forge

Command

A planning command that creates an implementation plan before code is written.

820 3d ago A 17 tokens original MIT

pull

37

sangrokjung/claude-forge

Command

Command "pull" from sangrokjung/claude-forge, covering /pull - git pull (quick), 1단계: 현재 상태 확인, 2단계: pull 실행, 3단계: 출력 and 성공 시.

820 3d ago A 7 tokens original MIT

quick-commit

38

sangrokjung/claude-forge

Command

A quick Git command for committing and pushing a small code change. Git is the tool that records code versions and sends them to a shared repository.

820 3d ago A 14 tokens original MIT

security-review

40

sangrokjung/claude-forge

Command

A security review procedure based on CWE, a list of common software weaknesses, and STRIDE, a method for identifying threats to a system.

820 3d ago B 23 tokens original MIT

show-setup

41

sangrokjung/claude-forge

Command

A project-status command for Claude Forge, a collection of Claude coding-agent extensions. It shows installed agents, commands, skills, hooks, rules, and basic information about the current software project and Git repository.

820 3d ago A 13 tokens original MIT

suggest-automation

42

sangrokjung/claude-forge

Command

A command that reviews recent Git commits and project instructions to find work patterns that happen repeatedly.

820 3d ago A 20 tokens original MIT

sync-docs

43

sangrokjung/claude-forge

Command

A command that updates core project planning and instruction files from recent work. It can inspect the latest commits and detect untracked files that are scattered in the project folder.

820 3d ago A 34 tokens original MIT

sync

44

sangrokjung/claude-forge

Command

Command "sync" from sangrokjung/claude-forge, covering /sync - git pull + 문서 동기화, 플래그, phase 1: git pull (--no-pull 시 스킵), 1-1. 현재 상태 확인 and 1-2. pull 실행.

820 3d ago A 22 tokens original MIT

tdd

45

sangrokjung/claude-forge

Command

A command for test-driven development, a method where you write a failing test first, then code to pass it, and finally improve the code.

820 3d ago A 15 tokens copy · 80% MIT