Methodologygeneric
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.
nrwl/nx-ai-agents-config
Install
Use with your agent
Install the nx-plugins skill, then use it as build context. Run: npx skills add https://github.com/nrwl/nx-ai-agents-config --skill nx-plugins. Then read the installed skill.md and follow its guidance to build or refactor my project.
Finding and Installing new plugins
- List plugins:
pnpm nx list - Install plugins
pnpm nx add <plugin>. Example:pnpm nx add @nx/react.