Skip to content

nxtg-ai/forge-plugin

Forge

forge-plugin

Zero-dependency governance for Claude Code.

This is L1: Vibe Coder.

Inside Claude Code, agents already coordinate well. They share orchestration and context. What's missing is judgment: automated checks that catch problems before they reach production, skills that encode your conventions, and hooks that validate before and after every task.

The plugin adds health scoring, gap analysis, quality gates, and specialized agents. Install in 30 seconds. No config. No dependencies. No runtime.

Every governance feature traces to a real failure mode. Hooks that validate before and after every task exist because I've watched audit findings pile up from shortcuts nobody caught in real time. Knowledge skills that encode project conventions exist because I've watched the same context re-explained across dozens of sessions. Gap analysis exists because the most expensive bugs are the ones you discover at deployment.

Install

# Add the Forge marketplace
claude plugin marketplace add nxtg-ai/forge-plugin

# Install the plugin
claude plugin install forge

That's it. No build step. No config files. No runtime dependencies.

What You Get

Component Count What It Does
Slash commands 21 Project health, gap analysis, feature planning, checkpoints, deployment, testing
Specialized agents 22 Builder, guardian, planner, detective, security, testing, refactor, docs, and more
Knowledge skills 29 Architecture, coding standards, testing strategy, git workflow, domain knowledge
Governance hooks 6 Pre-task validation, post-task quality checks, file placement rules
MCP governance tools 8 Health scoring, git status, code metrics, security scanning

Key Commands

/forge:status              → Project health score at a glance
/forge:gap-analysis        → Find missing tests, docs, security gaps
/forge:feature "desc"      → Multi-agent feature development
/forge:checkpoint           → Save restorable project state
/forge:test                 → Run tests with detailed analysis
/forge:deploy               → Deploy with pre-flight validation

How It Works

The plugin installs as agent definitions, command templates, skill documents, and hook scripts. Claude Code reads them directly. No compilation, no interpretation layer.

Governance hooks run automatically. Before every task, pre-task hooks validate that the work aligns with project constraints. After every task, post-task hooks check output quality. Governance becomes a background process, not a checklist item.

8 MCP governance tools expose health scoring, code metrics, and security scanning through the Model Context Protocol. Any tool in your workflow that speaks MCP can query Forge's governance state.

Upgrade Path

For multi-tool orchestration across Claude Code, Codex CLI, and Gemini CLI (file locking, shared knowledge, task boards), add the Forge Orchestrator:

curl -fsSL https://forge.nxtg.ai/install.sh | sh
forge init

One Rust binary. 4MB. 293 tests. Zero runtime dependencies. The orchestrator is the delivery control plane that makes separate AI tools work as a team.

For visual dashboards and the Infinity Terminal (sessions that survive browser close, network drops, and server restarts), add Forge UI:

git clone https://github.com/nxtg-ai/forge-ui && npm install && npm run dev

58 components. 4,146 tests. 87% coverage.

Each depth builds on the last. Nothing forces you to go deeper. Adoption follows the pain.

Links

License

See LICENSE.

About

Forge Plugin: Zero-dependency governance for Claude Code. 21 commands, 22 agents, 29 skills.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors