If you're building terminal UIs and want something more structured than raw ANSI escape codes, this gives you a consolidated reference for the OpenTUI framework across React, Vue, Solid, and vanilla implementations. The skill is organized around decision trees to help you pick the right framework, then loads detailed references for components and patterns. It's especially useful for the gotchas that aren't obvious, like never calling process.exit() directly or the nested tag requirement for text styling in React. The create-tui scaffolding tool is picky about argument order, which the skill documents upfront. Think of this as the missing manual for OpenTUI if you're past the hello world stage and actually shipping something.
npx skills add https://github.com/flora131/atomic --skill opentui