nx-plugins

List available Nx plugins and install a selected plugin into an Nx workspace.

Updated May 14, 2026
One-click install
npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill nx-plugins-chroniicallydiistracted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/chroniicallydiistracted/LorcanaChamp/tree/main/references/lorcana-simulator/.opencode/skills/nx-plugins
Command: npx skills add https://github.com/chroniicallydiistracted/LorcanaChamp --skill nx-plugins-chroniicallydiistracted

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nx plugin setup can be confusing when you need to find the right integrations and add them consistently to your workspace without manual guesswork.

Core Features & Use Cases

  • Plugin discovery and selection: Use Nx’s listing capability to see available plugins and choose what you need for your framework or tooling.
  • Workspace installation: Add the selected plugin to your Nx workspace so generators and integrations become available.
  • Use case: When you start a new React feature or tooling workflow, quickly identify the correct Nx plugin (for example, the React plugin) and install it to enable relevant commands and configuration.

Quick Start

Ask the assistant to list Nx plugins and then install the React plugin for your Nx workspace.

Frequently Asked Questions about nx-plugins

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available Nx plugins for my workspace?

To find available Nx plugins, use the Nx listing capability with the command `pnpm nx list`. This command displays all installable plugins, allowing you to discover and select the correct framework or tooling integration for your workspace.

How do I add an Nx plugin to my workspace using pnpm?

Add an Nx plugin to your workspace by running the `pnpm nx add <plugin>` command. This performs a deterministic workspace update, installing the selected plugin so its generators and configurations become available.

What is the best way to integrate a React framework into an Nx workspace?

The best way to integrate React into an Nx workspace is finding the correct plugin via `pnpm nx list` and installing it using `pnpm nx add`. This enables the relevant framework commands and configuration without manual guesswork.

Do I need pnpm to install Nx plugins?

Using pnpm is required to install Nx plugins with this approach, as the discovery and installation commands rely on `pnpm nx list` and `pnpm nx add <plugin>` to perform deterministic workspace updates.

When do I need to install Nx plugins for developer tooling?

Install Nx plugins during onboarding or when extending workspace capabilities for new framework integrations. You need them to enable specific tooling workflows, generators, and configuration for features like React.