What problem does it solve?
The tui-builder Skill simplifies the debugging and development process of your Syllago CLI text user interface (TUI) components. It offers a golden rules checklist, component message contracts, and insights into common pitfalls to speed up development and maintenance.
Core Features & Use Cases
- Golden Rules Checklist: Verify interactive element parity, layout constraints, and state changes for robust TUI components.
- Component Message Contracts: Understand the messaging system for different components to build seamless interactivity.
- Gotchas: Avoid common traps with detailed notes on known issues and best practices.
- Use Case: When building the Syllago CLI TUI, this Skill can help developers quickly resolve layout bugs and implement new features without unexpected side effects.
Quick Start
Invoke the tui-builder Skill within the cli/internal/tui/ directory when working on the TUI of Syllago CLI.