Nx Run Tasks

🌐Community
by nrwl · vlatest · Repository

Runs Nx tasks (build, test, lint, etc.) within your NX workspace for quick project execution and debugging.

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-run-tasks npx -- -y @trustedskills/nx-run-tasks
2

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

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

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

About This Skill

What it does

The nx-run-tasks skill enables AI agents to execute tasks within an Nx workspace, allowing them to run commands like building, testing, or linting projects. It provides a structured way for agents to interact with the Nx CLI and manage complex workflows in monorepo environments.

When to use it

  • Running build commands across multiple projects in an Nx workspace
  • Executing tests or linters as part of a CI/CD pipeline
  • Automating repetitive development tasks such as formatting or generating code

Key capabilities

  • Integration with Nx CLI for task execution
  • Support for running tasks in specific projects or workspaces
  • Ability to handle complex, multi-project workflows

Example prompts

  • "Run all tests in the apps/my-app project"
  • "Build the libs/shared-ui library and its dependencies"
  • "Execute linting across the entire workspace"

Tips & gotchas

  • Ensure Nx is properly installed and configured in your workspace before using this skill.
  • Task execution may require specific permissions or environment setup depending on the command being run.

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
260

🌐 Community

Passed automated security scans.