nx-workspace

Explore Nx workspace projects, targets, and dependencies via read-only commands.

Updated May 4, 2026
One-click install
npx skills add https://github.com/clarivex-tech/pervaxis-forge --skill nx-workspace-clarivex-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/clarivex-tech/pervaxis-forge/tree/main/pervaxis-forge-launchpad/.claude/skills/nx-workspace
Command: npx skills add https://github.com/clarivex-tech/pervaxis-forge --skill nx-workspace-clarivex-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explore and understand Nx workspaces through read-only, context-aware guidance for projects, targets, and dependencies.

Core Features & Use Cases

  • Read-only workspace discovery: list projects, targets, and dependencies.
  • Project configuration exploration: view resolved configurations and target options.
  • Troubleshooting and planning: identify available targets, graph dependencies, and workspace structure for efficient maintenance.

Quick Start

Ask the assistant to inspect your Nx workspace by listing projects or showing a project's configuration.

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 targets in an Nx workspace?

To list projects and targets in an Nx workspace, you can use read-only workspace discovery commands like `nx show projects` to enumerate all available projects and their respective build targets.

What is the best way to view resolved project configurations in an Nx workspace?

The best way to view resolved project configurations in an Nx workspace is by using exploration commands to surface target options and dependency graphs, providing context-aware insights for maintenance and troubleshooting.

Can I diagnose dependency graph issues in my Nx workspace without modifying files?

Yes, you can diagnose dependency graph issues without modifying files by performing read-only workspace exploration to analyze project structures and dependencies, ensuring safe troubleshooting and planning.

How does read-only Nx workspace exploration help with monorepo maintenance?

Read-only Nx workspace exploration helps with monorepo maintenance by identifying available targets, mapping graph dependencies, and surfacing project configurations to diagnose structural issues efficiently.

Does exploring an Nx workspace require write access to the project files?

No, exploring an Nx workspace does not require write access because the discovery process is strictly read-only, safely surfacing project configurations and dependency structures without modifying the underlying files.