What problem does it solve? Merging existing repositories into an Nx monorepo breaks builds in predictable ways: wrong pnpm workspace globs, missing root dependencies, incompatible TypeScript settings, broken ESLint and Jest setups, and project name collisions. This Skill guides the entire nx import process and provides fixes for every common failure. ## 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 for correct destination placement. - Systematic Issue Resolution: Fix pnpm workspace globs, merge root dependencies and nx.json targetDefaults, repair TypeScript project references, and resolve project name collisions. - Technology-Specific Guidance: Apply dedicated references for ESLint, Jest, Next.js, Vite (React, Vue, React Router 7, TanStack Start), Gradle, and Turborepo migrations. - Use Case: You need to merge three standalone React apps and a shared component library into one Nx workspace. The Skill walks you through importing each repo, fixing the tsconfig base settings for frontend frameworks, setting up Jest and ESLint, and verifying all targets pass. ## Quick Start Ask the AI to import a source repository into your Nx workspace using nx import and fix any resulting build, lint, or test failures.