nx-plugins

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

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/iqbal125/typescript_projects --skill nx-plugins-iqbal125
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/iqbal125/typescript_projects/tree/main/nestjs-react-monorepo-nx/.agents/skills/nx-plugins
Command: npx skills add https://github.com/iqbal125/typescript_projects --skill nx-plugins-iqbal125

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nx plugins help you extend an Nx workspace by discovering, adding, or supporting new frameworks and tools in your project.

Core Features & Use Cases

  • Discover available Nx plugins with pnpm nx list
  • Install and integrate new plugins to enable framework support (e.g., React, Next.js)
  • Extend workspace capabilities by adding plugin support for specific technologies

Quick Start

Install the desired plugin by running pnpm nx add <plugin> after discovering it with pnpm nx list

Frequently Asked Questions about nx-plugins

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

FAQPage Schema
How do I find and install Nx plugins for my monorepo?

Discover available Nx plugins using the pnpm nx list command, filter the results, and install the chosen plugin by executing pnpm nx add <plugin> to extend your workspace.

What are Nx plugins used for in a workspace?

Nx plugins extend an Nx workspace by discovering, adding, or supporting new frameworks and tools, enabling framework-specific capabilities like React or Next.js within your project.

How do I add framework support like React to an Nx workspace?

Add framework support like React by installing the corresponding Nx plugin via pnpm nx add <plugin>, which integrates the framework and extends your workspace capabilities.

Can I use pnpm to discover and add Nx plugins to a monorepo?

Yes, you can discover and filter available Nx plugins using pnpm nx list, then install and integrate them into your monorepo workspace by running the pnpm nx add command.

What is the best way to extend Nx workspace capabilities with new tooling?

The best way to extend Nx workspace capabilities is to discover available tooling plugins using pnpm nx list, then integrate specific technologies by running pnpm nx add <plugin>.