nxtg-ai/forge-plugin

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

5Stars on the repository
62Mods indexed here, across every type
11d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

analytics

01

nxtg-ai/forge-plugin

Agent

The Analytics agent turns "I think the app is slow" into "agent.execution p95 is 340ms, up 45% from last week." It instruments code with metrics that matter: performance timing (bootstrap, API latency, build duration), quality indicators (test pass rate, type violations, security issues), usage patterns (feature…

5 11d ago A 0 tokens original MIT

api

02

nxtg-ai/forge-plugin

Agent

The API agent is a specialist in HTTP endpoint design and implementation. It encodes the conventions that make APIs consistent, predictable, and maintainable: RESTful URL structures, Zod schema validation at every boundary, structured error responses (never stack traces), proper status codes, and middleware patterns…

5 11d ago A 0 tokens original MIT

builder

03

nxtg-ai/forge-plugin

Agent

The Builder agent is your senior engineer on demand. Give it an approved plan or a clear implementation request, and it writes the actual production code — not scaffolds, not stubs, not "TODO: implement this." Real code with real error handling, real tests, and real documentation.

5 11d ago A 0 tokens original MIT

ceo-loop

04

nxtg-ai/forge-plugin

Agent

The CEO Loop is the autonomous executive decision-maker for NXTG-Forge. It embodies the founder's vision, risk tolerance, and decision-making patterns, enabling agents to get approvals, strategic direction, and priority calls without waiting for a human. Its default bias is APPROVE -- because rollback exists, done…

5 11d ago A 0 tokens original MIT

compliance

05

nxtg-ai/forge-plugin

Agent

The Compliance agent protects your project from legal and regulatory risk. It audits dependency licenses for compatibility (is that GPL-3.0 package going to force your MIT project open-source?), checks data handling against GDPR requirements (do you have a data inventory? can users request deletion?), verifies WCAG…

5 11d ago A 0 tokens original MIT

crucible-detective

06

nxtg-ai/forge-plugin

Agent

The CRUCIBLE Detective performs forensic audits on test suites to find the gap between claimed quality and actual quality. It was born from a real incident: a project with 1,601 "passing" tests and 77% "claimed coverage" that turned out to have approximately 15% actual coverage, 439 mocks, 66+ hollow assertions, and…

5 11d ago A 0 tokens original MIT

database

07

nxtg-ai/forge-plugin

Agent

The Database agent is the specialist for everything below the API layer: schema design, data modeling, migration creation, query optimization, and storage strategy. It knows that schema design is not just about tables and columns -- it is about encoding business rules into constraints, choosing normalization levels…

5 11d ago A 0 tokens original MIT

design-vanguard

08

nxtg-ai/forge-plugin

Agent

The Design Vanguard is not a decorator. It is a design architect. It brings the rigor of Dieter Rams, the systematic thinking of Material Design 3, and the clarity of Apple's Human Interface Guidelines into a single agent that designs components, audits interfaces, and builds design systems from first principles.

5 11d ago A 0 tokens original MIT

detective

09

nxtg-ai/forge-plugin

Agent

The Detective is a forensic analyst for your codebase. It does not fix things -- it finds things. When invoked, it performs a structured investigation across five dimensions (testing, security, documentation, architecture, git practices) and produces a scored health report with prioritized recommendations. Every…

5 11d ago A 0 tokens original MIT

devops

10

nxtg-ai/forge-plugin

Agent

The DevOps agent handles everything between "it works on my machine" and "it works in production." It creates Docker configurations with multi-stage builds for minimal images, GitHub Actions workflows for automated testing and deployment, environment variable management with template files and secret handling, and…

5 11d ago A 0 tokens original MIT

docs

11

nxtg-ai/forge-plugin

Agent

The Docs agent treats documentation as a first-class deliverable, not an afterthought. It generates TSDoc/JSDoc for TypeScript code with proper parameter descriptions, return types, and usage examples. It creates changelogs from conventional commit messages, grouping entries by Added/Fixed/Changed. It audits existing…

5 11d ago A 0 tokens original MIT

dx-engineer

12

nxtg-ai/forge-plugin

Agent

The DX Engineer owns every surface a developer touches -- from the first npm install to the hundredth API call. Its north star: a developer should feel competent, not confused. If they need to read the source code to understand your API, the DX Engineer has failed. If they hit an error and do not know what to do next…

5 11d ago A 0 tokens original MIT

governance-verifier

13

nxtg-ai/forge-plugin

Agent

The Governance Verifier is the automated judge in NXTG-Forge's governance system. When a lifecycle hook flags a concern -- a test change without corresponding implementation, a file edit outside the current workstream's scope, a potential breaking change -- this agent gathers evidence, analyzes the situation, and…

5 11d ago A 0 tokens original MIT

growth-engine

14

nxtg-ai/forge-plugin

Agent

The Growth Engine is not a generic marketing agent. It is a developer-tools growth specialist who understands that developers have hype antibodies. It knows that "revolutionary" gets you downvoted on Hacker News, that copy-pasting content across platforms is malpractice, and that vanity metrics (impressions…

5 11d ago A 0 tokens original MIT

guardian

15

nxtg-ai/forge-plugin

Agent

The Guardian is the last line of defense between your code and production. It runs a multi-dimensional quality gate that checks tests, type safety, security, code quality, and documentation coverage in a single pass. Unlike a CI pipeline that tells you something broke 10 minutes after you pushed, the Guardian catches…

5 11d ago A 0 tokens original MIT

incident-commander

16

nxtg-ai/forge-plugin

Agent

The Incident Commander takes command when things break. It follows the Google SRE Incident Response Framework -- structured roles, clear communication, blameless analysis, and relentless focus on reducing mean time to recovery (MTTR). When production is down and everyone is panicking, this agent provides the structure…

5 11d ago A 0 tokens original MIT

integration

17

nxtg-ai/forge-plugin

Agent

The Integration agent specializes in the fragile boundary between your application and the outside world. External APIs fail, webhooks arrive with forged signatures, OAuth tokens expire mid-session, and rate limits get hit at the worst possible time. The Integration agent writes the code that handles all of this…

5 11d ago A 0 tokens original MIT

learning

18

nxtg-ai/forge-plugin

Agent

The Learning agent is NXTG-Forge's institutional memory. It observes how you work -- which agents you invoke, what corrections you make, what coding patterns you prefer -- and encodes those observations into persistent preferences that improve every future session.

5 11d ago A 0 tokens original MIT

master-architect

19

nxtg-ai/forge-plugin

Agent

The Master Architect is the senior engineer who has seen systems fail and succeed at scale. It reviews, challenges, and shapes every system design decision through a lens of radical simplicity: if a junior developer cannot understand it in 10 minutes, it is too complex. Complexity is not sophistication -- it is…

5 11d ago A 0 tokens original MIT

oracle

20

nxtg-ai/forge-plugin

Agent

The Oracle is NXTG-Forge's proactive governance sentinel. While the Builder focuses on implementation and the Guardian enforces quality gates, the Oracle answers three questions continuously: Are we building what we said we would build? Is the implementation diverging from the stated direction? Does this change…

5 11d ago A 0 tokens original MIT

orchestrator

21

nxtg-ai/forge-plugin

Agent

The Orchestrator is the conductor of the entire NXTG-Forge experience. It is the first agent you interact with and the one that decides which specialist agents handle which problems. When you activate Forge, the Orchestrator presents a canonical 4-option menu -- Continue/Resume, Review & Plan Features, Soundboard…

5 11d ago A 0 tokens original MIT

performance

22

nxtg-ai/forge-plugin

Agent

The Performance agent measures first and optimizes second. When your dashboard takes forever to load or your bundle exceeds 2MB, it does not guess at the cause -- it profiles, identifies the specific bottleneck, and applies targeted fixes. It understands the full performance stack: JavaScript bundle size and…

5 11d ago A 0 tokens original MIT

planner

23

nxtg-ai/forge-plugin

Agent

The Planner is the strategic architect you wish you had on every project. When you say "I need OAuth" or "we should add real-time notifications," it does not jump to code. Instead, it runs a five-phase planning framework: requirements gathering, architecture design, task breakdown, risk analysis, and implementation…

5 11d ago A 0 tokens original MIT

product-strategist

24

nxtg-ai/forge-plugin

Agent

The Product Strategist bridges vision and execution. It takes unvalidated product ideas and runs them through rigorous frameworks -- Jobs-to-be-Done analysis, RICE/MoSCoW prioritization, competitive positioning, Lean Canvas, Wardley Mapping, and pricing models -- to produce documents that teams can execute against…

5 11d ago A 0 tokens original MIT