nx-plugins

Discover and install Nx plugins via pnpm nx list and pnpm nx add.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and integrating Nx plugins to extend workspace capabilities, enabling quick access to new framework and tooling support.

Core Features & Use Cases

  • Discover available Nx plugins with pnpm nx list.
  • Install plugins into the workspace using pnpm nx add <plugin>.
  • Use cases include adding support for frameworks like React or Vue and enabling plugin-powered tooling within the workspace.

Quick Start

Ask to discover available plugins and install the desired plugin using pnpm nx list and 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 discover available Nx plugins for my workspace?

To discover Nx plugins, run the pnpm nx list command in your terminal. This lists all available plugins you can install to add framework or tooling support to your Nx workspace.

How do I install an Nx plugin using pnpm?

Install an Nx plugin by running pnpm nx add <plugin> in your workspace. This integrates the chosen plugin to enable framework support like React or Vue.

Can I add React or Vue framework support to an Nx workspace?

Yes, you can add React or Vue support by installing the respective Nx plugins. Use pnpm nx add <plugin> to enable the framework tooling within your workspace.

What is the process to extend an Nx workspace with new tooling?

Extending an Nx workspace involves discovering plugins via pnpm nx list and installing them with pnpm nx add. This adds specific framework or tooling capabilities to your project.