nx-workspace

Inspect Nx monorepo projects, configurations, and task targets.

3|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/wahidyankf/ose-primer --skill nx-workspace-wahidyankf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/wahidyankf/ose-primer/tree/main/.opencode/skills/nx-workspace
Command: npx skills add https://github.com/wahidyankf/ose-primer --skill nx-workspace-wahidyankf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually navigating Nx workspace configuration files to understand project structure, dependencies, and available targets is time-consuming and error-prone, especially when debugging failed nx tasks or onboarding to a new monorepo.

Core Features & Use Cases

  • Read-only workspace exploration: List all projects, filter by type, tags, or targets, and view workspace-level configuration from nx.json.
  • Project and target inspection: Retrieve full resolved configuration for any project, including inferred targets from plugins, target options, inputs, and outputs for caching.
  • Dependency and impact analysis: Identify project dependencies, find which projects depend on a specific library, and list projects affected by code changes.
  • Use Case: When an nx build task fails, use this skill to quickly check the project's build target configuration and verify if any dependency changes are causing the issue.

Quick Start

Use the nx-workspace skill to list all projects in the current workspace and retrieve the full configuration for the my-app project.

Frequently Asked Questions about nx-workspace

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

FAQPage Schema
How do I inspect Nx workspace project configurations and targets without manual file parsing?

To inspect Nx workspace project configurations, you can use this skill to retrieve full resolved configurations, inferred targets, target options, inputs, and outputs on demand. It processes CLI output to provide structured workspace exploration without manual file parsing.

What is the best way to identify affected projects in an Nx monorepo after code changes?

Identifying affected projects in an Nx monorepo requires analyzing dependency relationships. This skill provides structured CLI command guidance to list projects affected by code changes and verify dependency impact.

How can I debug failed nx build tasks and verify dependency changes?

To debug failed nx build tasks, check the project's build target configuration and verify if dependency changes caused the issue. This skill retrieves resolved project configurations to identify misconfigured target options or broken dependencies.

Can I list all projects in an Nx workspace filtered by type, tags, or targets?

You can list all projects in an Nx workspace filtered by type, tags, or targets using this skill. It enables read-only workspace exploration to view workspace-level configuration from nx.json.

Does this skill support onboarding to an existing Nx monorepo?

This skill is suited for Nx monorepo onboarding. It allows rapid understanding of workspace structure, project dependencies, and available task targets, reducing time and errors associated with manual configuration file navigation.