nx-workspace

Inspect Nx workspace projects, configurations, targets, and dependencies.

3|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/whimzyLive/nightshift-ai --skill nx-workspace-whimzylive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/whimzyLive/nightshift-ai/tree/main/.opencode/skills/nx-workspace
Command: npx skills add https://github.com/whimzyLive/nightshift-ai --skill nx-workspace-whimzylive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing Nx workspaces, projects, and tasks, helping users navigate the Nx ecosystem with ease and efficiency.

Core Features & Use Cases

  • Project Exploration: Quickly list, filter, and retrieve project details within Nx workspaces.
  • Configuration Insights: Access and analyze project and workspace configurations.
  • Target Information: Identify and understand available targets for projects.
  • Dependency Management: View project dependencies and affected projects.
  • Use Case: When you need to understand the structure of an Nx workspace, check project configurations, or troubleshoot nx command failures.

Quick Start

Use the nx-workspace skill to get information about the Nx workspace projects.

Frequently Asked Questions about nx-workspace

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

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

To view project configurations in an Nx workspace, you can retrieve detailed project listings, configurations, and available targets. This provides direct insights into the workspace structure and individual project setups.

How do I view project dependencies in an Nx monorepo?

Viewing project dependencies in an Nx monorepo involves analyzing the dependency graph to identify affected projects. This helps you track project relationships and understand the impact of changes across the workspace.

Do I need the Nx CLI installed to manage workspace configurations?

Yes, the Nx CLI and associated Nx workspace configurations are required. The tool relies on the CLI to handle both basic and advanced scenarios like exploring workspace structure and troubleshooting command issues.

How do I troubleshoot nx command failures during project exploration?

Troubleshooting nx command failures requires analyzing the workspace structure and project configurations. By examining target configurations and dependency tracking, you can identify misconfigurations causing the command issues.

What is the best way to identify available targets for Nx projects?

Identifying available targets for Nx projects involves accessing and analyzing workspace configurations. This approach quickly highlights executable tasks and build targets defined within your specific project setups.