nx-plugins

Discover and install Nx plugins for frameworks and tooling in an Nx workspace.

Updated Apr 11, 2025
One-click install
npx skills add https://github.com/pabloimrik17/monolab --skill nx-plugins-pabloimrik17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/pabloimrik17/monolab/tree/main/.opencode/skills/nx-plugins
Command: npx skills add https://github.com/pabloimrik17/monolab --skill nx-plugins-pabloimrik17

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finds and installs Nx plugins to extend an Nx workspace with framework or tooling support, removing manual package discovery and configuration steps.

Core Features & Use Cases

  • Discover Available Plugins: Use the Nx CLI to list plugins that add capabilities to your monorepo.
  • Install and Configure Plugins: Add new plugins into the workspace to enable frameworks like React, Next.js, or testing tools such as Jest.
  • Use Case: When migrating a project or scaffolding new applications, quickly locate and install the appropriate Nx plugin to provide generators, executors, and integration for the target technology.

Quick Start

Use the nx-plugins skill to list available Nx plugins and install @nx/react into the workspace using pnpm nx add.

Frequently Asked Questions about nx-plugins

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

FAQPage Schema
How do I find available Nx plugins for my monorepo workspace?

To find available Nx plugins for your monorepo workspace, use the Nx CLI to list plugins that add capabilities. This removes manual package discovery by showing integrations for frameworks and tooling.

How do I add an Nx plugin like React or Next.js to my workspace?

You add an Nx plugin like React or Next.js by running the pnpm nx add command in your workspace. This installs and configures the plugin to enable generators and executors.

Do I need pnpm to install Nx plugins into my workspace?

Yes, you need pnpm to install Nx plugins into your workspace. The skill uses pnpm and the Nx CLI to list and install plugins, requiring proper workspace configuration and network access.

When do I need to install Nx plugins during a project migration?

You need to install Nx plugins during a project migration or scaffolding to quickly locate and install appropriate plugins. This provides generators and executors for the target technology.

What are the limitations of using the Nx CLI to add plugins?

A limitation of using the Nx CLI to add plugins is the requirement for network access and a properly configured Nx workspace. Without these, listing and installing plugins will fail.