Builds terminal UIs in Go using the Bubbletea framework with proper Elm architecture patterns. Ships with production templates for dual-pane layouts, accordion modes, and mouse/keyboard handling, plus a full component library (lists, dialogs, tables, preview panes). The real value is in the Four Golden Rules documentation that prevents the most common TUI bugs: accounting for borders in height calculations, explicit text truncation to avoid auto-wrapping chaos, matching mouse detection to your layout orientation, and using proportional weights instead of fixed pixels. Also includes physics-based effects like metaballs and wave animations if you want your CLI to look fancy.
npx skills add https://github.com/ggprompts/tfe --skill bubbletea