nx-workspace

Manage Nx monorepo workspaces with project listing and dependency analysis.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/rafael-hc/AoPonto-FoodService --skill nx-workspace-rafael-hc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/rafael-hc/AoPonto-FoodService/tree/main/.agents/skills/nx-workspace
Command: npx skills add https://github.com/rafael-hc/AoPonto-FoodService --skill nx-workspace-rafael-hc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand, configure, and manage your Nx monorepo, ensuring efficient development and clear project boundaries.

Core Features & Use Cases

  • Project Discovery: Easily list and inspect all projects within your Nx workspace.
  • Configuration Management: Understand nx.json and project.json structures for optimal setup.
  • Dependency Analysis: Visualize and enforce module boundaries to maintain a clean architecture.
  • CI/CD Integration: Provides guidance on integrating Nx commands into your pipelines.
  • Use Case: When onboarding a new developer, use this Skill to quickly get them up to speed on the workspace structure, project dependencies, and how to run common tasks.

Quick Start

List all applications 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 monorepo workspace?

You can list all projects in an Nx monorepo workspace by using project discovery commands to output a complete inventory of applications and libraries. This provides a clear overview of your entire workspace architecture for onboarding and configuration management.

How do I enforce module boundaries in an Nx workspace?

Enforce module boundaries in an Nx workspace by running dependency analysis commands to visualize project relationships and validate constraints. This ensures a clean architecture by preventing unauthorized imports between libraries and applications.

What is the best way to inspect nx.json and project.json configurations?

Inspect nx.json and project.json configurations by using configuration inspection commands to parse and display the structures. This facilitates understanding of optimal workspace setup, project targets, and dependency inversion settings.

How do I integrate Nx commands into a CI/CD pipeline?

Integrate Nx commands into a CI/CD pipeline by following CI/CD integration best practices to execute affected tasks and cache outputs. This optimizes build times and ensures only modified projects are tested and deployed.

Can I analyze library types and dependencies in an Nx monorepo?

Yes, you can analyze library types and dependencies in an Nx monorepo to understand workspace architecture and enforce module boundaries. This allows you to identify buildable libraries, utility types, and their internal dependency graphs.