nx-workspace

Explore Nx monorepo projects, configurations, and dependency graphs.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AyalaKaguya/hermes-swarm --skill nx-workspace-ayalakaguya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/AyalaKaguya/hermes-swarm/tree/main/.opencode/skills/nx-workspace
Command: npx skills add https://github.com/AyalaKaguya/hermes-swarm --skill nx-workspace-ayalakaguya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the complexity of navigating large-scale Nx monorepos by providing a structured interface to query project configurations, dependency graphs, and build targets.

Core Features & Use Cases

  • Project Exploration: Quickly list, filter, and inspect projects within the workspace using powerful glob and tag-based patterns.
  • Configuration Analysis: Retrieve full, resolved project configurations including inferred targets from plugins, avoiding the pitfalls of reading partial JSON files.
  • Dependency Mapping: Visualize and query the project graph to understand how libraries and applications interact, which is essential for impact analysis and debugging.

Quick Start

Use the nx-workspace skill to list all projects in the workspace and show the configuration for the api project.

Frequently Asked Questions about nx-workspace

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

FAQPage Schema
How do I list and filter projects in an Nx monorepo?

You can inspect projects in an Nx monorepo by querying workspace configurations using glob and tag-based patterns. This enables quick project discovery and filtering across complex multi-project architectures.

How do I get the resolved build configuration for an Nx project instead of partial JSON?

You can retrieve full, resolved project configurations for an Nx project, including inferred targets from plugins. This avoids the pitfalls of reading partial JSON files directly from the workspace.

How do I analyze the dependency graph in an Nx workspace?

You analyze the dependency graph in an Nx workspace by visualizing and querying the project graph. This maps how libraries and applications interact, supporting impact analysis and debugging workflows.

Can I programmatically retrieve workspace metadata for Nx build automation?

Yes, you can programmatically retrieve workspace metadata and build configurations to support Nx build automation. This facilitates development and troubleshooting workflows across multi-project architectures.

What is the best way to troubleshoot build targets in a TypeScript monorepo?

The best way to troubleshoot build targets in a TypeScript monorepo is to inspect resolved project configurations and map dependencies. This diagnostic capability supports development and troubleshooting workflows effectively.