This is your read-only map for Nx monorepos. It teaches Claude to use `nx show project --json` instead of reading project.json files directly, which is key since project.json only shows partial config while the CLI command returns the full resolved configuration including plugin-inferred targets. You'd reach for this when debugging why an nx command failed, checking what targets are available before running tasks, or answering questions about workspace structure and dependencies. The skill emphasizes programmatic answers using jq to parse JSON output rather than manually counting projects or parsing text. One thing that stands out is the detailed coverage of project filtering syntax across commands, which is genuinely useful since those glob patterns and tag filters work across run-many, release, and other nx commands.
npx skills add https://github.com/nrwl/nx-ai-agents-config --skill nx-workspace