
nx
★ 25Claude Code plugin · nrwl/nx-ai-agents-config · MIT
Make Claude an effective monorepo developer. Navigate the project graph, follow workspace conventions, and run generators with best practices baked in. Give Claude the ability to drive autonomous CI fix loops - retrieving failed task outputs, analyzing errors, applying fixes, and iterating until green. Includes skills, subagents, and an MCP server.
7 skills · 1 sub-agents · a bundled MCP server — installs as one unit
⌁ skills (7)
link-workspace-packages
monitor-ci
nx-generate
nx-import
nx-plugins
nx-run-tasks
nx-workspace
🔥🔥🔥✓ VerifiedExplore 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'.
Full instructions & audit →⌁ sub-agents (1)
Specialized AI teammates that ship inside this plugin — your agent delegates focused jobs to them automatically. They install with the plugin; nothing extra to set up.
🤖 ci-monitor-subagent
CI helper for /monitor-ci. Fetches CI status, retrieves fix details, or updates self-healing fixes. Executes one MCP tool call and returns the result.
⌁ also included
- A bundled MCP server configuration
Nx AI Agent Skills
Official AI agent configuration artifacts for Nx. Skills, subagents, and commands that enhance AI coding assistants with Nx-specific capabilities.
Installation · Features · Contributing
Features
https://github.com/user-attachments/assets/edd45819-e955-4ba7-adba-8255f4174da6
Nx AI agent skills teach your coding assistant how to work effectively in your monorepo. Key capabilities:
- CI Monitoring & Self-Healing: Watches CI pipelines, detects failures, and applies fixes automatically
- Workspace Understanding: Agents explore your project graph, dependencies, and conventions before acting
- Intelligent Code Generation: Scaffolds new code following your workspace's existing patterns, tags, and tooling
- Monorepo-Aware Skills: A series of skills that help your agent navigate, build, and operate more efficiently in monorepo setups
- Multi-Agent Support: Works across Claude Code, GitHub Copilot, Cursor, Gemini, and OpenCode
Read more on the Nx blog.
Learn More
- nx-mcp - The Nx MCP server that powers AI agent integrations
- Nx Console - The repository where nx-mcp and these configurations are maintained
- Teach Your AI Agent How to Work in a Monorepo - Intro blog post for this project
- Why We Deleted (Most of) Our MCP Tools - Why skills over MCP tools
- Introducing Self-Healing CI - AI agents that automatically fix CI failures
- Autonomous Agents at Scale - How monorepo architecture enables autonomous AI agents
Getting Started
The easiest way to add these AI agent configurations to your Nx workspace is by running:
nx configure-ai-agentsThis will set up the appropriate configuration files for your preferred AI tools.
One install gets you everything — 7 skills, 1 sub-agents, a bundled MCP server — kept up to date together.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →