nx-plugins

Discover and install plugins within an Nx workspace.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vinhgiang/pet-store --skill nx-plugins-vinhgiang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nx-plugins
Source: https://github.com/vinhgiang/pet-store/tree/main/.cursor/skills/nx-plugins
Command: npx skills add https://github.com/vinhgiang/pet-store --skill nx-plugins-vinhgiang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users manage plugins within their Nx workspace, making it easier to add support for new technologies or frameworks.

Core Features & Use Cases

  • Discover Plugins: Find available Nx plugins.
  • Install Plugins: Add new plugins to the workspace.
  • Use Case: A developer wants to start building React components within their Nx monorepo. They can use this skill to find and install the @nx/react plugin.

Quick Start

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

Frequently Asked Questions about nx-plugins

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

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

To add new framework support to an Nx monorepo, use the nx-plugins Skill to discover and install available Nx workspace plugins like @nx/react. This integrates new technologies and tooling into your project.

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

The best way to discover available Nx plugins is by using the nx-plugins Skill to search for workspace extensions. It helps developers find tooling needed for libraries and frameworks before installing them.

Do I need the Nx CLI installed to manage Nx workspace plugins?▼

Yes, you need the Nx CLI installed and configured within your project environment to manage Nx workspace plugins. The nx-plugins Skill requires this setup to discover and install extensions.

Can I use this to install the @nx/react plugin for building React components?▼

Yes, you can use the nx-plugins Skill to install the @nx/react plugin. This enables you to start building React components directly within your Nx workspace environment.

Why do I need Nx workspace plugins instead of standard packages?▼

Nx workspace plugins provide specialized integration for frameworks and tooling within an Nx monorepo. They configure the workspace automatically, whereas standard packages lack this structural integration.