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
16d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-provider

02

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Scaffold a new model provider for Forge — class, registry wiring, providerEnum entry, local-catalog classification, router check, and a unit test with mocked transport.

22 16d ago A 37 tokens original MIT

add-tool

03

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Scaffold a new Forge tool end-to-end — implementation, registration, permission/risk metadata, sandbox routing, and a unit test.

22 16d ago A 30 tokens original MIT

debug-loop

04

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Systematic debugging playbook for the Forge agentic loop (src/core/loop.ts and src/agents/executor.ts). Use when a task is stuck, looping, or emitting wrong tool calls.

22 16d ago A 43 tokens original MIT

deep-review

05

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Deep review — random exploration + cross-agent review, alternating. Finds integration bugs that self-review misses. Run every 30–60 min during active implementation.

22 16d ago A 34 tokens original MIT

flywheel

06

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Overview of Forge's Agentic Coding Flywheel methodology. Use to route between plan, bead, and code space. See FLYWHEEL.md at the repo root.

22 16d ago A 37 tokens original MIT

landing

07

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

End-of-session ritual. Close finished beads, file new ones for remaining work, run verify, commit in logical groupings, push. Work is not complete until git push succeeds.

22 16d ago A 38 tokens original MIT

plan-to-beads

08

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Translate a polished markdown plan into self-contained beads in .beads/beads.jsonl. Every bead must be executable without reopening the plan. Use after the plan has converged.

22 16d ago A 41 tokens original MIT

plan

09

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Start a new Flywheel planning round. Produce initial markdown plan, route to competing frontier models, synthesize hybrid, refine 4–5×. Use before any coding begins on a new feature.

22 16d ago A 42 tokens original MIT

polish-beads

10

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Polishing pass over all open beads. Run 4–6 times. "Check your beads N times, implement once." Use after plan-to-beads and between refinement rounds.

22 16d ago A 41 tokens original MIT

reality-check

11

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Break the spell of local productivity. Ask whether completing all open beads actually closes the gap to the project goal. Use at milestones or when busy agents feel directionally off.

22 16d ago A 38 tokens original MIT

release-check

12

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Pre-release checklist for Forge — verify, version bump, changelog, docs, docker build, smoke test. Run before tagging v.

22 16d ago A 30 tokens original MIT

verify

13

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Run Forge's canonical verification chain (format:check + lint + typecheck + build + test). Use before claiming any task complete or opening a PR.

22 16d ago A 33 tokens original MIT

de-slopify

14

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Remove telltale AI-writing patterns from README, docs, and user-facing text. Must be done line-by-line, manually. No regex. Use after agents write any user-visible prose.

22 16d ago A 43 tokens original MIT

dedupe-beads

15

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Merge duplicate or excessively overlapping beads in .beads/beads.jsonl into canonical ones. Run after any batch where 20+ new beads were created.

22 16d ago A 36 tokens original MIT

fresh-eyes

16

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Reset review context when bead polishing or code review has flatlined. Requires starting a brand-new Claude / Codex session. Use when you're seeing the same small edits round after round.

22 16d ago A 40 tokens original MIT

idea-wizard

17

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

30 → 5 → 15 funnel for brainstorming new features on the existing Forge codebase. Use when adding capability to a mature install, not for greenfield.

22 16d ago A 37 tokens original MIT

plan-synthesize

18

hoangsonww/Forge-Agentic-Coding-CLI

Skill Claude CodeCodex

Synthesize competing plans from multiple frontier models into a single best-of-all-worlds hybrid. Use after /plan has produced 2+ competing plans in .flywheel/plans/.

22 16d ago A 40 tokens original MIT