From nx
Lists and installs Nx plugins. Use when discovering available plugins or adding support for a framework or technology to the workspace.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nx:nx-pluginsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- List plugins: `pnpm nx list`
pnpm nx listpnpm nx add <plugin>. Example: pnpm nx add @nx/react.npx claudepluginhub nrwl/nx-ai-agents-config --plugin nxGenerates code using Nx generators for scaffolding apps, libraries, and features in Nx monorepos. Useful when setting up project structure or automating repetitive tasks.
Configures and optimizes Nx monorepo workspaces for project boundaries, build caching, affected commands, remote caching, and dependency management.
Guides Nx monorepo management for TypeScript/JavaScript projects: create workspaces, generate React/Next.js apps and NestJS backends, run affected commands, set up CI/CD and Module Federation.