Migrating from ESLint to Oxlint means dealing with config translation, plugin mapping, and figuring out which rules didn't make the cut. This skill wraps the official @oxlint/migrate tool and walks you through the whole process: running the migration, reviewing the generated .oxlintrc.json, handling the dozen or so ESLint plugins that have native Oxlint equivalents, and dealing with edge cases like local plugins or type-aware rules. The tables mapping ESLint plugins to Oxlint's built-in ones are genuinely helpful. It's thorough about the stuff that breaks, like eslint-plugin-prettier being supported but slow, and settings blocks not working in overrides. Good for teams actually making the switch, not just kicking the tires.
npx skills add https://github.com/oxc-project/oxc --skill migrate-oxlint