migrate-oxfmt

Migrate JavaScript/TypeScript projects from Prettier or Biome to Oxfmt.

785|169|Updated Aug 8, 2024
One-click install
npx skills add https://github.com/Ohh-889/skyroc-admin --skill migrate-oxfmt-ohh-889
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-oxfmt
Source: https://github.com/Ohh-889/skyroc-admin/tree/main/.agents/skills/migrate-oxfmt
Command: npx skills add https://github.com/Ohh-889/skyroc-admin --skill migrate-oxfmt-ohh-889

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides you through migrating a JavaScript/TypeScript project from Prettier or Biome to Oxfmt, helping teams standardize formatting tooling.

Core Features & Use Cases

  • Automated migration: generate .oxfmtrc.json with migrated options from Prettier or Biome.
  • Config mapping: translate Prettier/Biome settings to oxfmt equivalents and migrate ignore patterns.
  • Workflow guidance: step-by-step process for validating and updating CI/scripts to adopt Oxfmt.

Quick Start

Run the automated migration with npx oxfmt@latest --migrate prettier (for Prettier sources) or --migrate biome (for Biome sources) to start the process.

Frequently Asked Questions about migrate-oxfmt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate a JavaScript project from Prettier to Oxfmt?

Oxfmt migration translates Biome configurations into Oxfmt equivalents, generating a default .oxfmtrc.json file. It migrates ignore patterns and offers validation steps to ensure your Biome settings properly map to Oxfmt.

Can I migrate existing ignore patterns when switching to Oxfmt?

Yes, the Oxfmt migration process includes a structured workflow for validating configurations and updating CI pipelines. It guides you through adopting Oxfmt across both local development and continuous integration scripts.

How do I map Prettier configuration options to Oxfmt equivalents?

The Oxfmt migration implements option mapping to translate Prettier settings into Oxfmt equivalents. This configuration mapping ensures your formatting preferences are preserved when generating the new .oxfmtrc.json file.

What is the process to update CI pipelines for Oxfmt adoption?

The Oxfmt migration process includes a structured workflow for validating configurations and updating CI pipelines. It guides you through adopting Oxfmt across both local development and continuous integration scripts.