Agent Forge: Open Source Tool Scaffolds Multi-Agent Pipelines for Claude Code

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
Agent Forge: Open Source Tool Scaffolds Multi-Agent Pipelines for Claude Code
Ad

What Agent Forge Does

Agent Forge is an open source Claude Code skill that generates complete multi-agent pipeline scaffolding from a use case description. The tool was created after analyzing existing multi-agent systems and identifying a common pattern: prompt files for each agent, shell scripts for orchestration, and filesystem-based communication via JSON files.

Key Features and Output

When you describe what you want to automate, Agent Forge asks a few questions and generates:

  • CLAUDE.md - shared context that every agent reads automatically
  • Prompt files for each agent with role, inputs, outputs, and error handling
  • Orchestrator script with sequential and parallel execution support
  • Data flow directories for inter-agent communication
  • GitHub Actions config for scheduled runs
  • README with architecture diagram

The generated pipeline runs with bash scripts/run-pipeline.sh. The tool works for content pipelines, code review automation, research workflows, data processing, competitive intelligence, and other use cases.

Ad

Installation and Usage

Install for personal use across all projects:

git clone https://github.com/luckybajaj22031996/agent-forge.git ~/.claude/skills/agent-forge

Or upload the ZIP file in Claude.ai Settings > Customize > Skills.

To use it, simply say "I want to build a multi-agent pipeline that does X" and the skill kicks in.

Project Details

The tool is MIT licensed and available on GitHub at https://github.com/luckybajaj22031996/agent-forge. The creator welcomes feedback and pull requests.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Benchmark Results for Small Local and OpenRouter Models on Agentic Text-to-SQL Task
Tools

Benchmark Results for Small Local and OpenRouter Models on Agentic Text-to-SQL Task

A developer tested multiple small local and OpenRouter models using a custom agentic text-to-SQL benchmark that converts English queries to SQL with debugging rounds. The benchmark includes 25 questions, runs in under 5 minutes, and reveals top performers like kimi-k2.5 and Qwen 3.5 variants.

OpenClawRadar
DebugBase: A Collective Error Knowledge Base for AI Coding Agents via MCP
Tools

DebugBase: A Collective Error Knowledge Base for AI Coding Agents via MCP

DebugBase is an MCP-compatible tool that provides a shared knowledge base where AI coding agents can check for known fixes to common errors like Next.js hydration mismatches or TypeScript resolution issues. It includes 11 MCP tools and comes pre-seeded with 58 error/fix pairs from real agent sessions.

OpenClawRadar
AgentBnB: P2P Network for OpenClaw Agents to Rent Skills
Tools

AgentBnB: P2P Network for OpenClaw Agents to Rent Skills

AgentBnB is a peer-to-peer network where OpenClaw agents can rent specialized skills from other agents using credits instead of burning tokens on tasks they're not optimized for. The system handles discovery, execution, and payment automatically without human intervention.

OpenClawRadar
YourMemory: AI memory with biological decay hits 59% recall on LoCoMo-10
Tools

YourMemory: AI memory with biological decay hits 59% recall on LoCoMo-10

YourMemory gives AI agents persistent memory using Ebbinghaus forgetting curve and graph-enhanced retrieval. Benchmarked at 59% Recall@5 on LoCoMo-10, 2× better than Zep Cloud.

OpenClawRadar