← ClaudeAtlas

opentuilisted

Build terminal UIs with OpenTUI. Covers core, components, audio, keymaps, React, Solid, plugins, testing, standalone executables, QR encoding, SSH, and Three.js WebGPU.
Mark-Life/peektrace · ★ 2 · Web & Frontend · score 66
Install: claude install-skill Mark-Life/peektrace
# OpenTUI Skill Canonical reference docs are authored once in sibling `docs/**/*.mdx` files. Inside the OpenTUI repo, this skill root lives at `packages/web/src/content/`, so the same files are also visible at `packages/web/src/content/docs/**/*.mdx`. ## Path invariant - `/docs/<slug>` maps to `docs/<slug>.mdx` relative to this skill root - in the repo, that same slug maps to `packages/web/src/content/docs/<slug>.mdx` ## Reading order by area - Getting started: `/docs/getting-started` - Core: `/docs/core-concepts/renderer` - Testing: `/docs/core-concepts/testing` - Audio: `/docs/core-concepts/audio` - Keymap: `/docs/keymap/overview` - React: `/docs/bindings/react` - Solid: `/docs/bindings/solid` - Components: `/docs/components/text`, `/docs/components/input` - Layout: `/docs/core-concepts/layout` - Keyboard: `/docs/core-concepts/keyboard` - Plugins: `/docs/plugins/slots` - Runtime and packaging: `/docs/reference/env-vars`, `/docs/reference/standalone-executables` - Package entrypoints: `/docs/reference/package-entrypoints` - QR encoding: `/docs/reference/qr-encoder` - SSH: `/docs/reference/ssh` - Three.js WebGPU: `/docs/reference/three` ## Quick routing by intent | Intent(s) | Start here | | -------------------------------------------------------------------------------------------------- | ------------------------------------------- | | `getting-s