Agent Frameworks & Infrastructure
MindForge
Agentic-intelligence framework for Claude Code.
1 min read · 127 words
Multi-agent AI workflows are powerful but chaotic: unbounded token spend, logic drift in long loops, and no audit trail. MindForge is a command-driven orchestration framework for Claude Code that brings governance to that chaos.
It exposes 174 slash commands, 154 specialized subagents, and 73 skills plus a hooks system, cost-aware model routing (Haiku/Sonnet/Opus tier escalation), SHA-256 audit chains, and stuck-detection with auto-repair. Execution runs on a semaphore-based wave (parallel) model with a streaming WebSocket SDK, persisted through an embedded sql.js datastore. Ships as npx mindforge-cc.
- 174 commands · 154 subagents · 73 skills
- Wave parallelism via a DAG + dependency tracking
- Cost-aware routing + audit/replay via hash-linked logs
- Built on a pure Node.js + WASM runtime with a strict-TypeScript SDK
1,193 commits — the most-invested project in the portfolio.