What problem does it solve?
This Skill automates the generation of native color-space conversion code from a formal TypeScript-based specification and verified reference, eliminating manual translation errors and speeding up cross-language implementation.
Core Features & Use Cases
- Supports a full suite of color spaces (srgb, linear-rgb, hsl, hwb, xyz-d65, xyz-d50, lab-d65, lab-d50, lch-d65, oklab, oklch) with tests and provenance.
- Generates language-specific implementations (TypeScript, Python, Rust, Go) from a canonical reference, ensuring deterministic translation, documentation headers, and 100% test coverage in the reference.
- Facilitates subset extraction and progressive disclosure in generated artifacts for maintainability and scope control.
Quick Start
Generate the full library by selecting all nodes and a target language, then review the generated artifacts.