oxfmt
v1.0.0+codex.4cd2129888e1oxfmt — the fast Rust formatter from the oxc project, a Prettier-compatible alternative formatting JS/TS/JSX plus JSON, CSS, YAML, TOML, GraphQL, Markdown and Vue. Use when formatting or checking with oxfmt, configuring `.oxfmtrc.json`, migrating off Prettier/Biome (`--migrate`), or enabling built-in `sortImports`/`sortPackageJson`/`sortTailwindcss`. Note: bare `oxfmt` REWRITES FILES IN PLACE. The formatter — not oxlint, Prettier/Biome, or ruff format.
By Alberto LealLicense: MIT22 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add oxfmt@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dashed/claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/oxfmt/.
Plugin files
├── .codex-plugin/plugin.json└── skills/oxfmt/SKILL.md
Included Skills1
oxfmt — the fast Rust code formatter from oxc (the Oxidation Compiler), a Prettier-compatible alternative that formats JS/TS/JSX plus JSON, CSS/SCSS/Less, YAML, TOML, GraphQL, Markdown, HTML and Vue. Use when formatting or checking code with oxfmt, configuring `.oxfmtrc.json` / `.oxfmtrc.jsonc`, migrating a project off Prettier or Biome (`--migrate`), enabling its built-in `sortImports` / `sortPackageJson` / `sortTailwindcss` / `jsdoc` features that Prettier needs plugins for, or wiring `oxfmt --check` into CI. Triggers on mentions of oxfmt, `.oxfmtrc`, `npx oxfmt`, or the oxc formatter. Read it before running oxfmt at all: bare `oxfmt` REWRITES FILES IN PLACE, the opposite of `prettier`, which prints to stdout. This is oxfmt, the formatter — NOT oxlint (its sibling linter, a separate skill here), NOT Prettier or Biome themselves, and NOT `ruff format` (the Python formatter, also a separate skill here).
Plugin manifests1
{
"name": "oxfmt",
"version": "1.0.0+codex.4cd2129888e1",
"description": "oxfmt — the fast Rust formatter from the oxc project, a Prettier-compatible alternative formatting JS/TS/JSX plus JSON, CSS, YAML, TOML, GraphQL, Markdown and Vue. Use when formatting or checking with oxfmt, configuring `.oxfmtrc.json`, migrating off Prettier/Biome (`--migrate`), or enabling built-in `sortImports`/`sortPackageJson`/`sortTailwindcss`. Note: bare `oxfmt` REWRITES FILES IN PLACE. The formatter — not oxlint, Prettier/Biome, or ruff format.",
"author": {
"name": "Alberto Leal"
},
"license": "MIT",
"keywords": [
"oxfmt",
"javascript",
"typescript",
"formatter",
"prettier",
"oxc",
"cli"
],
"interface": {
"displayName": "Oxfmt",
"shortDescription": "oxfmt — the fast Rust formatter from the oxc project, a Prettier-compatible alternative formatting JS/TS/JSX plus JSON, CSS, YAML, TOML, GraphQL, Markdown and Vue. Use when...",
"longDescription": "oxfmt — the fast Rust formatter from the oxc project, a Prettier-compatible alternative formatting JS/TS/JSX plus JSON, CSS, YAML, TOML, GraphQL, Markdown and Vue. Use when formatting or checking with oxfmt, configuring `.oxfmtrc.json`, migrating off Prettier/Biome (`--migrate`), or enabling built-in `sortImports`/`sortPackageJson`/`sortTailwindcss`. Note: bare `oxfmt` REWRITES FILES IN PLACE. The formatter — not oxlint, Prettier/Biome, or ruff format.",
"developerName": "Alberto Leal",
"category": "Productivity",
"capabilities": [
"Skills"
],
"defaultPrompt": [
"Use $oxfmt for this task."
]
},
"repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/oxfmt",
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[oxfmt on Agent Plugins Marketplace](https://pluginsmp.com/plugins/oxfmt)