gitwtfhub

wtf is claude-forge?

forgeyclap/claude-forge — explained in plain English

Analysis updated 2026-05-18

2JavaScriptAudience · developerComplexity · 3/5LicenseSetup · easy

TL;DR

An add-on for Claude Code that coordinates a team of specialized AI agents to build, test, and review coding tasks, with a live progress dashboard.

Mindmap

mindmap
  root((claude-forge))
    What it does
      Coordinates AI agent teams
      Runs build test review cycle
      Shows live dashboard
    Tech stack
      JavaScript
      Node.js
      Claude Code
    Use cases
      Automate multi-step coding tasks
      Get honest test and review reports
      Onboard a project with a wizard
    Audience
      Developers
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Assign a coding task to a coordinated team of agents instead of one assistant

REASON 2

Watch a live local dashboard while agents build and test a project

REASON 3

Use the onboarding wizard to safely configure API keys the first time

What's in the stack?

JavaScriptNode.jsClaude Code

How it stacks up

forgeyclap/claude-forge3imed-jaberi/cryptography-si-isamm3imed-jaberi/koa-isomorphic-router
Stars222
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-09-252021-02-06
MaintenanceDormantDormant
Setup difficultyeasyeasyeasy
Complexity3/51/52/5
Audiencedeveloperresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

The plugin path works in about a minute, the full installer adds a local dashboard and key setup.

MIT license: free to use, modify, and distribute, including for commercial purposes, as long as the copyright notice is kept.

Wtf does this do

claude-forge is an add-on system for Claude Code, the command line coding assistant, that turns it from one assistant working alone into a coordinated team of specialized agents. Instead of handling a whole task yourself, you type a single command like forge build me a landing page, and the system classifies the request, picks a right sized team from its 18 built-in agents, splits the work into pieces, has different agents build the pieces in parallel, and then runs tests and a review pass before reporting back what actually happened. The project ships with 18 agents covering roles like building, testing, reviewing, security, SEO, and documentation, along with 23 skills that act as playbooks for specific kinds of work. It also includes a live dashboard that runs on your own computer and shows what the agents are actually doing in real time, plus a setup wizard called setup-forge that walks you through configuring API keys the first time you use it. There are three ways to install it: as a Claude Code plugin for a quick, read-only trial with no dashboard, through a one-line installer script for macOS, Linux, or Windows that sets up the full system, or by manually copying files into your project and your global Claude Code configuration folder. The project describes itself as having zero runtime dependencies, meaning it runs on plain Node.js scripts without needing npm install. The README emphasizes that the system tries to be honest about its own results: it keeps a ledger recording which agents actually ran on a given task, and states that nothing is reported as finished until it has been checked with real tests. claude-forge is released under the MIT license, which allows free use, modification, and distribution, including for commercial purposes.

Yoink these prompts

Prompt 1
Walk me through installing claude-forge with the one-line installer script
Prompt 2
Explain the difference between the plugin install and the full installer
Prompt 3
Help me run /setup-forge and configure my project's API keys safely
Prompt 4
Show me how the forge-router decides which agents to assemble for a task

Frequently asked questions

wtf is claude-forge?

An add-on for Claude Code that coordinates a team of specialized AI agents to build, test, and review coding tasks, with a live progress dashboard.

What language is claude-forge written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.

What license does claude-forge use?

MIT license: free to use, modify, and distribute, including for commercial purposes, as long as the copyright notice is kept.

How hard is claude-forge to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is claude-forge for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.