nx-workspace

Explore Nx workspace projects, configurations, and dependency graphs via CLI.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/cyrus-rumao/attendance-monorepo --skill nx-workspace-cyrus-rumao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/cyrus-rumao/attendance-monorepo/tree/main/.gemini/skills/nx-workspace
Command: npx skills add https://github.com/cyrus-rumao/attendance-monorepo --skill nx-workspace-cyrus-rumao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand and interact with the structure, configuration, and tasks within an Nx monorepo, simplifying complex workspace management.

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 affected tasks.
  • Use Case: A developer needs to know all the available libraries in the monorepo and how to build a specific application.

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 monorepo?

To inspect Nx monorepo project configurations, the skill provides read-only exploration of workspace metadata. It facilitates viewing detailed configurations for projects and target definitions through programmatic querying and JSON output parsing.

How can I analyze the dependency graph in an Nx workspace?

To analyze the dependency graph in an Nx workspace, the skill enables read-only exploration of project relationships. It helps you understand project dependencies and affected tasks for efficient development workflows.

Can I view target definitions and configurations in an Nx workspace?

Yes, you can view target definitions in an Nx workspace. The skill provides configuration inspection capabilities, allowing you to see detailed configurations for projects and targets by parsing workspace metadata.

Does this approach allow modifying Nx workspace configurations?

No, this approach does not allow modifying Nx workspace configurations. It provides read-only exploration of the monorepo layout, detailing project structures, configurations, and task execution capabilities without applying changes.

What is the best way to understand task execution capabilities in an Nx monorepo?

The best way to understand task execution capabilities in an Nx monorepo is by querying workspace metadata. The skill details target definitions and task configurations through CLI commands and JSON output parsing.