·bubbletea-docs
""

bubbletea-docs

Bubble Tea is a Go framework for building elegant terminal user interfaces (TUIs). Use when building CLI applications with interactive menus, forms, lists, tables, or any terminal UI. Based on The Elm Architecture (Model-View-Update). Key features: keyboard/mouse input, responsive layouts, async commands, Bubbles components (spinner, list, table, viewport, textinput, progress). Includes Lip Gloss for styling and Huh for forms.

10Installs·0Trend·@quantmind-br

Installation

$npx skills add https://github.com/quantmind-br/skills --skill bubbletea-docs

How to Install bubbletea-docs

Quickly install bubbletea-docs AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/quantmind-br/skills --skill bubbletea-docs
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: quantmind-br/skills.

SKILL.md

View raw

Bubble Tea is a powerful TUI framework for Go based on The Elm Architecture. Every program has a Model (state) and three methods: Init() (initial command), Update() (handle messages), View() (render UI as string).

| Component | Import | Init | Key Method |

| Spinner | bubbles/spinner | spinner.New() | .Tick in Init | | TextInput | bubbles/textinput | textinput.New() | .Focus(), .Value() | | TextArea | bubbles/textarea | textarea.New() | .Focus(), .Value() | | List | bubbles/list | list.New(items, delegate, w, h) | .SelectedItem() | | Table | bubbles/table | table.New(opts...) | .SelectedRow() |

Bubble Tea is a Go framework for building elegant terminal user interfaces (TUIs). Use when building CLI applications with interactive menus, forms, lists, tables, or any terminal UI. Based on The Elm Architecture (Model-View-Update). Key features: keyboard/mouse input, responsive layouts, async commands, Bubbles components (spinner, list, table, viewport, textinput, progress). Includes Lip Gloss for styling and Huh for forms. Source: quantmind-br/skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/quantmind-br/skills --skill bubbletea-docs
Category
""Writing
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from quantmind-br/skills

Quick answers

What is bubbletea-docs?

Bubble Tea is a Go framework for building elegant terminal user interfaces (TUIs). Use when building CLI applications with interactive menus, forms, lists, tables, or any terminal UI. Based on The Elm Architecture (Model-View-Update). Key features: keyboard/mouse input, responsive layouts, async commands, Bubbles components (spinner, list, table, viewport, textinput, progress). Includes Lip Gloss for styling and Huh for forms. Source: quantmind-br/skills.

How do I install bubbletea-docs?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/quantmind-br/skills --skill bubbletea-docs Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/quantmind-br/skills