What problem does it solve? Working in an Nx monorepo requires knowing the correct project names, targets, and generator options, and guessing them leads to failed commands and misconfigured scaffolding. This Skill directs the AI to use the live Nx MCP server and canonical workspace docs instead of assumptions. ## Core Features & Use Cases - Workspace introspection: Uses Nx MCP tools like nx_workspace and nx_project_details to inspect the project graph, targets, and configuration before answering questions. - Generator-driven scaffolding: Lists generators, reads their schemas, and runs them through the Nx generate UI flow rather than hand-writing files. - Task execution guidance: Runs targets via nx run <project>[:target] and inspects already-running tasks without duplicating continuous processes. - Use Case: When asked to add a new library or run tests in the Lumen monorepo, the assistant queries the live project graph and generator schemas first, then executes the correct Nx command. ## Quick Start Ask the assistant to inspect the Nx workspace and run the test target for a specific project using the MCP tools.