nx-plugins

Discover and install Nx plugins using pnpm nx commands.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/glacy/course-dashboard --skill nx-plugins-glacy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/glacy/course-dashboard/tree/main/.opencode/skills/nx-plugins
Command: npx skills add https://github.com/glacy/course-dashboard --skill nx-plugins-glacy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover, install, and manage Nx plugins within their monorepo, simplifying the integration of new tools and frameworks.

Core Features & Use Cases

  • Discover Plugins: Find available Nx plugins to extend workspace capabilities.
  • Install Plugins: Add new plugins to your project with a single command.
  • Framework Support: Easily add support for specific technologies like React, Angular, or Node.js.
  • Use Case: A developer wants to add React support to their Nx monorepo. They can use this Skill to find the appropriate Nx plugin and install it.

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 a React plugin to an Nx monorepo?▼

To add a React plugin to an Nx monorepo, use the command `pnpm nx add @nx/react` to install the specific framework extension into your workspace.

How do I find available Nx plugins for my monorepo?▼

You can discover available Nx plugins by running the `pnpm nx list` command, which facilitates finding new tools to extend your monorepo capabilities.

What is the best way to manage Nx plugins in a JavaScript workspace?▼

Managing Nx plugins involves using `pnpm nx list` for discovery and `pnpm nx add <plugin>` for installation to simplify integrating new technologies into your JavaScript workspace.

Can I use Nx plugins to add support for specific frameworks like Angular?▼

Yes, you can use Nx plugins to add support for specific frameworks like Angular or Node.js by installing the appropriate plugin extension into your Nx workspace.

Do I need pnpm to install Nx plugins?▼

You need pnpm to execute the Nx plugin management commands, as the Skill requires using `pnpm nx list` for discovery and `pnpm nx add <plugin>` for installation.

Why use Nx plugins in a TypeScript monorepo?▼

Nx plugins simplify the integration of new tools and frameworks, extending the capabilities of your TypeScript monorepo without requiring manual configuration.