oxc-projectoxc-projectOfficialยท4 Agent Skills Included

oxc

Fast Rust toolchain for JavaScript parsing, linting, formatting, and minifying

Parses, lints, formats, transforms, and minifies JavaScript and TypeScript code at very high speed. Replaces slow tools like ESLint, Prettier, and Babel with a single Rust-based toolchain. Includes migration skills that convert existing ESLint and Prettier configs automatically. Helps teams cut build times and enforce code quality with minimal setup.
npx skills add oxc-project/oxc --all -g -y
Available:

Tells the AI agent how the Oxc workspace is organized, which commands to run for building and testing each crate, and the quality rules to follow when modifying the toolchain.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Oxc?โ–ผ

Run `npx skills add oxc-project/oxc --all -g -y` in your terminal to install all skills in this suite globally.

How to migrate from ESLint to Oxlint?โ–ผ

The migrate-oxlint skill runs the official migration tool, converts your ESLint config to `.oxlintrc.json`, and maps plugins and rules automatically.

How to migrate from Prettier to Oxfmt?โ–ผ

The migrate-oxfmt skill converts your Prettier or Biome config into an `.oxfmtrc.json` file and updates your scripts and CI commands.

Is Oxc faster than ESLint and Prettier?โ–ผ

Yes. Oxc is written in Rust and runs linting and formatting many times faster than ESLint and Prettier on large codebases.

Does Oxc work with AI coding agents?โ–ผ

Yes. The included skills follow the SKILL.md standard, so agents like Claude Code and Cursor can run migrations and manage snapshot tests directly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’