What problem does it solve?
This Skill helps you add reusable data transformation logic to json-render catalogs and renderers without rebuilding the same formatting, math, and localization behavior in every project.
Core Features & Use Cases
- Pre-built directives: Use ready-made helpers for formatting dates and numbers, doing arithmetic, truncating text, joining arrays, pluralizing labels, and translating strings.
- Custom directive authoring: Define your own directive logic when your catalog needs specialized behavior that still composes cleanly with existing expressions.
- Cross-renderer wiring: Apply the same directive set during prompt generation and in React, Vue, Svelte, or Solid rendering flows.
- Use case: Build a multilingual dashboard where prices, counts, and labels are generated from structured data and rendered consistently across platforms.
Quick Start
Add the standard directives to your catalog prompt and renderer so your generated specs can format values, perform calculations, and translate text consistently.