๐Ÿ”ง
QualityTypeScript

Migrate to Oxlint

by Ohh-889

Migrate to Oxlint is a Quality skill for Claude Code, published by Ohh-889 in skyroc-admin.

786 stars169 forkson Ohh-889/skyroc-adminAdded 2026/07/20Repository updated 2026/07/22
adminantdreactreact-adminreact19tanstack-querytanstack-router
Install in seconds
Install Migrate to Oxlint
Copy Migrate to Oxlint into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Ohh-889/skyroc-admin/tree/master/.agents/skills/migrate-oxlint ~/.claude/skills/migrate-oxlint

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Ohh-889/skyroc-admin.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/migrate-oxlint/SKILL.md in Ohh-889/skyroc-admin
Installs to
~/.claude/skills/migrate-oxlint
Collection
One of 20 skills cataloged from this repository
Category
Quality โ€” 1897 skills

What Migrate to Oxlint does

Guide for migrating a JavaScript/TypeScript project from ESLint to Oxlint. Use when switching linters to take advantage of Oxlint's performance.

Migrate to Oxlint is cataloged under Quality on DirSkills. Migrate to Oxlint comes from a repository tagged admin, antd, react, react-admin and react19.

Documentation

README

This skill guides you through migrating a JavaScript/TypeScript project from ESLint to Oxlint.

Overview

Oxlint is a high-performance linter that implements many popular ESLint rules natively in Rust. It can be used alongside ESLint or as a full replacement.

An official migration tool is available, and will be used by this skill: @oxlint/migrate

Step 1: Run Automated Migration

Run the migration tool in the project root:

npx @oxlint/migrate

This reads your ESLint flat config (eslint.config.js for example) and generates a .oxlintrc.json file from it. It will find your ESLint config file automatically in most cases.

See options below for more info.

Key Options

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Migrate to Oxlint

  • What else does Ohh-889 publish alongside Migrate to Oxlint?

    Migrate to Oxlint is one of 20 skills that DirSkills catalogs from Ohh-889/skyroc-admin, the repository it ships in. Its siblings there include Code Simplifier, Code Simplifier and Component Doc. Each one is a separate skill with its own page in this directory, installs the same way Migrate to Oxlint does, and is maintained by Ohh-889 in that same repository. The rest of the collection is listed on the Ohh-889/skyroc-admin page.

  • How does Migrate to Oxlint compare to other Quality skills?

    Migrate to Oxlint ranks #991 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Migrate to Oxlint against them. Open each page to compare what they document and how they install.

More from Ohh-889/skyroc-admin

Migrate to Oxlint is one of 20 skills cataloged on DirSkills from Ohh-889/skyroc-admin.

See all 20 skills โ†’