Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates

Forge is an open-source Claude Code plugin designed to address common problems in AI-generated code workflows, specifically the lack of governance, testing gates, and file management when multiple agents are involved.
Key Features
- 22 governance agents and 21 commands
- File locking to prevent parallel agents from editing the same file simultaneously
- Automated test gates that run before code merges
- Knowledge capture system that retains what the AI learns within the project
- Drift detection to identify when code diverges from intended functionality
Installation
Install via the Claude plugin marketplace with this command:
claude plugin marketplace add nxtg-ai/forge-plugin && claude plugin install forgeSource Information
- License: MIT
- GitHub repository: https://github.com/nxtg-ai/forge-plugin
- Demo video: https://youtu.be/4yRYimZYzBw
- Project site: https://forge.nxtg.ai
The plugin was created to solve the problem where AI-generated code "ships fast but drifts fast" due to lack of file locking, quality gates, and visibility into whether multiple agents are editing the same file.
📖 Read the full source: r/ClaudeAI
👀 See Also

Orion: Bypassing CoreML to Run and Train LLMs Directly on Apple Neural Engine
Orion is an open-source Objective-C system that bypasses Apple's CoreML to run and train LLMs directly on the Apple Neural Engine (ANE), achieving 170+ tokens/s for GPT-2 124M decode and stable multi-step training on a 110M parameter transformer.

Fino: Open-Source MCP Server for Personal Finance Analysis with Claude
Fino is a free, open-source MCP server that connects Claude to bank accounts through Plaid, stores transaction data locally in SQLite, and provides Claude with tools for financial analysis.

Open-Foundry: A Framework for Multi-Agent Debates with Claude Code
Open-foundry is a Python framework that assembles multiple Claude Code agents into a panel to debate complex questions, producing fully inspectable reasoning trails with transcripts, orchestrator logs, and per-agent working notes.

OpenClaw Agent Maintains Memory When Switching from Claude Subscription to API
A developer reports successfully migrating their OpenClaw setup from a Claude subscription to API key without losing agent memory, using the mengram-memory skill that saves to an external layer. The agent retained ~100+ learned facts, evolved procedures, and episodic memories.