This handles the messy reality of consolidating repositories into an Nx monorepo while preserving git history. It covers the two main strategies: importing subdirectories one at a time (recommended for monorepos) versus whole repositories (for single-project repos only). The real value is in the gotchas it documents. Nx import doesn't merge root dependencies, targetDefaults, or namedInputs, so you'll need to manually diff and reconcile configs. It also botches pnpm workspace globs by adding literal directory names instead of glob patterns, breaking cross-package imports until you fix it. Worth having if you're migrating multiple repos into Nx, since the official docs don't cover half of these issues.
npx skills add https://github.com/nrwl/nx-ai-agents-config --skill nx-import