nx-run-tasks

Coordinate Nx task execution across workspace projects with run-many and affected commands.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/rodrigotoledo/trading-exchange --skill nx-run-tasks-rodrigotoledo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/rodrigotoledo/trading-exchange/tree/main/packages/skills-catalog/skills/%28tooling%29/nx-run-tasks
Command: npx skills add https://github.com/rodrigotoledo/trading-exchange --skill nx-run-tasks-rodrigotoledo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate efficient task orchestration in large Nx workspaces, eliminating repetitive commands across multiple projects.

Core Features & Use Cases

  • Single-run execution: Run build, test, lint, or serve for one project with a single command.
  • Multi-project orchestration: Use run-many and affected-style workflows to operate across multiple apps/libs.
  • Safe guidance: Keeps operations within Nx capabilities and avoids code generation or manual workspace configuration where not needed.

Quick Start

Ask me to run all configured Nx tasks across the workspace, such as building or testing all projects.

Frequently Asked Questions about nx-run-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run build and test tasks for a single project in an Nx workspace?

Running build and test tasks for a single project in an Nx workspace involves executing single-project commands that target specific build, test, lint, or serve configurations defined in your project.json.

What is the best way to run multiple build and lint tasks across an Nx monorepo?

Running multiple build and lint tasks across an Nx monorepo is achieved through run-many orchestration, which executes configured targets across all apps and libs simultaneously to eliminate repetitive commands.

How do I run affected tasks to test only changed projects in an Nx workspace?

To run affected tasks to test only changed projects in an Nx workspace, you use affected-style workflows that analyze project dependencies and execute build, test, lint, or serve commands solely on impacted apps and libs.

Do I need project.json files to run Nx tasks in my monorepo?

You need project.json files or compatible target configurations to run Nx tasks in your monorepo, as the task orchestration relies on these definitions to execute build, test, lint, and serve commands.

Can I use this to generate code or set up new projects in an Nx workspace?

You cannot use this to generate code or set up new projects in an Nx workspace, as task execution specifically excludes code generation and manual workspace configuration to keep operations safe and focused.