nx-plugins

Discover and install Nx plugins for monorepo frameworks.

1.4k|245|Updated Jun 18, 2018
One-click install
npx skills add https://github.com/nrwl/nx-console --skill nx-plugins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/nrwl/nx-console/tree/main/.cursor/skills/nx-plugins
Command: npx skills add https://github.com/nrwl/nx-console --skill nx-plugins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers discover and integrate Nx plugins to extend workspace capabilities, enabling easier support for new frameworks, tooling, and workflows.

Core Features & Use Cases

  • Discover available Nx plugins with pnpm nx list.
  • Install a plugin using pnpm nx add <plugin>, with examples like @nx/react.
  • Extend the workspace by adding framework-specific plugins to support React, Angular, or other tech stacks.

Quick Start

Run the following to explore and add plugins:

  • pnpm nx list
  • pnpm nx add @nx/react

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?

Run pnpm nx list to discover available Nx plugins. This command displays all plugins you can install to extend your workspace with support for frameworks like React, Angular, and other technologies.

How do I install an Nx plugin to add framework support?

Install plugins using pnpm nx add <plugin-name>, such as pnpm nx add @nx/react. This command adds the plugin to your monorepo and configures it for immediate use.

What do I need to use Nx plugins in my workspace?

You need the Nx CLI installed and a package manager available in your environment. These prerequisites allow you to discover and install plugins that extend your monorepo's capabilities.

Can I use Nx plugins to add support for different frameworks?

Yes, Nx plugins enable framework-specific support for React, Angular, and other tech stacks. Install the appropriate plugin to extend your workspace with tooling and workflows tailored to your chosen framework.

What problem does adding Nx plugins solve?

Plugins extend workspace capabilities to support new frameworks and tooling without manual configuration. They streamline integration of technology stacks into your monorepo and enable consistent workflows across your organization.