nx-plugins

Discover and install Nx plugins using pnpm nx list and pnpm nx add.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/johnnystefan/test-saas-business --skill nx-plugins-johnnystefan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/johnnystefan/test-saas-business/tree/main/.github/skills/nx-plugins
Command: npx skills add https://github.com/johnnystefan/test-saas-business --skill nx-plugins-johnnystefan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes friction from discovering Nx plugins and installing them so teams can quickly extend their monorepo with new frameworks or tools.

Core Features & Use Cases

  • Plugin Discovery: Runs pnpm nx list to reveal available first-party and community plugins without manual searching.
  • Plugin Installation: Guides the user to install new capabilities through pnpm nx add followed by the desired plugin name.
  • Use Case: When a workspace needs React support, use this Skill to find the matching Nx plugin and install it in one flow.

Quick Start

Ask the nx-plugins skill to list available plugins with pnpm nx list and to add the required plugin using pnpm nx add.

Frequently Asked Questions about nx-plugins

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

FAQPage Schema
How do I discover available Nx plugins for my monorepo?

To discover Nx plugins, run the `pnpm nx list` command within your pnpm-based workspace. This command reveals all available first-party and community plugins, allowing you to quickly find framework or tooling extensions without manual searching.

What is the best way to add a new framework like React to an Nx workspace?

The best way to add a framework like React to an Nx workspace is using the `pnpm nx add` command followed by the desired plugin name. This installs the necessary capabilities and extends your monorepo in a single flow.

Can I use this to install Nx plugins in a non-pnpm workspace?

No, this specific process requires a pnpm-based Nx workspace. The commands provided are explicitly tailored for pnpm environments, meaning you must have an existing pnpm workspace setup to execute the plugin discovery and installation commands.

How does plugin installation in an Nx monorepo work?

Nx plugin installation works by first using `pnpm nx list` to find the matching plugin name for your desired tooling. Once identified, you execute the installation command to add that specific plugin, extending the workspace with new capabilities.

What do I need to know before adding Nx plugins to a workspace?

Before adding Nx plugins, you need access to a pnpm-based Nx workspace and must know the exact name of the desired plugin. This knowledge allows you to successfully execute the necessary commands for discovering and installing new tooling extensions.