metaspartan-go-tui
Installation
SKILL.md
metaspartan-go-tui
Scaffold Go TUIs with github.com/metaspartan/gotui/v5 — a tcell v3-based
immediate-mode library with a rich widget set, true-color support, and first-class
SSH server support.
This skill is self-contained: use the instructions, local reference pages, and templates in this directory without consulting anything else.
When to Use This Skill
| If you want to build… | Use this skill? |
|---|---|
| A Go terminal dashboard (system monitor, log viewer, data UI) | Yes |
| A Go CLI tool with rich interactive UI | Yes |
| A multi-tenant SSH TUI server in Go | Yes |
| An Elm-architecture Go TUI (Model/Update/View + messages) | No — use bubbletea |
| A Rust / Python / Node TUI | No — wrong language |
| A simple stdin/stdout CLI with no UI | No — overkill |