nx-workspace

Inspect Nx workspace projects, targets, and dependencies with read-only commands.

Updated Jun 19, 2025
One-click install
npx skills add https://github.com/bennrwl/psychic-eureka --skill nx-workspace-bennrwl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/bennrwl/psychic-eureka/tree/main/.cursor/skills/nx-workspace
Command: npx skills add https://github.com/bennrwl/psychic-eureka --skill nx-workspace-bennrwl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only exploration of Nx workspaces to answer questions about structure, projects, and tasks, and to troubleshoot commands.

Core Features & Use Cases

  • Read workspace structure: list projects, folders, and tags.
  • Inspect project configuration and available targets.
  • Analyze dependencies and potential effects of changes, and troubleshoot nx commands.

Quick Start

Ask questions about workspace structure or targets to quickly get nx insights.

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 and folders in my Nx workspace?

To list all projects in an Nx workspace, you can use read-only exploration commands like `nx show projects` to view the workspace structure, including available folders and project tags.

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

Inspecting Nx project configuration and available targets is done using `nx show` commands, which provide a read-only view of specific project setups and the tasks you can execute.

Can I analyze project dependencies and the potential effects of changes in an Nx workspace?

Yes, you can analyze project dependencies and the potential effects of changes in an Nx workspace by utilizing `nx show` commands to understand how projects are connected and impacted by modifications.

What is the best way to troubleshoot nx commands when exploring a workspace?

The best way to troubleshoot nx commands during workspace exploration is to apply read-only inspection techniques using `nx show` to verify project configurations, targets, and dependencies before executing tasks.

Why does my nx command fail when trying to run specific project targets?

An nx command might fail when running specific project targets if the workspace configuration is incorrect; use `nx show` to inspect the project setup and verify that the targets are properly configured.