nxtg-ai

64 mods across 2 repositories, 163 stars between them.

deploy

49

nxtg-ai/forge-plugin

Command

/forge:deploy is the safety-first deployment command. Before any deployment action occurs, it runs a five-point pre-flight validation: TypeScript compilation, full test suite, security audit, git cleanliness check, and production build. Each check produces a PASS or FAIL result, and the overall verdict is READY or NOT…

5 12d ago A 0 tokens original MIT

docs-audit

50

nxtg-ai/forge-plugin

Command

/forge:docs-audit is the deep documentation quality assessment. It runs five audit dimensions: coverage analysis (what percentage of exported symbols have JSDoc), file inventory (which key files like README, CHANGELOG, CONTRIBUTING, and LICENSE exist), link validation (do internal markdown links point to real files)…

5 12d ago A 0 tokens original MIT

docs-status

51

nxtg-ai/forge-plugin

Command

/forge:docs-status answers the question "how is our documentation?" in under a minute. It checks for essential files (README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE), counts files in the docs directory, measures JSDoc coverage on exported symbols in source code, and compares documentation freshness against source…

5 12d ago A 0 tokens original MIT

docs-update

52

nxtg-ai/forge-plugin

Command

/forge:docs-update is the documentation fixer. It compares recently changed source files (from the last 20 commits or 7 days) against documentation files to find staleness, then reads both the outdated doc and the current source code to identify discrepancies -- new functions, changed interfaces, removed features. For…

5 12d ago A 0 tokens original MIT

feature

53

nxtg-ai/forge-plugin

Command

Command "feature" from nxtg-ai/forge-plugin, covering /forge:feature, the pipeline, what it does, syntax & options and when to use it.

5 12d ago A 0 tokens original MIT

gap-analysis

54

nxtg-ai/forge-plugin

Command

/forge:gap-analysis is the deepest diagnostic command in Forge. It spawns five parallel agents (testing, docs, security, detective, performance) that simultaneously analyze your project across every quality dimension. The testing agent maps source files to test files and calculates file-level coverage. The docs agent…

5 12d ago A 0 tokens original MIT

init

55

nxtg-ai/forge-plugin

Command

/forge:init is the starting point for every NXTG-Forge project. It runs a guided setup wizard that detects your project type (Node.js, Rust, Python, Go, Java), checks for existing configuration, captures your product vision and goals, then creates the governance files that power every other Forge command.

5 12d ago A 0 tokens original MIT

integrate

56

nxtg-ai/forge-plugin

Command

/forge:integrate is the integration assistant for connecting your project to external services. It covers version control (GitHub, GitLab), monitoring (Sentry, Datadog), communication (Slack, Discord), databases (PostgreSQL, Redis, MongoDB), and cloud platforms (AWS, GCP, Vercel, Netlify). For each service, it checks…

5 12d ago A 0 tokens original MIT

optimize

57

nxtg-ai/forge-plugin

Command

/forge:optimize is the codebase health scanner. It examines seven dimensions of code quality: large files that need refactoring (over 300 lines), type safety issues (as any and as unknown casts), dead code (exported symbols never imported elsewhere), dependency health (outdated, unused, and vulnerable packages), code…

5 12d ago A 0 tokens original MIT

report

58

nxtg-ai/forge-plugin

Command

/forge:report builds an activity report from real project data. It pulls commits from git history, calculates lines changed, identifies the most-modified files, checks for open pull requests on the current branch, counts test files, reads governance sentinel log entries, and lists saved checkpoints. The result is a…

5 12d ago A 0 tokens original MIT

restore

59

nxtg-ai/forge-plugin

Command

/forge:restore is the dedicated restoration command -- a focused shortcut for /forge:checkpoint restore. When you provide a checkpoint ID, it reads the saved state, displays a side-by-side comparison of the checkpoint state versus your current state (branch, commit, uncommitted changes), and offers to restore the…

5 12d ago A 0 tokens original MIT

spec

60

nxtg-ai/forge-plugin

Command

/forge:spec is the planning-only counterpart to /forge:feature. It analyzes your existing codebase -- directory structure, code patterns, test conventions, and available dependencies -- then produces a structured specification document covering requirements (functional and non-functional), architecture (components…

5 12d ago A 0 tokens original MIT

status-enhanced

61

nxtg-ai/forge-plugin

Command

/forge:status-enhanced is the heavyweight sibling of /forge:status. While the standard status command gives you a quick overview, the enhanced version runs a full seven-source analysis: complete git history with a 7-day commit activity heatmap, full test suite execution with verbose output, TypeScript compilation…

5 12d ago A 0 tokens original MIT

status

62

nxtg-ai/forge-plugin

Command

/forge:status is the zero-context-friendly command you run at the start of every session. It gathers data from eight sources in parallel -- project metadata, git history, test results, governance state, orchestrator task board, build output, agent/command/hook inventory, and health scores -- then renders a richly…

5 12d ago A 0 tokens original MIT

test

63

nxtg-ai/forge-plugin

Command

/forge:test runs your test suite and transforms raw test output into a structured, actionable report. It starts with a pre-flight check to verify your test infrastructure is available, then constructs the appropriate test command based on your arguments, executes it, and parses the results into a summary showing…

5 12d ago A 0 tokens original MIT

update

64

nxtg-ai/forge-plugin

Command

/forge:update handles the full plugin update lifecycle, including a workaround for a known Claude Code issue (#29071) where plugin update fetches new content but never merges it into the local marketplace clone. The command first detects your current installation (plugin name, scope, marketplace version), then…

5 12d ago A 0 tokens original MIT