Turn Claude Code into a full development environment
Everything you need for professional Claude Code development, pre-configured and ready to use.
6 Opus-tier agents for deep analysis (planner, architect, code-reviewer, security-reviewer, TDD guide, database reviewer) and 5 Sonnet-tier agents for fast execution.
From planning to deployment. Chain commands into workflows or use /auto for full plan-to-PR automation.
Secret filtering, remote command guard, SQL injection prevention, code change scanning, rate limiting, and MCP usage tracking. All automatic.
Multi-step workflows combining agents, commands, and tools. Build systems, security pipelines, eval harnesses, and team orchestration.
Always-on instructions that enforce coding style, security practices, git conventions, TDD, and evidence-based completion.
Everything is symlinked from the git repo to ~/.claude/. Run git pull and your entire environment updates. No reinstall needed.
From zero to a fully-equipped Claude Code environment in 3 steps.
Clone the repository with submodules.
Run install.sh to create symlinks.
Launch claude and start building.
Prerequisites: Node.js v22+, Git, jq, Claude Code CLI >= 1.0
Pre-built command pipelines for common development patterns.
Claude Forge vs. manual setup vs. starting from scratch.
| Feature | Claude Forge | Manual Setup | Vanilla Claude Code |
|---|---|---|---|
| Specialized agents | ✓ 11 pre-built | DIY | ✗ |
| Slash commands | ✓ 36 commands | DIY | ✗ |
| Security hooks | ✓ 6-layer defense | DIY | ✗ |
| Workflow pipelines | ✓ Pre-built chains | DIY | ✗ |
| Coding rules | ✓ 8 rule files | DIY | ✗ |
| MCP servers | ✓ 6 pre-configured | DIY | ✗ |
| Auto-updates | ✓ git pull | ✗ Manual | N/A |
| Setup time | ✓ 5 minutes | ✗ Hours/days | ✓ 0 minutes |
Common questions about Claude Forge.