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

Decision Passport: An Audit Layer for AI Agent Execution Governance
The Claude Code leak highlights a gap in AI agent governance. Decision Passport addresses this with append-only execution records, portable proof bundles, and offline verification for tamper-evident audit trails.

Claude Code Built Treelo: A Free Video Transcription Tool
A video editor used Claude Code to build Treelo, a free tool that transcribes video/audio files, removes filler words, allows SFX placement at exact timestamps, and exports SRT for Premiere or ASS for DaVinci Resolve.

Ollama Update Adds OpenClaw Support for Kimi k2.5 Cloud Model
Ollama has released an update that integrates OpenClaw support for cloud models, including free access to the Kimi k2.5 model with web search functionality, running on NVIDIA data centers.

Feynman: Open Source Research Agent with Paper-Codebase Audit Tool
Feynman is an open source research agent CLI that dispatches four subagents in parallel to answer research questions and includes a unique audit tool that compares paper claims against actual codebases. It features one-command installation, MIT license, and runs on pi for agent runtime with alphaxiv for paper search.