Exporters Builder
Use this skill when implementing export functions (CSS variables and JSON) and output formatting per v0.3 spec.
Workflow
- •Read
src/planning/spec-v0.3.mdand the relevant phase insrc/planning/roadmap-v0.3.md. - •Implement exporters in
src/exportwithOutputOptions(precision, formats). - •Ensure optional
metadata is included only when requested. - •Add minimal snapshot-like tests for CSS vars and JSON output.
Guardrails
- •Preserve the public API surface for v0.3 (
exportThemeCss,exportThemeJson). - •Keep output stable and deterministic (ordering, precision).