SuperLightTUI
Build and migrate fast Rust terminal user interfaces
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install SuperLightTUI?▼
Run `npx skills add subinium/SuperLightTUI --all -g -y` in your terminal to install all skills in this suite globally.
How to build a terminal UI in Rust quickly?▼
The slt skill guides your agent to write immediate-mode SuperLightTUI apps using one closure, plain Rust state, and built-in widgets like tables, forms, and charts.
How to migrate from ratatui to SuperLightTUI?▼
The slt-migration skill provides verified widget, layout, event, and state mappings from ratatui, cursive, or Python textual to SuperLightTUI v0.23.
Does SuperLightTUI work with Claude Code and other coding agents?▼
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding agents.
Why use SuperLightTUI instead of ratatui?▼
It removes the app trait, manual event loop, and layout math while cutting the dependency tree roughly in half, making terminal apps faster to write and easier for agents to generate.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core