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

Quick Start

Installs
3
Repository
openlark/skills
GitHub Stars
4
First Seen
Aug 8, 2026
ink-tui — openlark/skills