What problem does it solve? Creative tasks span many media types—diagrams, videos, images, and code—and choosing the right tool for each request is error-prone. This Skill acts as a parent router that dispatches each creative request to the correct specialized sub-skill based on its medium. ## Core Features & Use Cases - Media-Based Routing: Directs requests to five sub-categories: diagrams (academic charts, infographics), video-audio (Manim, FFmpeg, AI music), image-art (sketch, pixel art, comics), web-code (p5.js, TouchDesigner), and tools (ComfyUI, paper-to-PPT). - Input Contract Validation: Verifies that creative_request, style, and output_format parameters are present and valid before dispatching. - Structured Error Handling: Returns errors with context and recovery suggestions for empty requests, invalid styles, or unknown output formats instead of failing silently. - Use Case: A user asks for an animated math explainer video; the router identifies the medium as video and dispatches the task to the manim-video sub-skill with validated parameters. ## Quick Start Route my creative request to the right sub-skill: generate an academic architecture diagram in a clean minimalist style as a PNG image.