What problem does it solve? Moving projects from standalone repositories or other monorepos into an Nx workspace breaks builds, tests, linting, and TypeScript project references in dozens of subtle ways. This Skill guides the nx import process and provides fixes for the common failure modes encountered during monorepo consolidation. ## Core Features & Use Cases - Import Strategy Selection: Choose between subdirectory-at-a-time and whole-repo imports based on whether the source is a monorepo, and detect applications versus libraries to place them in the correct destination directories. - Post-Import Troubleshooting: Fix pnpm workspace globs, missing root dependencies, TypeScript project references, ESLint version conflicts, Jest preset setup, and project name collisions. - Technology-Specific Guides: Apply dedicated references for ESLint, Gradle, Jest, Next.js, Turborepo, and Vite (including React, Vue, React Router 7, and TanStack Start) migrations. - Use Case: You need to merge five standalone React apps (CRA, Next.js, Vite, React Router 7, TanStack Start) into one Nx workspace. The Skill walks you through importing each repo, cleaning stale files, fixing tsconfig settings, and verifying all build, test, and lint targets pass. ## Quick Start Ask the assistant to import a source repository into your Nx workspace and fix any resulting build, test, or lint failures.