Skip to main content

← All sources

Nx AI Agents Config skills

Nx's official monorepo agent skills — workspace exploration, code generation, task execution, CI monitoring with self-healing across Claude Code, Copilot, Cursor, Gemini skills-hub.ai mirrors 10 skills from Nx AI Agents Config daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/nrwl/nx-ai-agents-config

Installing a Nx AI Agents Config skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Nx AI Agents Config skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Nx AI Agents Config skills via API
curl https://skills-hub.ai/api/v1/skills?source=nx-monorepo

# Browse all sources
open https://skills-hub.ai/sources

Top Nx AI Agents Config skills

See all →

The most-installed skills from Nx AI Agents Config, ranked by adoption.

  1. 01nx-import

    Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.

    Buildfrom Nx AI Agents Config
  2. 02await-polygraph-ci

    Wait for CI to settle across all repos in a Polygraph session, then report results and investigate failures. USE WHEN user says "await polygraph", "wait for polygraph ci", "polygraph ci status", "check polygraph ci", "watch polygraph session", "monitor polygraph".

    Buildfrom Nx AI Agents Config
  3. 03polygraph

    Guidance for coordinating changes across multiple repositories using Polygraph. When the request implies that some information from another repo has to be read, another repo has to be updated, or the user asks about what other repos are doing with shared code/APIs/endpoints, use this skill.

    Buildfrom Nx AI Agents Config
  4. 04link-workspace-packages

    Link workspace packages in monorepos (npm, yarn, pnpm, bun). USE WHEN: (1) you just created or generated new packages and need to wire up their dependencies, (2) user imports from a sibling package and needs to add it as a dependency, (3) you get resolution errors for workspace packages (@org/*) like "cannot find module", "failed to resolve import", "TS2307", or "cannot resolve". DO NOT patch around with tsconfig paths or manual package.json edits - use the package manager's workspace commands to fix actual linking.

    Buildfrom Nx AI Agents Config
  5. 05monitor-ci

    Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI monitoring — it integrates with Nx Cloud self-healing which those tools cannot access.

    Buildfrom Nx AI Agents Config
  6. 06nx-generate

    Generate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nx_docs or exploring - this skill handles discovery internally.

    Buildfrom Nx AI Agents Config
  7. 07get-latest-ci

    Fetch the latest CI pipeline execution for the current branch. Returns the most recent CIPE which may be completed, in progress, or null. Use when you need to review CI status, check failures, or inspect CI state.

    Buildfrom Nx AI Agents Config
  8. 08nx-plugins

    Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

    Buildfrom Nx AI Agents Config
  9. 09nx-run-tasks

    Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.

    Buildfrom Nx AI Agents Config
  10. 10nx-workspace

    Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on library Y?', 'What targets can I run?', 'Cannot find configuration for task', 'debug nx task failure'.

    Buildfrom Nx AI Agents Config

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:17 PM (success).

Nx AI Agents Config skills — frequently asked

What are Nx AI Agents Config skills?

Nx AI Agents Config skills are AI coding skills published by Nx AI Agents Config (Nx's official monorepo agent skills — workspace exploration, code generation, task execution, CI monitoring with self-healing across Claude Code, Copilot, Cursor, Gemini) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Nx AI Agents Config skills are available?

skills-hub.ai indexes 10 skills from Nx AI Agents Config, synced daily from the upstream GitHub repository (https://github.com/nrwl/nx-ai-agents-config).

How do I install a Nx AI Agents Config skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Nx AI Agents Config skills?

Yes. Every skill from this source is mirrored from Nx AI Agents Config's own GitHub repository (https://github.com/nrwl/nx-ai-agents-config). Each skill page links back to the upstream source of truth, so you can verify the original.