What problem does it solve?
This gateway Skill makes it faster to find and load terminal UI skills when working with terminal user interfaces. By auto-activating and providing quick access to TUI knowledge, it reduces the time spent searching for the right TUI workflow and keeps you focused on building interfaces.
Core Features & Use Cases
- Automatic discovery of TUI skills when you start working on terminal UIs (Bubble Tea, Ratatui, ncurses-based apps)
- Category index with quick references and cross-links to related TUI skills
- Progressive loading: Level 1 gateway, Level 2 category overview, Level 3 load specific skills as needed
- Real-world workflow: quickly load bubbletea-architecture or ratatui-widgets to accelerate UI development
Quick Start
Load the full TUI category overview:
cat ~/.claude/skills/tui/INDEX.md
Load specific TUI skills on demand:
cat ~/.claude/skills/tui/bubbletea-architecture.md
cat ~/.claude/skills/tui/bubbletea-components.md
cat ~/.claude/skills/tui/ratatui-architecture.md