gentleman-bubbletea

Installation
SKILL.md

When to Use

Use this skill when:

  • Adding new screens to the TUI installer
  • Handling keyboard input or navigation
  • Creating new UI components with Lipgloss
  • Working on screen transitions or state management

Critical Patterns

Pattern 1: Screen Constants in model.go

All screens MUST be defined as Screen constants in model.go:

type Screen int
Installs
66
GitHub Stars
4.6K
First Seen
Feb 23, 2026
gentleman-bubbletea — gentleman-programming/engram