What problem does it solve?
This Skill solves the difficulty of translating visual design concepts or screenshots into consistent, accessible, and framework-portable Terminal User Interface (TUI) code.
Core Features & Use Cases
- 3-Phase Decomposition: A structured protocol to ground, plan, and generate TUI layouts from any visual or descriptive input.
- Multi-Framework Support: Generate code for BubbleTea (Go), Ink (Node.js), or Textual (Python) using a unified schema.
- Accessibility & Stability: Ensures WCAG-compliant color usage and prevents common TUI rendering artifacts like ghosts or flicker.
- Use Case: Rapidly prototype a new CLI dashboard by providing a screenshot, then generate the corresponding BubbleTea code with responsive layout logic.
Quick Start
Use the designing-tuis skill to decompose the attached screenshot into a layout tree and generate the corresponding BubbleTea framework code.