nx-workspace

Installation
SKILL.md

Nx Workspace Management

Quick Start

Exploring workspace: nx show projects and nx show project <name> --json
Running tasks: nx <target> <project> (e.g., nx build my-app)
Affected analysis: nx show projects --affected or nx affected -t <target>

Note: Prefix commands with npx/pnpx/yarn if nx isn't installed globally.

Core Commands

List and Explore Projects

# List all projects
nx show projects

# Filter by type, pattern, or target
Related skills

More from tech-leads-club/agent-skills

Installs
82
GitHub Stars
2.3K
First Seen
Feb 5, 2026