oxidizer-workflow

Installation
SKILL.md

Oxidizer Workflow Skill

Purpose

Orchestrates the oxidizer-workflow recipe to migrate Python codebases to Rust. The workflow is recursive and goal-seeking — it loops until 100% feature parity is achieved, with quality audit and silent degradation checks on every iteration.

When to Use

  • Migrating a Python module, package, or CLI to Rust
  • Porting a Python library to a standalone Rust crate
  • Creating a Rust binary that replaces a Python tool

Core Principles

  1. Tests first — Python test coverage must be complete before any porting begins
  2. Zero tolerance — 100% parity required; partial results are not accepted
  3. Quality gates — Every iteration runs clippy, fmt, and a full test suite
Related skills
Installs
34
GitHub Stars
62
First Seen
Mar 9, 2026