subiniumsubiniumCommunity·2 Agent Skills Included

SuperLightTUI

Build and migrate fast Rust terminal user interfaces

Builds interactive terminal applications in Rust with a small immediate-mode API covering layout, widgets, themes, and charts. Migrates existing ratatui, cursive, or Python textual codebases to SuperLightTUI with verified API mappings. Eliminates manual event loops, layout math, and hit testing so terminal apps ship faster with fewer dependencies.
npx skills add subinium/SuperLightTUI --all -g -y
Available:

Instructs the agent to respond in Korean, run the mandatory formatting, lint, and test quality gates before any commit, and follow the strict eight-step release workflow for this repository.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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