Nx avatar

Nx

Official

@nrwl · United States of America

0Followers
|
166Public Repos
|
27Published Skills

The Monorepo Platform

Skills Distribution
DomainDeveloper To...Monorepo Architect.. (40%)Task Orchestration (30%)Dependency Managem.. (30%)

Agent Skills by Nx

Showing 27 vetted skills indexed across 3 GitHub repositories.

nrwlnrwl
29.3k

ci-monitor

Monitors Nx Cloud CI pipelines and applies self-healing fixes automatically.

Official
Advanced
nrwlnrwl
29.3k

link-workspace-packages

Link workspace packages across npm, yarn, pnpm, and bun monorepos.

Official
Basic
nrwlnrwl
29.3k

nx-import

Import repositories into an Nx workspace while preserving git history and fixing configuration issues.

Official
Advanced
nrwlnrwl
29.3k

reproduce-issue

Reproduces nx GitHub issues inside isolated Docker sandboxes and reports verdicts.

Official
Advanced
nrwlnrwl
29.3k

check-docs-style

Validates Nx documentation pages against the astro-docs style guide and information architecture rules.

Official
Intermediate
nrwlnrwl
29.3k

nx-multi-repo-migrate

Migrates multiple repositories to a target nx version and opens linked draft PRs.

Official
Advanced
nrwlnrwl
29.3k

multi-version-compliance

Applies and reviews multi-version support compliance for first-party Nx plugins.

Official
Advanced
nrwlnrwl
29.3k

review-local-branch

Reviews local git branch changes against a merge-base using sandboxed review agents.

Official
Advanced
nrwlnrwl
29.3k

author-migration

Author first-party Nx migrations with generators, prompts, and packageJsonUpdates entries.

Official
Advanced
nrwlnrwl
29.3k

review-pending-pr-reviews

Reviews, grills, and posts pending GitHub PR review drafts from a local triage outbox.

Official
Advanced
nrwlnrwl
29.3k

docs-website-update

Cherry-picks docs commits from master onto website and release branches in the nx repo.

Official
Intermediate
nrwlnrwl
29.3k

setup-review-sandbox

Installs and verifies Docker, gVisor, and the nx-review-sandbox toolchain image for isolated PR reproduction.

Official
Intermediate
nrwlnrwl
29.3k

dist-build-migration

Migrates Nx packages to local dist builds with nodenext module resolution and exports maps.

Official
Advanced
nrwlnrwl
29.3k

update-cnw-templates

Migrates create-nx-workspace template repos to a target nx version and opens draft PRs.

Official
Advanced
nrwlnrwl
29.3k

review-pr

Reviews open pull requests in nrwl/nx inside an isolated sandbox with four fixed reviewer agents.

Official
Advanced
nrwlnrwl
29.3k

nx-gradle-plugin-version-bump

Bumps the dev.nx.gradle.project-graph plugin version across five files with migration generation.

Official
Intermediate
nrwlnrwl
29.3k

grill-me

Interrogates plans, designs, and review findings through structured rounds of questions.

Official
Intermediate
nrwlnrwl
27

link-workspace-packages

Link workspace packages across npm, yarn, pnpm, and bun monorepos.

Official
Intermediate
nrwlnrwl
27

await-polygraph-ci

Monitor CI pipeline statuses across repositories in a Polygraph session.

Official
Advanced
nrwlnrwl
27

polygraph

Coordinate tasks, branches, and pull requests across multiple repositories.

Official
Advanced
nrwlnrwl
27

get-latest-ci

Fetch the latest CI pipeline status for the current Git branch.

Official
Intermediate
nrwlnrwl
1.4k

nx-workspace

Explore Nx workspace structure, project configuration, targets, and dependencies.

Official
Intermediate
nrwlnrwl
1.4k

monitor-ci

Monitor Nx Cloud CI pipelines and orchestrate self-healing fixes.

Official
Advanced
nrwlnrwl
1.4k

nx-plugins

Discover and install Nx plugins for monorepo frameworks.

Official
Intermediate

Frequently Asked Questions About Nx

FAQPage Schema
What 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.