Agent Skills: nx-plugins

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.

UncategorizedID: TheCardGoat/tcg-engines/nx-plugins

Install this agent skill to your local

pnpm dlx add-skill https://github.com/TheCardGoat/tcg-engines/tree/HEAD/submodules/lorcana/.opencode/skills/nx-plugins

Skill Files

Browse the full folder contents for nx-plugins.

Download Skill

Loading file tree…

submodules/lorcana/.opencode/skills/nx-plugins/SKILL.md

Skill Metadata

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.