nx-plugins

Discover and install Nx plugins using pnpm nx commands.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/MateusRoscoe/quantyx --skill nx-plugins-mateusroscoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/MateusRoscoe/quantyx/tree/main/.cursor/skills/nx-plugins
Command: npx skills add https://github.com/MateusRoscoe/quantyx --skill nx-plugins-mateusroscoe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly discover and integrate Nx plugins to extend the capabilities of their workspace.

Core Features & Use Cases

  • Discover available Nx plugins with pnpm nx list.
  • Install and configure plugins to support specific frameworks or tooling in a monorepo.
  • Use Case: A team wants to add React support to an Nx workspace and use the provided generators to scaffold components and apps.

Quick Start

List available Nx plugins with pnpm nx list and install a plugin with pnpm nx add <plugin>.

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 a workspace?

To find and install Nx plugins, you can list available plugins using the pnpm nx list command, and then add a selected plugin to your workspace using pnpm nx add <plugin>.

What do I need to set up before adding Nx plugins to a monorepo?

Before adding Nx plugins, you need pnpm and Nx installed, internet access to fetch plugins, and an existing workspace containing an Nx configuration file.

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

To add framework support like React to an Nx monorepo, browse available Nx plugins using pnpm nx list and install the relevant framework plugin using pnpm nx add.

How does browsing Nx plugins help extend a TypeScript workspace?

Browsing Nx plugins helps extend a TypeScript workspace by allowing teams to discover and integrate specific tooling or framework support, enabling provided generators to scaffold components and apps.