What problem does it solve? Creative requests span many domains—ASCII art, scientific figures, music generation, UI mockups, presentations—and picking the right tool for each request is error-prone. This Skill acts as a unified routing layer that dispatches each task to exactly one of 25 specialized member skills instead of executing at the suite level. ## Core Features & Use Cases - Unified Routing: Accepts a task description and context, then routes to the single correct member skill (e.g., ascii-art, manim-video, heartmula, p5js, powerpoint) and returns a traceable result. - Domain Coverage: Members handle ASCII art and video, comics and infographics, scientific figures with Nature-style palettes, music generation from lyrics, pixel art, p5.js generative art, PowerPoint files, and disposable HTML design mockups. - Safety Rules: Enforces constraints such as querying TouchDesigner parameter metadata via td_get_par_info before any write operation, and returning structured error reports with recovery suggestions instead of raw exceptions. - Use Case: A user asks to turn the word "Synthos" into an ASCII banner; the suite routes the request to the ascii-art member and returns the member's output with a routing trace. ## Quick Start Ask the assistant to handle a creative request such as generating an ASCII art banner, a scientific figure, or a short music track, and it will route the task to the appropriate member skill.