nx-plugins

Manage Nx workspace plugins for discovery, installation, and framework support.

Updated Oct 13, 2025
One-click install
npx skills add https://github.com/effinrich/rh-nx-monorepo --skill nx-plugins-effinrich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/effinrich/rh-nx-monorepo/tree/main/.cursor/skills/nx-plugins
Command: npx skills add https://github.com/effinrich/rh-nx-monorepo --skill nx-plugins-effinrich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage plugins within an Nx monorepo, making it easier to add new capabilities and support different technologies.

Core Features & Use Cases

  • Discover Plugins: List all available Nx plugins in the workspace.
  • Add Plugins: Install new Nx plugins to extend the monorepo's functionality.
  • Framework Support: Easily add support for specific frameworks or technologies.
  • Use Case: A developer wants to add React support to their Nx monorepo. They can use this Skill to find the correct Nx plugin and add it to the project.

Quick Start

Use the nx-plugins skill to add the @nx/react plugin.

Frequently Asked Questions about nx-plugins

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

FAQPage Schema
How do I add framework support to an Nx monorepo?

To add framework support to an Nx monorepo, you can discover and install specific Nx plugins to extend your workspace's build capabilities. This allows you to easily integrate technologies like React into your project.

What is the best way to discover available Nx plugins in my workspace?

Discovering available Nx plugins in your workspace involves listing all installed extensions to manage your monorepo's capabilities. This process helps you identify existing tools and find new plugins to install for extended functionality.

Do I need the Nx CLI to manage workspace plugins?

Yes, managing Nx workspace plugins requires the nx CLI commands for plugin lifecycle management. The CLI is necessary to execute the discovery, installation, and framework support integration within your JavaScript or TypeScript monorepo.

Can I use this to add React support to my JavaScript monorepo?

Yes, you can add React support to your JavaScript monorepo by finding and installing the correct Nx plugin. This extends your workspace's functionality to include React-specific build capabilities and development workflows.

When do I need to install new Nx plugins?

You need to install new Nx plugins when you want to add new capabilities or support different technologies in your monorepo. This is required for extending build capabilities beyond the default workspace configuration.