What problem does it solve? Exploring large visual or structural decision spaces — design tokens, SQL queries, code architecture, document feedback — is hard to express as plain text. This Skill builds self-contained interactive HTML tools that let users configure options visually, see a live preview, and copy out a natural-language prompt capturing their choices. ## Core Features & Use Cases - Six ready templates: design playgrounds, data explorers, concept maps, document critiques, diff reviews, and code architecture maps, each with layout, control, and prompt-output patterns. - Self-contained output: every playground is a single HTML file with inlined CSS and JS, no external dependencies, dark theme, presets, and instant live preview. - Prompt generation: controls update a natural-language prompt that mentions only non-default choices, with a clipboard copy button. - Use Case: A user wants to tune a card component's border-radius, shadow, and hover behavior. The Skill generates a design playground with sliders and toggles; the user adjusts controls, watches the preview update, and copies a prompt like "Update the card to use 12px border-radius and a subtle shadow." ## Quick Start Ask the AI to build an interactive playground for the topic you want to explore, such as a button style explorer or a SQL query builder.