A comprehensive design system for building terminal UIs that actually covers the hard decisions: which layout paradigm fits your use case (Miller columns for file browsers, multi-panel for git clients, widget dashboards for monitoring), how to handle terminal resizing without crashing, and keyboard navigation patterns from simple keybindings to vim-style modes. Framework agnostic, so it applies whether you're using Ratatui, Ink, Textual, or Bubbletea. The layout selector alone is worth it because it maps common app types to proven patterns with real examples like lazygit and k9s. Treats TUI design as actual interface design, not just "make it work in the terminal."
npx skills add https://github.com/hyperb1iss/hyperskills --skill tui-design