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

✍️ OpenClawRadar📅 Published: March 19, 2026🔗 Source
Forge: Open-Source Claude Code Plugin Adds Governance and Testing Gates
Ad

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 forge

Source 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

Ad

👀 See Also