nx-plugins
$
npx mdskill add supabase/supabase-js/nx-pluginsDiscover, install, and integrate new Nx plugins to extend workspace capabilities.
- Helps users discover available add-ons or incorporate new technology support.
- Interacts directly with the Nx CLI and package manager commands.
- Executes specific commands like `pnpm nx list` or `pnpm nx add <plugin>`.
- Provides actionable command outputs for plugin discovery and installation.
SKILL.md
.github/skills/nx-pluginsView on GitHub ↗
--- name: nx-plugins description: Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace. --- ## Finding and Installing new plugins - List plugins: `pnpm nx list` - Install plugins `pnpm nx add <plugin>`. Example: `pnpm nx add @nx/react`.