Finding and Installing new plugins
- List plugins:
pnpm nx list - Install plugins
pnpm nx add <plugin>. Example:pnpm nx add @nx/react.

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.
pnpm nx listpnpm nx add <plugin>. Example: pnpm nx add @nx/react.Very brief skill with clear trigger but minimal practical content. Lists two basic Nx commands without context, prerequisites, examples, or troubleshooting. Useful as a quick reference but lacks depth for someone unfamiliar with Nx plugins.