nx-workspace

Explain Nx workspace structure and configuration from project.json and nx.json files.

11|5|Updated Jun 30, 2019
One-click install
npx skills add https://github.com/ikemtz/AngularMonoRepo --skill nx-workspace-ikemtz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/ikemtz/AngularMonoRepo/tree/main/src/.opencode/skills/nx-workspace
Command: npx skills add https://github.com/ikemtz/AngularMonoRepo --skill nx-workspace-ikemtz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nx workspaces can be complex to understand and navigate, making it hard to quickly answer questions about project structure, targets, and configuration.

Core Features & Use Cases

  • Read workspace structure: list projects, libs, and configurations.
  • Inspect project targets and configurations: understand executors, options, and defaults.
  • Explore dependencies and affected projects: reason about how changes propagate.

Quick Start

Ask this skill to show all projects in the workspace and reveal their configurations and available targets.

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?

How do I explore dependencies between projects in an Nx workspace?

How do I explore dependencies between projects in an Nx workspace?

What does an nx.json or project.json file configure in an Nx workspace?

What does an nx.json or project.json file configure in an Nx workspace?

Can I validate or run Nx tasks by only reading the workspace configuration?

Can I validate or run Nx tasks by only reading the workspace configuration?

When do I need to analyze the structure of an Nx workspace?

When do I need to analyze the structure of an Nx workspace?

What is the best way to understand how changes affect projects in an Nx monorepo?

What is the best way to understand how changes affect projects in an Nx monorepo?

The best way to understand how changes affect projects in an Nx monorepo is to explore dependencies and affected projects by querying workspace data. This approach reveals how modifications propagate across the workspace structure.