nx-plugins

Discover and install Nx plugins for React, Angular, and Nest workspaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and adding Nx plugins can be time-consuming and error-prone, hindering teams from optimizing their monorepos. This Skill helps you quickly locate compatible plugins and add them to your workspace.

Core Features & Use Cases

  • Discover plugins: Identify Nx plugins that match your project needs and framework.
  • Install plugins: Add a plugin to your workspace with a simple command.
  • Use Case: Extend Nx with React, Angular, Nest, or other ecosystem plugins to accelerate development.

Quick Start

Run pnpm nx add @nx/react to install a plugin into 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 and install Nx plugins for my monorepo?

To discover and install Nx plugins, you can locate compatible extensions for your project framework and add them to your workspace instantly using a single CLI command like pnpm nx add @nx/react.

What is the process to add an Nx plugin to an existing workspace?

Adding an Nx plugin requires finding the correct extension for your ecosystem and running a single command, such as pnpm nx add @nx/react, to integrate it into your workspace.

Can I use this to discover Nx plugins for frameworks like React and Angular?

Yes, you can discover Nx plugins tailored for frameworks like React, Angular, and Nest to extend your workspace and accelerate development across multiple projects.

How do I extend my Nx workspace with a Nest plugin?

You extend your Nx workspace with a Nest plugin by discovering the compatible ecosystem extension and installing it via the pnpm nx add command to enable its features.

What's the best way to locate compatible extensions for an Nx monorepo?

The best way to locate compatible extensions is to use plugin discovery features to identify Nx plugins that match your specific project needs and framework within your monorepo.