nrwl

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

nrwl/nx

Skill Claude CodeCodex

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…

29k +11 today A 124 tokens original MIT

monitor-ci

02

nrwl/nx

Skill Claude CodeCodex

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. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI…

29k +11 today A 97 tokens original MIT

nx-generate

03

nrwl/nx

Skill Claude CodeCodex

Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a new app, create a new lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nxdocs or…

29k +11 today A 80 tokens original MIT

nx-import

04

nrwl/nx

Skill Claude CodeCodex

Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.

29k +11 today C 45 tokens original MIT

nx-plugins

05

nrwl/nx

Skill Claude CodeCodex

Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

29k +11 today A 37 tokens original MIT

nx-run-tasks

06

nrwl/nx

Skill Claude CodeCodex

Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

29k +11 today A 40 tokens original MIT

nx-workspace

07

nrwl/nx

Skill Claude CodeCodex

Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on…

29k +11 today A 90 tokens original MIT

nrwl/nx

Agent Claude Code

Use this agent during PR review to independently design alternative solutions to the problem a PR solves and contrast them with the PR's chosen approach. It reports a finding only when an alternative is materially better (root-cause vs symptom fix, reuse of an existing utility, large complexity reduction) or when the…

29k +11 today A 96 tokens original MIT

comment-analyzer

09

nrwl/nx

Agent Claude Code

Use this agent during PR review to check that a PR's comments and doc-comments are TRUE. It verifies every load-bearing claim in a changed comment against the code it describes, and flags comments the diff left stale. It does not ask for more comments - this repo's committed CLAUDE.md rules default to no comment, so…

29k +11 today A 122 tokens original MIT

docs-reviewer

10

nrwl/nx

Agent Claude Code

Use this agent during PR review to answer two docs questions about any PR. Coverage, on every diff - does the change alter user-facing behavior that astro-docs documents in prose, without updating those docs? Compliance, when the diff touches docs content (astro-docs/src/content/ or astro-docs/sidebar.mts) - do the…

29k +11 today A 171 tokens original MIT

nrwl/nx

Agent Claude Code

Review an Nx PR's implementation once for correctness, error/fallback behavior, and changed type or public API contracts. Use during review-pr.

29k +11 today A 32 tokens original MIT

nrwl/nx

Agent Claude Code

Use this agent during PR review to analyze the runtime performance of a PR's changes along two axes - (1) resource footprint (unnecessary CPU or memory usage) and (2) execution efficiency (does the code run quickly, avoid redundant work, and scale with workspace size). It reports a finding only when the cost is real…

29k +11 today A 105 tokens original MIT

reproduce-verifier

13

nrwl/nx

Agent Claude Code

Grounds a PR review in the reported bug. Fetches each issue linked from the PR body (Fixes/Closes/Resolves.

29k +11 today C 33 tokens original MIT

security-analyzer

14

nrwl/nx

Agent Claude Code

Use this agent during PR review to hunt injection-class vulnerabilities in a PR's changes - command injection, zip-slip and path traversal, prototype pollution, SSRF, credential leakage, and unsafe deserialization. It reports a finding only when untrusted data actually crosses a trust boundary into a dangerous sink…

29k +11 today A 89 tokens original MIT

security-reviewer

15

nrwl/nx

Agent Claude Code

Review an Nx PR for real trust-boundary vulnerabilities. Use during review-pr.

29k +11 today A 20 tokens original MIT

nrwl/nx

Agent Claude Code

Review an Nx PR's tests, ticket grounding, source comments, and user documentation. Use during review-pr.

29k +11 today A 26 tokens original MIT

commit

17

nrwl/nx

Command Claude Code

Create a git commit following Nx repository standards and validation requirements.

29k +11 today A 0 tokens original MIT

gh-issue-plan

18

nrwl/nx

Command Claude Code

This command provides guidance for both automated and manual GitHub issue workflows.

29k +11 today A 0 tokens original MIT

nrwl/nx

Command Claude Code

If you need to work on an issue manually, use the /gh-issue-plan command for structured guidance following the same workflow patterns.

29k +11 today A 0 tokens original MIT

nx

20

nrwl/nx

Settings file Claude Code

Agent settings declaring 23 allowed tools.

29k +11 changed today A tokens not measured original MIT

author-migration

21

nrwl/nx

Skill Claude CodeCodex

Author or scope a first-party Nx migration. Use whenever code removes, renames, or deprecates an option/flag/executor/generator-schema field, changes a default, or bumps a dependency, and someone asks whether existing workspaces need a migration so they don't break on nx migrate/upgrade. Covers writing the colocated…

29k +11 today A 176 tokens original MIT

check-docs-style

22

nrwl/nx

Skill Claude CodeCodex

Check modified Nx documentation pages against the astro-docs style guide. Auto-trigger after writing or editing docs content in the nx repo. Also trigger on "check style", "style guide", "docs review", "validate docs". Should run as a final step whenever docs files are modified. IMPORTANT: anytime astro-docs//.mdoc…

29k +11 today A 0 tokens original MIT

nrwl/nx

Skill Claude CodeCodex

Migrate an Nx package to build to a local dist/ directory with nodenext module resolution, exports map, and @nx/nx-source condition.

29k +11 today A 36 tokens original MIT

docs-website-update

24

nrwl/nx

Skill Claude CodeCodex

Sync docs commits from master out to the live docs branches in the nx repo: cherry-picks docs( / feat(nx-dev) commits onto website- AND the latest . .x release branch. Use when "update the docs branch", "update nx.dev", "push the latest docs changes out", "cherry-pick docs commits", "sync website-23", "ship docs to…

29k +11 today A 0 tokens original MIT