This handles all the scaffolding work in Nx monorepos, from generating new apps and libraries to running custom workspace generators. It automatically discovers available generators, reads their source code to understand what they actually do (not just the schema), and matches your existing repo patterns before creating anything. The dry run step is smart, it catches the common directory flag gotcha where people accidentally generate files in the wrong location. It also has good opinions baked in, like defaulting to non-buildable libraries and always using no-interactive mode to avoid hanging on prompts. The verification step at the end runs your actual CI targets to make sure generated code doesn't break existing stuff. If you're working in an Nx workspace and need to create anything, this skill knows the right incantations.
npx skills add https://github.com/nrwl/nx-ai-agents-config --skill nx-generate