nx-workspace

Answer questions about Nx workspace projects, targets, and configurations.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/G9000/animaOS-SWARM --skill nx-workspace-g9000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/G9000/animaOS-SWARM/tree/main/.agents/skills/nx-workspace
Command: npx skills add https://github.com/G9000/animaOS-SWARM --skill nx-workspace-g9000

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Understand Nx workspaces by answering questions about projects, targets, configurations, and dependencies, enabling quick debugging and planning.

Core Features & Use Cases

  • Workspace discovery: list projects, targets, and configurations.
  • Dependency and target insights: reveal relationships, implicit dependencies, and available options.
  • Use Case: quickly determine which projects rely on a given library or what targets exist for a project.

Quick Start

Ask the skill to list all projects in the current Nx workspace.

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?

To list all projects in an Nx workspace, you can parse workspace metadata to quickly discover existing projects, targets, and configurations. This enables fast read-only exploration of your entire project structure.

What targets are available for a specific project in Nx?

Available Nx targets for a specific project are found by examining the project's configuration and workspace metadata. This reveals all executable tasks, their relationships, and available options for that project.

How do I find which projects in my Nx workspace depend on a specific library?

To find which projects depend on a specific library in your Nx workspace, you parse workspace metadata to reveal dependency relationships. This exposes both explicit and implicit dependencies across all projects.

Why did my Nx target command fail to run?

An Nx target command failure often stems from misconfigured project settings or missing implicit dependencies. Analyzing workspace metadata and target configurations helps verify settings and guide safe debugging.

Does Nx workspace exploration modify my project configurations?

Nx workspace exploration does not modify your project configurations. It performs safe, read-only parsing of workspace metadata to present command examples and guide debugging without altering existing targets or dependencies.