nx-workspace

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/braxtondiggs/Chansey --skill nx-workspace-braxtondiggs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/braxtondiggs/Chansey/tree/main/.github/skills/nx-workspace
Command: npx skills add https://github.com/braxtondiggs/Chansey --skill nx-workspace-braxtondiggs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides read-only exploration of Nx workspaces to help developers understand the workspace structure, project configurations, available targets, and dependencies without making changes.

Core Features & Use Cases

  • Discover all projects in a workspace and apply filters by pattern, tag, or target to focus on relevant subsets.
  • Inspect a project's resolved configuration to view root, sourceRoot, project type, tags, and target definitions.
  • Explore workspace configuration and common patterns for querying projects, targets, and dependencies to plan changes or troubleshoot.

Quick Start

List all projects in the workspace using nx show 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 all projects in an Nx workspace?

Inspect an Nx workspace project's resolved configuration to view its root, sourceRoot, project type, tags, and target definitions. This read-only exploration reveals how projects are configured without modifying the workspace.

Can I explore Nx workspace dependencies without modifying the project?

Yes, you can explore Nx workspace dependencies safely without modifying the project. This approach enforces read-only guidance and relies on Nx commands and project metadata to fetch and present dependency information across typical workflows.

How do I filter Nx projects by tag or target?

Filter Nx projects by applying pattern, tag, or target criteria when querying the workspace. This allows you to focus on relevant subsets of projects, helping you plan changes or troubleshoot specific configurations efficiently.

What is the best way to troubleshoot Nx monorepo configurations?

The best way to troubleshoot Nx monorepo configurations is through read-only exploration of workspace configuration and common patterns. Inspecting resolved configurations and available targets helps identify structural issues without risking modifications.

Does this Nx workspace exploration approach execute write commands?

No, this Nx workspace exploration approach does not execute write commands. It strictly enforces safe, read-only guidance by relying on Nx commands and project metadata to fetch and present information without modifying the workspace.