nrwl

83 mods across 5 repositories, 31k stars between them.

grill-me

25

nrwl/nx

Skill Claude CodeCodex

Grill the user relentlessly about a plan, design, decision, or set of review findings — working the decision tree in rounds until nothing is left silently assumed. Use when the user wants to stress-test their thinking, says "grill me", or when another skill (for example /review-pr) delegates its evaluation pass here.

29k +11 today A 70 tokens original MIT

nrwl/nx

Skill Claude CodeCodex

Apply or review multi-version support compliance for first-party Nx plugins. Primary entry point: a Linear task ID (NXC-XXXX) from the "Multi-version supported across plugins" milestone — the task carries the resolved support window, findings, and "Needs human decision" items. Falls back to self-discovery when no task…

29k +11 today A 157 tokens original MIT

nrwl/nx

Skill Claude CodeCodex

Bump the dev.nx.gradle.project-graph plugin version. Use when updating the Gradle project graph plugin version across the codebase, creating the migration files, and updating migrations.json.

29k +11 today A 46 tokens original MIT

nrwl/nx

Skill Claude CodeCodex

Migrate several repos to a target nx version (e.g. 23.0.0-beta.25) in one coordinated pass — delegates nx migrate + migrations to a Polygraph child agent per repo, then pushes branches and opens linked draft PRs. Use when asked to upgrade/migrate multiple repos to a specific nx version, or when working a Polygraph…

29k +11 today B 94 tokens original MIT

reproduce-issue

29

nrwl/nx

Skill Claude CodeCodex

The single skill for reproducing an nx issue. Given a GitHub issue number (human entry) OR explicit repro parameters (agent entry), it runs the reproduction ENTIRELY inside an isolated Docker sandbox — gVisor on Linux, the Docker VM on macOS — so the untrusted repro's install scripts and commands never execute on the…

29k +11 today B 91 tokens original MIT

review-local-branch

30

nrwl/nx

Skill Claude CodeCodex

Deep code review of the branch you are standing on, before it becomes a PR. Scope is merge-base..working-tree, so it covers commits, staged and unstaged changes together. Runs the same review lanes as review-pr — implementation, verification, approach, security — against the local checkout through the sandbox CLI, and…

29k +11 today A 107 tokens original MIT

nrwl/nx

Skill Claude CodeCodex

Review, grill, edit, and post pending PR review drafts saved by /review-pr (or its batch/cron runners). Lists drafts that have not yet been posted, walks the maintainer through each finding, then posts, closes, or discards. Use when the user says "post my pending reviews", "what reviews are waiting", "go through the…

29k +11 today A 93 tokens original MIT

review-pr

32

nrwl/nx

Skill Claude CodeCodex

Deep code review of a single open PR in nrwl/nx. Checks the PR out only inside an isolated sandbox, then runs four fixed reviewers: implementation (correctness, errors, types, performance), verification (tests, ticket grounding, comments, and docs), approach, and security. A reproduce-verifier executes a runnable…

29k +11 today A 118 tokens original MIT

run-nx-generator

33

nrwl/nx

Skill Claude CodeCodex

Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.

29k +11 today A 38 tokens original MIT

nrwl/nx

Skill Claude CodeCodex

One-time setup of the sandbox prerequisites used by the reproduce-issue skill and the reproduce-verifier agent — Docker, the isolation runtime (gVisor on Linux / Colima on macOS), healthy container networking, and the nx-review-sandbox toolchain image (built from the repo's mise.toml). Idempotent; re-run any time to…

29k +11 today B 117 tokens original MIT

nrwl/nx

Skill Claude CodeCodex

Update the CNW (create-nx-workspace) template repos (nrwl/empty-template, nrwl/react-template, etc.) to a target nx version via nx migrate, verify each repo, and open a PR per repo. Clones repos it needs - assumes no local checkout. Use when asked to "update the CNW templates", "migrate the templates to nx X", "bump…

29k +11 today A 107 tokens original MIT

ci-watcher

36

nrwl/nx

Agent Cursor

Polls Nx Cloud CI pipeline and self-healing status. Returns structured state when actionable. Spawned by /nx-cloud-ci-monitor command to monitor CI Attempt status.

29k +11 today A 37 tokens original MIT

ci-monitor

37

nrwl/nx

Command Cursor

You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn the ci-watcher subagent to poll CI status and make decisions based on the results.

29k +11 today A 0 tokens original MIT

ci-monitor

38

nrwl/nx

Skill Claude CodeCodexCursor

Monitor Nx Cloud CI pipeline and handle self-healing fixes automatically. Checks for Nx Cloud connection before starting.

29k +11 today A 24 tokens copy · 95% MIT

ci-monitor-subagent

39

nrwl/nx

Agent

CI helper for /monitor-ci. Fetches CI status, retrieves fix details, or updates self-healing fixes. Executes one MCP tool call and returns the result.

29k +11 today A 33 tokens original MIT

monitor-ci

40

nrwl/nx

Command Gemini CLI

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says \.

29k +11 changed today A 0 tokens original MIT

nx AGENTS.md

41

nrwl/nx

Instructions file CodexOpenCode

AGENTS.md instructions for nrwl/nx, covering documentation contributions, quick reference, github issue response mode, plan-first mode (default) and immediate implementation mode.

29k +11 today A 2,038 tokens original MIT

nx CLAUDE.md

42

nrwl/nx

Instructions file

Claude Code instructions for nrwl/nx, covering documentation contributions, quick reference, github issue response mode, plan-first mode (default) and immediate implementation mode.

29k +11 today A 2,245 tokens original MIT

nx-console

43

nrwl/nx-console

Settings file Claude Code

Agent settings configuring extraKnownMarketplaces, enabledPlugins.

1.4k 3d ago A tokens not measured original MIT

ci-monitor-subagent

44

nrwl/nx-console

Agent Cursor

Polls Nx Cloud CI pipeline and self-healing status. Returns structured state when actionable. Spawned by /monitor-ci command to monitor CI Attempt status.

1.4k 3d ago A 36 tokens original MIT

ci-watcher

45

nrwl/nx-console

Agent Cursor

Polls Nx Cloud CI pipeline and self-healing status. Returns structured state when actionable. Spawned by /monitor-ci command to monitor CI Attempt status.

1.4k 3d ago A 35 tokens copy · 98% MIT

monitor-ci

46

nrwl/nx-console

Command Cursor

You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn the ci-monitor-subagent subagent to poll CI status and make decisions based on the results.

1.4k 3d ago A 0 tokens original MIT

nrwl/nx-console

Skill Claude CodeCodexCursor

Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/) like "cannot find…

1.4k 3d ago A 124 tokens copy · 100% MIT

monitor-ci

48

nrwl/nx-console

Skill Claude CodeCodexCursor

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. ALWAYS USE THIS SKILL instead of native CI provider tools (gh, glab…

1.4k 3d ago A 86 tokens original MIT