nx-workspace

Explore Nx workspace projects, targets, and configurations using nx show commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HL8-ORG/oksai --skill nx-workspace-hl8-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/HL8-ORG/oksai/tree/main/.opencode/skills/nx-workspace
Command: npx skills add https://github.com/HL8-ORG/oksai --skill nx-workspace-hl8-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Understand Nx workspaces by providing a read-only exploration of projects, configurations, and targets, helping answer questions quickly.

Core Features & Use Cases

  • Listing projects with nx show projects to reveal workspace scope.
  • Inspecting project configuration with nx show project <name> --json to obtain full, resolved settings including targets and tags.
  • Mapping dependencies and project graphs across apps and libs to understand relationships and impact.
  • Troubleshooting common Nx questions like missing configurations or task failures, with guided commands.

Quick Start

Ask it to explain the workspace structure and enumerate projects, targets, and configurations for a given Nx workspace.

Frequently Asked Questions about nx-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all projects in an Nx workspace?

To list all projects in an Nx workspace, use the command nx show projects. This reveals the full workspace scope by enumerating every app and lib configured in your Nx workspace environment.

How do I inspect project configuration and available targets in an Nx workspace?

Inspect Nx workspace project configuration and targets by running nx show project <name> --json. This outputs resolved settings including available targets and tags for the specified project.

What is the best way to map dependencies across apps and libs in an Nx workspace?

Mapping dependencies across Nx workspace apps and libs involves exploring the project graph to understand relationships. This read-only exploration reveals how projects connect and impact each other.

Do I need Nx installed globally to run workspace inspection commands?

Nx does not need to be installed globally. Prefix commands with npx, pnpm, or yarn based on your package manager, which can be determined by checking the project lockfile.

Why does my Nx workspace target configuration show as missing or fail to run?

Missing Nx workspace target configurations or task failures can be troubleshot using guided commands. Inspect the full resolved project settings with nx show project <name> --json to verify targets and tags.

What does an Nx workspace structure look like and how do I understand it?

An Nx workspace structure organizes apps and libs with defined configurations, targets, and dependencies. You can understand it at a glance through read-only exploration of projects and their relationships.