AI AGENT ADDONS

Migrate Oxfmt

oxc-project/oxc

Switching your code formatter is easy with the Oxfmt migration guide. Oxfmt is a fast tool that works just like Prettier but runs much quicker. It can automatically move your settings from Prettier or Biome to Oxfmt.

The migration tool reads your existing config and creates a new .oxfmtrc.json file. It also migrates your ignore patterns and plugin options. You only need to run one command to get started.

After migration, you can review the generated config and adjust a few key settings. This guide shows you exactly what to check and how to handle unsupported options. You will have a clean, fast formatter in no time.

Add Migrate Oxfmt skill to your workflow

Global

mkdir -p ~/.claude/skills/migrate-oxfmt

Project

mkdir -p .claude/skills/migrate-oxfmt

Source Repository

Stars
21,755
Forks
1,096
Watchers
21,755
License
MIT
Last Push
1 month ago
Created
3 years ago