hoangsonww/Forge-Agentic-Coding-CLI

🦄 Forge - a local-first, multi-agent software-engineering runtime that runs Claude Code / Codex-style agentic workflows entirely on your own machine via Ollama, llama.cpp, vLLM, and LM Studio (cloud models optional). Ships 18 sandboxed tools, 6 model providers, and a full REPL + UI dashboard in a single Node CLI - no telemetry, no lock-in.

22Stars on the repository
43Mods indexed here, across every type
15d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bead-polisher

01

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Polishes .beads/beads.jsonl in isolated context. Runs the full polish loop (self-containment, dependencies, test obligations, coverage vs plan, duplicates, Forge invariants) and returns a focused report. Use when you want to burn a polish round without filling the main conversation.

22 15d ago A 64 tokens original MIT

code-reviewer

02

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Reviews Forge TypeScript changes for correctness, security, sandbox/permission coverage, state-machine integrity, and test adequacy. Invoke for any non-trivial diff before merge.

22 15d ago A 38 tokens original MIT

docs-auditor

03

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Audits Forge documentation for drift against the code. Checks that README counts, ARCHITECTURE hot paths, SETUP env vars, and INSTALL instructions still match reality. Read-only.

22 15d ago A 42 tokens original MIT

plan-synthesizer

04

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Reads multiple competing markdown plans from .flywheel/plans/ and synthesizes a best-of-all-worlds hybrid. Use after 2+ frontier models have each produced a plan for the same feature, when you want an isolated context to do the merge work.

22 15d ago A 58 tokens original MIT

skill-refiner

05

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Meta-skill agent. Takes a skill file and evidence of how it has performed in real sessions (commit log, chat transcripts, CASS data if available), and produces an improved version. Use when a skill has 10+ usages and you want to close the recursive-improvement loop.

22 15d ago A 62 tokens original MIT

test-runner

06

hoangsonww/Forge-Agentic-Coding-CLI

Agent Claude Code

Runs the Forge test suite and analyses failures. Isolated context so full vitest output does not pollute the main conversation. Returns a focused summary.

22 15d ago A 34 tokens original MIT