oxc
Fast Rust toolchain for JavaScript parsing, linting, formatting, and minifying
All Skills in This Repository (4)
Pure Emerald Level Indicatorsmigrate-oxfmt
Migrate Prettier or Biome formatting configs to Oxfmt's .oxfmtrc.json.
migrate-oxlint
Migrate ESLint configurations to Oxlint and generate a compatible Oxlint setup.
insta-snapshots
Manage insta snapshot tests non-interactively in the Oxc codebase.
performance-lint-rules
Reviews Rust linter rule implementations in Oxc for performance optimization opportunities.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core