Consolidated skill for building terminal user interfaces with OpenTUI. Use decision trees below to find the right framework and components, then load detailed references.
Framework references follow a 5-file pattern. Cross-cutting concepts are single-file guides.
| REFERENCE.md | Overview, when to use, quick start | Always read first | | api.md | Runtime API, components, hooks | Writing code | | configuration.md | Setup, tsconfig, bundling | Configuring a project | | patterns.md | Common patterns, best practices | Implementation guidance | | gotchas.md | Pitfalls, limitations, debugging | Troubleshooting |
Comprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API, React reconciler, and Solid reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing. Source: christian-bromann/langchain-skills.