ink-tui
Installation
SKILL.md
Ink Skill Guide
Overview
Ink renders React components directly to the terminal using Yoga layout (Flexbox for CLI). It handles diffing, re-rendering, and terminal I/O. Components receive real React state, effects, and hooks — the same mental model as web React.Requires Node.js 22+ and React 19.2+ as peer dependencies.
Triggers
when the user wants to create CLI/TUI apps, terminal dashboards, interactive prompts, colored terminal output, spinners, progress bars, or tables using JSX/React syntax.
- building CLI apps with React
- creating interactive terminal UIs
- rendering styled terminal output
- handling keyboard input in the terminal
- terminal layout with Flexbox/Yoga