By sangrokjung
Extends Claude Code with a modular framework of agents, commands, and skills to automate test-driven development, code review, security scanning, dependency management, documentation sync, git workflows, and build fixing across multiple languages.
전문 에이전트 자동 라우팅. 법률, 재무, 특허, SEO, 마케팅, 기획, BM 설계(BMC/Lean/JTBD/Wardley/Blue Ocean/Lightning Sprint), 코드리뷰, 아키텍처, 견적, CRM, HR/인사, 노무(노동법/해고/산재/취업규칙), 리서치, 데이터 분석, 제1원칙 사고, 주식 투자, 부동산 투자, 명리학, 회사운영(노란우산/창업혜택/고용지원/세무일정), 디자인 제작(배너/카드뉴스/SNS/광고/인포그래픽), FAQ/지식베이스(KCS/셀프서비스/아티클), 고객지원(CS응답/에스컬레이션) 등 50+ 에이전트
계획부터 PR까지 원버튼 자동 실행. 중간에 멈추지 않습니다.
빌드 에러를 자동으로 분석하고 수정합니다.
작업 상태 저장/복원 (v6)
방금 작성한 코드를 보안+품질 검사합니다.
C4 다이어그램·ADR·Fitness Functions·기술 부채 스캔·의존성 분석·모듈 경계 설계 전문. Fowler, Brown C4, Newman, Vernon DDD 10구루 적용. Use proactively when 아키텍처 분석, C4 모델, ADR 작성, 기술 부채 스캔, 순환 의존성, 마이크로서비스 설계, 진화적 아키텍처 요청 시. 구현 계획은 planner, 코드 수정은 refactor-cleaner 사용.
빌드 실패·타입 에러·컴파일 오류·import 에러·의존성 이슈를 최소 변경으로 그린 복구. 리팩토링·아키텍처 변경 절대 금지. Use proactively when CI/빌드가 빨간불이거나, 터미널에 타입 에러·컴파일 에러가 표시될 때 즉시. 런타임 로직 버그는 systematic-debugger, 아키텍처 변경은 architect 사용.
코드 품질·보안·유지보수성 2단계 리뷰 (스펙 준수 → 코드 품질). 심각도 등급 이슈와 수정 제안 산출. Use proactively when 코드 변경 완료 후, PR 머지 전, "리뷰해줘" 요청 시. 보안 전용은 security-reviewer, DB 쿼리는 database-reviewer, 아키텍처 판단은 architect 사용.
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.
코드 변경 후 문서·코드맵 자동 갱신. 실제 소스 기반 코드맵 생성, README·가이드 새로고침, 경로·링크 검증. 기억에서 문서 작성 절대 금지. Use proactively when 코드 변경 완료 후 — "문서 업데이트", "README 갱신", "코드맵 만들어줘" 요청 시, 또는 구현 완료 후 background 자동 트리거. 새 기능 설계 문서는 planner 사용.
Use when detecting and running project build systems automatically. Supports npm/yarn/pnpm/pip/poetry/gradle/maven/cargo/go/make. Triggers on build, test run, project setup, package manager detection.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Use when starting Claude Code projects, writing CLAUDE.md/spec.md, dispatching subagents, or requesting Agent Teams parallel development. Covers Spec-Driven Development, Context Engineering, and post-dev workflow.
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
External network access
Connects to servers outside your machine
External network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Turn Claude Code into a full development environment
What's New v3.0 • Quick Start • Workflows • What's Inside • Installation • Architecture • Customization • 한국어
🎉 v3.0.2 released (May 2026) — docs-only patch on top of v3.0.1: LLM-readable install paths (root
INSTALL.md+ above-the-fold one-liner) and multi-channel distribution. The v3.0.1 baseline brought Anthropic 2026 standard alignment (Hooks 21+ events · Subagent frontmatter v2 · Skills/Commands hybrid policy) plus a 4-server MCP minimum (playwright · context7 · jina-reader · chrome-devtools@0.23.0). See MIGRATION.md / MIGRATION.ko.md, Release v3.0.2, Release v3.0.1.
🚀 Install in one line (full install, recommended):
curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bashOr, inside an existing Claude Code session:
/plugin marketplace add sangrokjung/claude-forgethen/plugin install claude-forge(lightweight, plugin-only). Full details:INSTALL.md.
Claude Forge is an open-source development environment for Claude Code that provides 11 specialized agents, 33 slash commands, 24 skill workflows, 15 automation hooks (plus 9 opt-in examples covering 21 lifecycle events), and 9 rule files. Often described as "oh-my-zsh for Claude Code", it transforms Claude Code from a basic CLI into a full-featured development environment. One install gives you agents, commands, skills, hooks, and rules — all pre-wired and ready to go.
Think of it as oh-my-zsh for Claude Code: the same way oh-my-zsh enhances your terminal, Claude Forge supercharges your AI coding assistant.
Inside Claude Code, register the marketplace once, then install the plugin:
/plugin marketplace add sangrokjung/claude-forge
/plugin install claude-forge
Update later via /plugin update claude-forge (or from the /plugin UI).
⚠️ Partial coverage — please read before choosing. The Claude Code plugin loader currently recognizes
commands/and (most of)skills/but does not auto-wireagents/,hooks/,rules/,statusLine,settings.jsonenv blocks, or the entries insidemcp-servers.json. That is a loader limitation, not a claude-forge one — seedocs/PLUGIN-VS-INSTALL-SH.mdfor the full matrix. If you want every resource (agents, hooks, rules, MCP, statusLine) wired up, use Option 2 below.
install.sh (full symlink install, recommended)# 1. Clone (submodules optional — only needed for the CC CHIPS status bar)
git clone --recurse-submodules https://github.com/sangrokjung/claude-forge.git
cd claude-forge
# 2. Install (creates symlinks under ~/.claude)
./install.sh
# 3. Launch Claude Code
claude
Interactive /goal prompt generator for Claude Code. Stops infinite stop-hook cycles by auto-applying 8 anti-deadlock guards (universal-quantifier rewrite, measurable signal, scope, letter-vs-spirit, session-limit, proof channel, turn limit, session-out separation).
npx claudepluginhub sangrokjung/claude-forge --plugin claude-forgeCustom commands, skills, agents, rules, hooks, and output styles for Claude Code - session continuity and modern CLI tooling for real-world development workflows
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Unified capability management center for Skills, Agents, and Commands.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses