AI AGENT ADDONS

The nx import tool helps you bring code from other repositories into your Nx workspace. It keeps all the original commit history so nothing is lost. This makes it easy to combine separate projects into one big workspace.

You can import a whole repository or just one folder at a time. The tool works best when you follow its simple rules, like making sure the destination folder is empty. It also tells you how to handle different project types, like applications or libraries.

With nx import, you can adopt Nx across multiple repositories step by step. It saves time and avoids mistakes by guiding you through the process. Anyone managing several codebases will find this helpful.

Add Nx Import skill to your workflow

Global

mkdir -p ~/.claude/skills/nx-import

Project

mkdir -p .claude/skills/nx-import

Source Repository

Stars
25
Forks
4
Watchers
25
License
MIT
Last Push
2 months ago
Created
6 months ago