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
Installs
108
GitHub Stars
4.6K
First Seen
Feb 5, 2026
nx-workspace — tech-leads-club/agent-skills