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
Related skills
Installs
24
GitHub Stars
1.7K
First Seen
Jan 24, 2026