sangrokjung/claude-forge
oh-my-zsh for Claude Code — 16 agents, 35 commands, 32 skills, 21 safety hooks in one install. v4.0 adds an adversarial review loop: a second agent that never sees the first one's reasoning. MIT.
What it solves
Claude Code is a powerful terminal-based AI coding assistant, but it lacks built-in organizational procedures, safety guardrails, and specialized roles. Claude Forge provides a comprehensive "equipment pack" that transforms the bare assistant into a professional-grade development environment by adding structured workflows, safety checks, and a library of specialist agents.
How it works
Claude Forge extends Claude Code through a combination of configuration files and plugins. It implements a multi-layered system consisting of:
- Specialist Agents: 16 dedicated AI roles (e.g., planner, security reviewer, TDD guide) that Claude can delegate tasks to.
- Slash Commands: 35 shortcuts (like
/plan or /tdd) that trigger complex, pre-defined workflows.
- Skills: 33 saved procedures or "playbooks" that the AI follows automatically for specific tasks.
- Hooks: 21 safety checks that run silently in the background to block dangerous actions, such as leaking secrets or executing destructive database commands.
- Rules: 14 behavioral guidelines that define coding styles and security principles.
- MCP Connections: Integration with external tools like browser automation (Playwright) and live documentation search.
Who it’s for
Developers using Claude Code who want to automate their development pipeline (plan $\rightarrow$ test $\rightarrow$ review $\rightarrow$ verify $\rightarrow$ ship) and add enterprise-level safety and reliability to their AI-assisted coding.
Highlights
- Adversarial Verification Loop: A "maker $\neq$ checker" system where an independent agent verifies changes without seeing the original agent's reasoning.
- 6-Layer Security Defense: Built-in hooks that automatically block leaked passwords and unsafe remote scripts.
- Reliability Pack: Features like API-error auto-resume and doom-loop guards to prevent session crashes.
- Loop-Forge: A tool to turn repetitive tasks into reusable, self-guarding slash commands.
- Harness-Diet: A utility to measure and shrink always-loaded context to stay under token budgets without losing governance.
Related
- Project
wesammustafa/Claude-Code-Everything-You-Need-to-KnowA thorough, example‑rich tutorial for Anthropic’s Claude Code CLI, covering installation, prompt engineering, and advanced extensions (Skills, Hooks, Sub‑agents, Workflows, MCP) to let developers use Claude for repo‑wide code analysis, editing, testing and automation.
- Project
alirezarezvani/claude-skillsA massive open‑source library (364 skills, 120 commands) that adds domain‑specific expertise to Claude Code, Codex, Gemini CLI, Cursor, and 9 other AI coding agents. Each skill bundles a structured markdown guide, pure‑Python CLI helpers, and reference assets. The repo includes personas, an orchestration protocol, and a built‑in security auditor, making it a turnkey way to turn any LLM‑coding assistant into a full‑stack engineering, product, marketing, compliance, or C‑suite advisor.
- Project
Prorise-cool/Claude-Code-Multi-AgentClaude Code Multi‑Agent is an open‑source framework that gives Anthropic’s Claude Code project awareness and expert‑agent capabilities. It uses a Python Hook system and a locally‑run Ollama model to automatically detect the codebase type, analyse user intent, load 300+ domain‑specific “Skills” (backend, frontend, testing, security, etc.), and enforce automatic documentation (DEVELOPMENT.md, KNOWLEDGE.md, CHANGELOG.md). After cloning, installing Ollama, a model, and uv, you drop your project into the repo and Claude Code instantly knows its context, suggests appropriate tools, and can be driven with slash commands like `/backend‑specialist` or workflow commands such as `/kiro/spec`.
Key points:
- Zero‑config start; all configuration lives in `.claude/settings.json` and `prompts.json`.
- Hooks run on session start, user prompt, tool use, etc., handling project detection, intent analysis, and doc updates.
- Skills are defined by `SKILL.md` files and are auto‑discovered.
- Works entirely locally (no external API), integrates with Git, and is MIT‑licensed.
Ideal for developers or small teams who want a reproducible, on‑premise AI coding assistant.
- Project
CloudAI-X/claude-workflow-v2A universal workflow plugin for Claude Code and other AI agents that provides specialized agents, slash commands, and automation hooks to streamline software development.
- Project
FlorianBruniaux/claude-code-ultimate-guideA comprehensive, security‑focused educational guide for Claude Code, offering a 7‑module learning path, 24 K‑line docs, 48 diagrams, 275 annotated templates, a 473‑question quiz, and an MCP server that lets you query the guide from within Claude sessions.