skills/smithery.ai/gentleman-bubbletea

gentleman-bubbletea

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
3
First Seen
Apr 7, 2026