nx
Build, test, and manage monorepos faster with smart caching
All Skills in This Repository (18)
Pure Emerald Level Indicatorsrun-nx-generator
Run Nx generators with priority for workspace-plugin generators in monorepos.
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.
Frequently Asked Questions
FAQPage SchemaHow to install Nx skills?โผ
Run `npx skills add nrwl/nx --all -g -y` in your terminal to install all skills in this suite globally.
What does Nx do for a monorepo?โผ
Nx caches task results and runs builds, tests, and lint only on projects affected by your changes, making large monorepos fast to work in.
Can AI agents scaffold new apps with Nx?โผ
Yes. The nx-generate skill lets your agent discover and run the right generator to create apps, libraries, and boilerplate code automatically.
How do I merge existing repos into an Nx monorepo?โผ
The nx-import skill guides your agent through importing repositories while preserving git history and fixing configuration conflicts.
Does Nx work with Claude Code and other AI tools?โผ
Yes. These skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenCode, Gemini, and GitHub Copilot.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core