Instructions file
Claude Code instructions for nxtg-ai/forge-orchestrator, covering claude.md — forge orchestrator, quick reference, build, test and run.
Instructions file
Claude Code instructions for nxtg-ai/forge-orchestrator, covering claude.md — forge orchestrator, quick reference, build, test and run.
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.
Plugin Claude Code
NXTG-Forge plugin marketplace — AI-powered development governance for Claude Code.
Plugin Claude Code
AI-powered development governance — automated quality gates, agent orchestration, and project health monitoring for Claude Code.
Hook Claude Code
Runs when a session starts, executing asif-hook-tap.sh via bash with --name. From 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.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, UserPromptSubmit).
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.
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…
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…
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.
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…
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…
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…
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…
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.
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…
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…
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…
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…
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…
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…
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…
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…