nx-workspace

Explore Nx workspace projects, configurations, and available targets.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/oliviasmim/stillapp --skill nx-workspace-oliviasmim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-workspace
Source: https://github.com/oliviasmim/stillapp/tree/main/.agent/skills/nx-workspace
Command: npx skills add https://github.com/oliviasmim/stillapp --skill nx-workspace-oliviasmim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand the structure, configuration, and capabilities of an Nx workspace, making it easier to navigate and utilize its features.

Core Features & Use Cases

  • Project Discovery: List and filter projects within the workspace.
  • Configuration Inspection: View detailed configuration for specific projects and the workspace itself.
  • Target Identification: Determine available tasks and their configurations for any project.
  • Dependency Analysis: Understand project relationships and affected projects.
  • Use Case: When unsure about how to build a specific project or what targets are available, this skill provides the necessary information.

Quick Start

Ask what projects are available 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 available in an Nx workspace?

To list projects in an Nx workspace, you can use this Skill to run read-only exploration commands via the `nx` CLI. It discovers and filters projects, detailing the overall workspace structure and configuration.

What is the best way to inspect configuration for a specific project in an Nx workspace?

Inspecting project configuration in an Nx workspace is done by querying the workspace structure. This Skill identifies available targets and configurations for specific projects using the `nx` CLI and potentially `jq` for structured data processing.

How do I identify available build targets and tasks for my Nx projects?

You can identify available build targets and tasks by exploring the workspace configuration. This Skill determines task configurations and capabilities for any project, helping you understand exactly how to execute builds.

Can I analyze project dependencies and relationships within an Nx workspace?

Yes, you can analyze project dependencies within an Nx workspace. This Skill provides dependency analysis to help you understand project relationships and identify affected projects across your workspace structure.

Do I need the `nx` CLI installed to explore my workspace structure?

Yes, you need the `nx` CLI installed to explore your workspace structure. This Skill relies on the `nx` CLI for project discovery and configuration inspection, and may also require `jq` for structured data processing.

Why does this Skill only provide read-only exploration of my Nx workspace?

This Skill provides read-only exploration of your Nx workspace to ensure safe inspection. It details project structure, configuration, and available targets without modifying your setup, answering questions about workspace contents and task execution.