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

Claude Usage Monitor: Floating CRT Widget for Windows
A developer built a Windows widget that displays Claude API usage in real-time with session and weekly bars, featuring seven color themes and automatic pausing when screens are locked or in fullscreen mode.

TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released with remote agent swarms and configurable governance
TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released today add swarm-to-swarm communication between remote instances and five configurable governance protocols. Both are self-hosted, free, and open source.

PACT 0.4.0 adds compound intelligence for AI coding agents
PACT (Programmatic Agent Constraint Toolkit) version 0.4.0 introduces compound intelligence features that help AI coding agents retain knowledge across sessions. The update includes research synthesis, a knowledge directory, and capability self-awareness systems.

A System for Claude Code to Learn Your Project Over Time
A developer created a simple setup to help Claude Code retain context between sessions by adding a CLAUDE.md file, a docs folder with project conventions, and three prompts for bootstrapping, refining, and capturing patterns.