nx-plugins

List and install Nx plugins using pnpm nx commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/guysenpai/crustacean --skill nx-plugins-guysenpai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/guysenpai/crustacean/tree/main/.gemini/skills/nx-plugins
Command: npx skills add https://github.com/guysenpai/crustacean --skill nx-plugins-guysenpai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover, install, and manage plugins within an Nx workspace, simplifying the process of adding new technologies or frameworks.

Core Features & Use Cases

  • List Available Plugins: See all plugins installed or available in the Nx ecosystem.
  • Add New Plugins: Easily install new Nx plugins to extend workspace capabilities.
  • Use Case: A developer wants to add React support to their Nx monorepo. They can use this skill to find the @nx/react plugin and install it.

Quick Start

Use the nx-plugins skill to list all available plugins in the workspace.

Frequently Asked Questions about nx-plugins

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

FAQPage Schema
How do I list available Nx plugins in my monorepo?▼

To list available Nx plugins, run the `pnpm nx list` command in your workspace. This displays all plugins currently installed or available within the Nx ecosystem to extend your workspace functionality.

How do I add a new Nx plugin to my workspace?▼

To add an Nx plugin, use the `pnpm nx add <plugin>` command. This seamlessly installs the specified plugin, like `@nx/react` or `@nx/next`, extending your workspace capabilities with new technologies.

What is an Nx plugin used for in a TypeScript monorepo?▼

An Nx plugin is used to extend workspace functionality with new technologies and frameworks. It simplifies adding capabilities like React support to your TypeScript monorepo through seamless integration.

Can I use this to add React support to an Nx workspace?▼

Yes, you can add React support to an Nx workspace by discovering and installing the `@nx/react` plugin. Use the `pnpm nx add` command to seamlessly integrate the new technology into your project.

Do I need pnpm to manage Nx plugins?▼

Using pnpm is required to run the `pnpm nx list` and `pnpm nx add <plugin>` commands for managing Nx plugins. These commands facilitate discovery and seamless integration of new technologies within the workspace.