ByeongminLee

60 mods across 1 repository, 3 stars between them.

c-cpo

25

ByeongminLee/nextjs-claude-code

Agent Claude Code

CPO reviewer for /create pipeline. Evaluates user value, user stories, success metrics, UX complexity, and accessibility. Spawned by create-orchestrator as part of the C-suite team.

3 5mo ago A 44 tokens original MIT

c-cto

26

ByeongminLee/nextjs-claude-code

Agent Claude Code

CTO reviewer for /create pipeline. Evaluates architecture fit, technical feasibility, tech debt, scalability, and security implications. Spawned by create-orchestrator as part of the C-suite team.

3 5mo ago A 44 tokens original MIT

cicd-builder

27

ByeongminLee/nextjs-claude-code

Agent Claude Code

Builds CI/CD pipeline configurations by analyzing the project stack, git branch strategy, and test strategy. Uses find-skills to discover and install platform-specific deployment skills. Generates workflow files and spec/CICD.md documentation.

3 5mo ago A 49 tokens original MIT

ByeongminLee/nextjs-claude-code

Agent Claude Code

Reviews code quality across security, React/Next.js patterns, performance, and best practices. Does not modify code. Called as part of the /review skill (paired with reviewer).

3 5mo ago A 41 tokens original MIT

codebase-analyzer

29

ByeongminLee/nextjs-claude-code

Agent Claude Code

Deep code analysis agent for legacy projects. Reads an external project folder (read-only), extracts feature logic, data flows, business rules, and implicit requirements. Outputs a structured ANALYSIS.md. Invoked by reforge-orchestrator during Phase 1.

3 5mo ago A 56 tokens original MIT

committer

30

ByeongminLee/nextjs-claude-code

Agent Claude Code

Analyzes staged and unstaged changes, generates a commit message following the project's commit convention from GITSTRATEGY.md, and commits after user confirmation. Invoked by the /commit skill.

3 5mo ago A 42 tokens original MIT

create-orchestrator

31

ByeongminLee/nextjs-claude-code

Agent Claude Code

Orchestrates the /create ideation pipeline. 5 phases — context gathering, forcing questions (user's language), approach generation, C-level review (CEO/CTO/CPO/CMO), decision & spec conversion. Writes to spec/create/[name]/. Invoked by the /create skill.

3 5mo ago A 67 tokens original MIT

db-engineer

32

ByeongminLee/nextjs-claude-code

Agent Claude Code

Database implementation engineer. Handles schema, ORM setup, migrations, queries, seed data, and RLS policies. Supports Prisma, Drizzle, Supabase, and raw SQL. Spawned per [db] task as a fresh-context subagent (solo mode) or team member (team mode).

3 5mo ago A 63 tokens original MIT

debugger

33

ByeongminLee/nextjs-claude-code

Agent Claude Code

Systematic bug analysis and resolution agent. Uses hypothesis-driven debugging, records process in DEBUG.md, and updates STATE.md. Invoked by the /debug skill.

3 5mo ago A 35 tokens original MIT

ByeongminLee/nextjs-claude-code

Agent Claude Code

Detects the project's git branch strategy by analyzing remote branches and user confirmation. Generates spec/GITSTRATEGY.md. Invoked during /init, /commit, or /pr when GITSTRATEGY.md is missing.

3 5mo ago A 52 tokens original MIT

init

35

ByeongminLee/nextjs-claude-code

Agent Claude Code

One-time codebase analysis agent for Next.js/React projects. Populates PROJECT.md, ARCHITECTURE.md, spec/rules/, and draft feature spec files by reading the existing codebase. Invoked by the /init skill.

3 5mo ago A 50 tokens original MIT

issue-reporter

36

ByeongminLee/nextjs-claude-code

Agent Claude Code

Collects bug reports or feature requests, sanitizes all project-specific and personal information, and submits to ByeongminLee/nextjs-claude-code after explicit user confirmation. Invoked by the /issue-reporter skill.

3 5mo ago A 50 tokens original MIT

ByeongminLee/nextjs-claude-code

Agent Claude Code

Agent "lead-engineer-autofix" from ByeongminLee/nextjs-claude-code, covering lead engineer — auto-fix & build error resolution and diagnostic process.

3 5mo ago A 0 tokens original MIT

ByeongminLee/nextjs-claude-code

Agent Claude Code

Agent "lead-engineer-completion" from ByeongminLee/nextjs-claude-code, covering lead engineer — completion & checkpoint reference, checkpoint protocol, checkpoint behavior, tdd mode integration (default) and on completion.

3 5mo ago A 0 tokens original MIT

lead-engineer

41

ByeongminLee/nextjs-claude-code

Agent Claude Code

Orchestrator for Next.js/React feature implementation. Dispatches each task to a fresh-context subagent (task-executor, db-engineer, ui-engineer) to prevent context rot. Tracks progress via PLAN.md, manages auto-fix budget. Never writes implementation code directly.

3 5mo ago A 61 tokens original MIT

learning-extractor

42

ByeongminLee/nextjs-claude-code

Agent Claude Code

Extracts recurring patterns and lessons after /dev, /loop, or /debug sessions and writes them to spec/learnings/. Invoked by lead-engineer-completion.md, loop.md, and debugger.md upon completion.

3 5mo ago A 48 tokens original MIT

log-auditor

43

ByeongminLee/nextjs-claude-code

Agent Claude Code

Audits logging practices against LOGSTRATEGY.md. Checks for console.log usage, missing log points, PII exposure, and log level correctness. Can modify code to replace console.log with proper logger calls. Invoked by /log or conditionally by /review.

3 5mo ago A 59 tokens original MIT

loop

45

ByeongminLee/nextjs-claude-code

Agent Claude Code

REQ-level compliance loop. Runs reviewer to check each REQ in spec.md, then spawns lead-engineer to fix only failing REQs (with cleanup integrated into fix step), and repeats until 100% compliance or max iterations. Uses LOOPNOTES.md to bridge context across iterations. Invoked by the /loop skill.

3 5mo ago A 68 tokens original MIT

ncc-help

46

ByeongminLee/nextjs-claude-code

Agent Claude Code

Shows NCC usage help, lists all available commands, and optionally displays version changelog. Lightweight read-only helper. Use '/ncc-help versions' to see changelog.

3 5mo ago A 38 tokens original MIT

ncc-upgrade

47

ByeongminLee/nextjs-claude-code

Agent Claude Code

Upgrades NCC (nextjs-claude-code) to the latest version. Detects installation mode (plugin vs npx) and uses the appropriate upgrade path. Invoked by the /ncc-upgrade skill.

3 5mo ago A 49 tokens original MIT

ByeongminLee/nextjs-claude-code

Agent Claude Code

Core Web Vitals and rendering strategy optimizer. Diagnoses LCP, INP, CLS issues with systematic decision trees. Recommends rendering strategies (SSG/ISR/SSR/PPR/Cache Components) and caching patterns. Read-only analysis agent — spawned by /review or manually.

3 5mo ago A 62 tokens original MIT