data-algo-viz
Installation
SKILL.md
Data-Algo-Viz: Terminal Algorithm Visualization
A companion skill to data-algo that renders algorithmic analysis as rich terminal UI. Powered by @json-render/ink — every visualization is a JSON spec rendered natively in the terminal.
Architecture
User triggers data-algo → analysis + implementation
↓
data-algo-viz activates
↓
Generate JSON spec from analysis data
↓
node scripts/render.mjs <spec.json>
↓
Rich terminal UI appears inline