What it does. This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies.
Keep in mind that you might have to prefix commands with
npx
/
pnpx
/
yarn
if nx isn't installed globally. Check the lockfile to determine the package manager in use.
Highlights
targetDefaults
- Default configuration applied to all targets of a given name
namedInputs
- Reusable input definitions for caching
plugins
- Nx plugins and their configuration
- ...and much more, read the schema or nx.json for details
When to use it. Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration…
Install
npx skills add nrwl/nx-ai-agents-config --skill nx-workspace
Or copy the skill folder manually:
git clone https://github.com/nrwl/nx-ai-agents-config.git
cp -r nx-ai-agents-config/skills/nx-workspace/ ~/.claude/skills/nx-workspace
Source: nrwl/nx-ai-agents-config — 28 stars, MIT, last pushed 2026-08-11.