What problem does it solve?
This Skill turns structured JSON specifications into interactive terminal interfaces, removing the need to hand-build complex Ink layouts, state handling, and action wiring.
Core Features & Use Cases
- Terminal UI Rendering: Render dashboards, menus, forms, tables, and status views in the terminal from a catalog-driven JSON spec.
- Interactive Behavior: Support text input, selection, confirmation, tabs, visibility rules, bindings, and action dispatch without manual control-flow plumbing.
- Streaming AI Output: Progressively render evolving specs from JSONL patch streams for live, model-generated terminal experiences.
- Use Case: Build a command-line operations console that shows metrics, accepts user input, updates state, and conditionally reveals panels based on interactions.
Quick Start
Use the ink skill to generate a terminal dashboard spec with headings, cards, interactive controls, and state-driven visibility for a real command-line application.