What problem does it solve? Building browser demos where text flows around moving shapes, forms game geometry, or shatters into particles requires knowing line breaks before rendering, which CSS and the DOM cannot provide without expensive reflows. ## Core Features & Use Cases - Variable-width text reflow: Uses layoutNextLineRange to flow paragraphs around dragged sprites, ASCII logos, and morphing wire shapes at 60fps. - Text-as-geometry demos: Builds Breakout-style games with word-bricks, per-grapheme shatter physics, kinetic typography, and multiline shrink-wrap cards. - Ready-made templates and patterns: Ships two working single-file HTML starters plus a patterns reference covering seven reusable demo recipes. - Use Case: A user asks for a cool demo where an editorial paragraph parts around a draggable glowing orb; the skill produces a self-contained HTML file using pretext via esm.sh with a tuned dark palette and real prose. ## Quick Start Ask the agent to build a pretext demo where text flows around a draggable orb, and it will write a single self-contained HTML file you can open with python3 -m http.server.