nx-run-tasks

Discover and run Nx workspace tasks across projects with filters and parallel execution.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/yunusgungor/agent-skeleton --skill nx-run-tasks-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nx-run-tasks
Source: https://github.com/yunusgungor/agent-skeleton/tree/main/.kiro/skills/nx-run-tasks
Command: npx skills add https://github.com/yunusgungor/agent-skeleton --skill nx-run-tasks-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running and coordinating Nx targets (build, test, lint, serve) across multiple projects can be error-prone and time-consuming; this skill centralizes guidance and commands to streamline workflows.

Core Features & Use Cases

  • Discover and run single or multiple Nx targets across projects with optional project filtering and parallel execution.
  • Interpret project.json/package.json targets to provide accurate command syntax and available tasks.
  • Ideal for monorepos where consistent task execution and faster feedback loops are critical.

Quick Start

Tell nx-run-tasks to execute the build and test targets for all apps in the workspace.

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 Nx tasks across multiple projects in a monorepo?

To run Nx tasks across multiple projects, apply optional project filters and parallel execution to coordinate build, test, lint, and serve targets. This automates discovery and execution across workspace projects.

What is the best way to discover available Nx targets in my workspace?

The best way to discover available Nx targets is by analyzing project.json and package.json files. This interprets defined targets to provide accurate command syntax and available operations for your workspace.

Can I filter which projects run an Nx target during parallel execution?

Yes, you can filter which projects run an Nx target. The execution workflow supports optional project filtering, allowing you to coordinate specific targets across selected applications within your monorepo.

Does this approach work with both package.json and project.json targets?

Yes, this approach works with both package.json and project.json targets. It analyzes both file types to guide command syntax and identify available tasks for monorepo workflows.

Why should I coordinate monorepo tasks using Nx instead of running scripts manually?

Coordinating monorepo tasks using Nx prevents manual execution errors and saves time. It centralizes command guidance for consistent task execution and enables parallel running to achieve faster feedback loops.