oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 opt-in examples (21 events), 9 rules, 4 MCP in one install
npx claudepluginhub sangrokjung/claude-forgeoh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, chrome-devtools@0.23.0). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Turn Claude Code into a full development environment
Quick Start • Workflows • What's Inside • Installation • Architecture • Customization • 한국어
Claude Forge is an open-source development environment for Claude Code that provides 11 specialized agents, 40 slash commands, 15 skill workflows, and 15 automation hooks. 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 9 rule files -- 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.
Claude Forge is available on the Anthropic Official Plugin Marketplace and can be installed directly from Claude Code:
# Option A: Install from Official Marketplace (after approval)
/plugin install claude-forge@claude-plugins-official
# Option B: Install from Claude Forge Marketplace
/plugin marketplace add sangrokjung/claude-forge
/plugin install claude-forge@claude-forge
# Option C: Install directly from GitHub
claude plugin install github:sangrokjung/claude-forge
To update:
/plugin marketplace update claude-forge
Note: Claude Forge has been submitted to the Anthropic Official Plugin Directory and is pending review. In the meantime, use Option B or C above.
For development or customization, clone the repository:
# 1. Clone
git clone --recurse-submodules https://github.com/sangrokjung/claude-forge.git
cd claude-forge
# 2. Install (creates symlinks to ~/.claude)
./install.sh
# 3. Launch Claude Code
claude
install.sh symlinks everything to ~/.claude/, so git pull updates instantly.
If you find Claude Forge useful, please consider giving it a star -- it helps others discover this project.
| Change | Description |
|---|---|
| Surgical Changes Principle | New 12th golden principle: only change what was requested. No drive-by refactoring, style drift, or adjacent "improvements". Inspired by Andrej Karpathy's observations on LLM coding pitfalls. |
| State Assumptions Before Coding | New interaction rule: surface assumptions and present alternatives before implementing ambiguous requirements -- don't guess silently. |
| Anti-Rationalization Expansion | Two new entries block common LLM excuses: "while I'm here, let me clean up" and "need abstraction for extensibility". |