oxc-project
@oxc-project Organization
4 Skills
89984 Total Stars
August 2026 Joined
Public Skills
migrate-oxfmt
by oxc-project
Guide for migrating a project from Prettier or Biome to Oxfmt. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's formatter from Prettier or Biome to Oxfmt.
performance-lint-rules
by oxc-project
Performance review guidance for Oxc linter rule implementations. Use only when reviewing Rust rule code under crates/oxc_linter/src/rules/ or when explicitly auditing those rules for performance improvements.
migrate-oxlint
by oxc-project
Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.
insta-snapshots
by oxc-project
Guide for working with and updating insta snapshot tests in Oxc without terminal interaction.