nx_workspace

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

3|2|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/storm-software/powerlines --skill nx-workspace-storm-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx_workspace
Source: https://github.com/storm-software/powerlines/tree/main/.opencode/skills/nx-workspace
Command: npx skills add https://github.com/storm-software/powerlines --skill nx-workspace-storm-software

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand and interact with complex Nx workspaces, making it easier to manage projects, configurations, and tasks.

Core Features & Use Cases

  • Project Discovery: List and filter projects within the workspace.
  • Configuration Inspection: View detailed configuration for projects and targets.
  • Dependency Analysis: Understand project relationships and dependencies.
  • Use Case: When you need to know all available build targets for a specific application or understand why an Nx command is failing due to configuration issues.

Quick Start

Use the nx_workspace skill to list all projects in the current 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 projects in an Nx workspace, you can use the nx_workspace skill for project discovery. It provides read-only exploration to list and filter all projects within your current workspace configuration.

How can I inspect project configurations and build targets in an Nx monorepo?

You can inspect project configurations and build targets in an Nx monorepo using the nx_workspace skill. It allows you to view detailed configuration for projects and targets to understand task execution setups.

How do I analyze project dependencies in an Nx workspace?

To analyze project dependencies in an Nx workspace, the nx_workspace skill provides dependency analysis features. This helps you understand project relationships and dependencies across your monorepo.

Why does my Nx command fail due to configuration issues?

If your Nx command fails, the nx_workspace skill facilitates debugging by querying workspace metadata. It helps identify configuration issues by providing detailed inspection of project targets and dependencies.

Can I programmatically query Nx workspace metadata for analysis?

Yes, you can programmatically query Nx workspace metadata using the nx_workspace skill. It supports data retrieval with JSON output, allowing you to use jq for detailed workspace analysis.

What is the best way to understand complex Nx workspace structures?

The best way to understand complex Nx workspace structures is using the nx_workspace skill for read-only exploration. It helps you navigate project structures, configurations, and dependencies to manage your workspace effectively.