Nx
Official@nrwl · United States of America
The Monorepo Platform
Agent Skills by Nx
Showing 27 vetted skills indexed across 3 GitHub repositories.
ci-monitor
Monitors Nx Cloud CI pipelines and applies self-healing fixes automatically.
link-workspace-packages
Link workspace packages across npm, yarn, pnpm, and bun monorepos.
nx-import
Import repositories into an Nx workspace while preserving git history and fixing configuration issues.
reproduce-issue
Reproduces nx GitHub issues inside isolated Docker sandboxes and reports verdicts.
check-docs-style
Validates Nx documentation pages against the astro-docs style guide and information architecture rules.
nx-multi-repo-migrate
Migrates multiple repositories to a target nx version and opens linked draft PRs.
multi-version-compliance
Applies and reviews multi-version support compliance for first-party Nx plugins.
review-local-branch
Reviews local git branch changes against a merge-base using sandboxed review agents.
author-migration
Author first-party Nx migrations with generators, prompts, and packageJsonUpdates entries.
review-pending-pr-reviews
Reviews, grills, and posts pending GitHub PR review drafts from a local triage outbox.
docs-website-update
Cherry-picks docs commits from master onto website and release branches in the nx repo.
setup-review-sandbox
Installs and verifies Docker, gVisor, and the nx-review-sandbox toolchain image for isolated PR reproduction.
dist-build-migration
Migrates Nx packages to local dist builds with nodenext module resolution and exports maps.
update-cnw-templates
Migrates create-nx-workspace template repos to a target nx version and opens draft PRs.
review-pr
Reviews open pull requests in nrwl/nx inside an isolated sandbox with four fixed reviewer agents.
nx-gradle-plugin-version-bump
Bumps the dev.nx.gradle.project-graph plugin version across five files with migration generation.
grill-me
Interrogates plans, designs, and review findings through structured rounds of questions.
link-workspace-packages
Link workspace packages across npm, yarn, pnpm, and bun monorepos.
await-polygraph-ci
Monitor CI pipeline statuses across repositories in a Polygraph session.
polygraph
Coordinate tasks, branches, and pull requests across multiple repositories.
get-latest-ci
Fetch the latest CI pipeline status for the current Git branch.
nx-workspace
Explore Nx workspace structure, project configuration, targets, and dependencies.
monitor-ci
Monitor Nx Cloud CI pipelines and orchestrate self-healing fixes.
nx-plugins
Discover and install Nx plugins for monorepo frameworks.
Frequently Asked Questions About Nx
FAQPage SchemaWhat specific tasks does Nx enable for monorepo management?▼
Nx enables the generation of libraries and applications, the linking of packages across various package managers, and the orchestration of build or test tasks. It provides deep visibility into workspace structure, project configuration, and internal dependency graphs to ensure consistent development across large codebases.
Which engineering personas benefit most from these capabilities?▼
Platform engineers, lead developers, and DevOps practitioners managing large-scale monorepos benefit from these capabilities. It is designed for teams requiring centralized control over project scaffolding, dependency resolution, and CI pipeline monitoring across complex, multi-project software architectures.
What are the prerequisites for implementing these monorepo features?▼
Implementation requires an existing project structure utilizing npm, yarn, pnpm, or bun. Users must configure their workspace to support Nx plugins and generators, ensuring that project targets and dependencies are correctly mapped within the workspace configuration files to enable task execution and pipeline monitoring.