nxtg-ai

64 mods across 2 repositories, 163 stars between them.

forge-orchestrator

02

nxtg-ai/forge-orchestrator

MCP server Claude CodeCodexCursor +2

MCP server "forge-orchestrator" as configured in nxtg-ai/forge-orchestrator. Launched with https://github.com/nxtg-ai/forge-orchestrator/releases/download/v1.6.0/forge-mcp.

158 12d ago A tokens not measured

nxtg-forge

03

nxtg-ai/forge-plugin

Plugin Claude Code

NXTG-Forge plugin marketplace — AI-powered development governance for Claude Code.

5 12d ago A tokens not measured original MIT

nxtg-forge

04

nxtg-ai/forge-plugin

Plugin Claude Code

AI-powered development governance — automated quality gates, agent orchestration, and project health monitoring for Claude Code.

5 12d ago A tokens not measured original MIT

SessionStart

05

nxtg-ai/forge-plugin

Hook Claude Code

Runs when a session starts, executing asif-hook-tap.sh via bash with --name. From nxtg-ai/forge-plugin.

5 12d ago A tokens not measured original MIT

UserPromptSubmit

06

nxtg-ai/forge-plugin

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing asif-hook-tap.sh via bash with --name. From nxtg-ai/forge-plugin.

5 12d ago A tokens not measured copy · 97% MIT

forge-plugin

07

nxtg-ai/forge-plugin

Settings file Claude Code

Agent settings declaring 2 hook events (SessionStart, UserPromptSubmit).

5 12d ago A tokens not measured original MIT

nxtg-ai/forge-plugin

Instructions file

Instructions for nxtg-ai/forge-plugin, covering claude.md — forge plugin, quick reference, mcp server (auto-installs deps on first run), plugin lives at: plugins/nxtg-forge/ and plugin structure.

5 12d ago D 3,599 tokens original MIT

analytics

09

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 12d ago A 0 tokens original MIT

api

10

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 12d ago A 0 tokens original MIT

builder

11

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 12d ago A 0 tokens original MIT

ceo-loop

12

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 12d ago A 0 tokens original MIT

compliance

13

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 12d ago A 0 tokens original MIT

crucible-detective

14

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 12d ago A 0 tokens original MIT

database

15

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 12d ago A 0 tokens original MIT

design-vanguard

16

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 12d ago A 0 tokens original MIT

detective

17

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 12d ago A 0 tokens original MIT

devops

18

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 12d ago A 0 tokens original MIT

docs

19

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 12d ago A 0 tokens original MIT

dx-engineer

20

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 12d ago A 0 tokens original MIT

governance-verifier

21

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 12d ago A 0 tokens original MIT

growth-engine

22

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 12d ago A 0 tokens original MIT

guardian

23

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 12d ago A 0 tokens original MIT

incident-commander

24

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 12d ago A 0 tokens original MIT