
nrwl / nx-ai-agents-config
★ 25A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by nrwl.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
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.
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
Contributing
See CONTRIBUTING.md.
Install the whole package (1 skills):
npx skills add https://github.com/nrwl/nx-ai-agents-configOr install a single skill:
npx skills add https://github.com/nrwl/nx-ai-agents-config --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.