Agent Skills: nx-plugins

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.

UncategorizedID: nrwl/nx/nx-plugins

Repository

nrwlLicense: MIT
28,4512,698

Install this agent skill to your local

pnpm dlx add-skill https://github.com/nrwl/nx/tree/HEAD/.cursor/skills/nx-plugins

Skill Files

Browse the full folder contents for nx-plugins.

Download Skill

Loading file tree…

.cursor/skills/nx-plugins/SKILL.md

Skill Metadata

Name
nx-plugins
Description
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.

Finding and Installing new plugins

  • List plugins: pnpm nx list
  • Install plugins pnpm nx add <plugin>. Example: pnpm nx add @nx/react.