Nx Workspace

🌐Community
by nrwl · vlatest · Repository

Nx Workspace streamlines Angular/React projects within an NX workspace, boosting developer productivity and enabling efficient monorepo management.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add nx-workspace npx -- -y @trustedskills/nx-workspace
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "nx-workspace": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/nx-workspace"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The nx-workspace skill enables AI agents to manage and interact with Nx workspaces, which are used for monorepo projects. It allows agents to execute commands like generating applications, libraries, or running tasks within the workspace, streamlining development workflows in complex codebases.

When to use it

  • When setting up a new project that requires multiple apps or shared libraries under one repository.
  • To automate repetitive tasks such as building, testing, or linting across all projects in the workspace.
  • When integrating AI agents into an existing Nx monorepo for enhanced automation and productivity.

Key capabilities

  • Execute Nx commands like nx generate, nx run, and nx affected.
  • Manage multiple applications and libraries within a single workspace.
  • Support for scalable, maintainable codebases with shared dependencies.

Example prompts

  • "Generate a new Angular application in the nx-workspace."
  • "Run all unit tests for the affected projects in the workspace."
  • "Create a new library called 'shared-utils' and add it to the workspace."

Tips & gotchas

  • Ensure that Nx is installed and properly configured in your project before using this skill.
  • Some commands may require specific configurations or plugins depending on the project structure.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
nrwl
Installs
289

🌐 Community

Passed automated security scans.