creative

Route creative requests to sub-skills for diagrams, video, image art, and creative coding.

6|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/yakeworld/Synthos --skill creative-yakeworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creative
Source: https://github.com/yakeworld/Synthos/tree/main/skills/extended/external-automation/creative
Command: npx skills add https://github.com/yakeworld/Synthos --skill creative-yakeworld

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about creative

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right tool for a creative task like diagrams or video?

Submit your request with a description, style preference, and output format. The router matches the medium to a sub-category: diagrams for charts, video-audio for Manim or FFmpeg work, image-art for pixel art and comics, web-code for p5.js, and tools for ComfyUI.

What sub-skills are available for creative content generation?

The suite covers 23 skills across five categories, including academic-diagram, manim-video, comfyui, p5js, pixel-art, baoyu-comic, baoyu-infographic, and creative-ideation for project inspiration.

What input parameters does the creative router require?

Three parameters are required: creative_request (the task description), style (visual style preference), and output_format (chart, video, image, or code). All three must be non-empty and valid before routing occurs.

What happens when a creative request is empty or has an invalid format?

The router rejects the request and returns a structured error containing the error type, context, and recovery suggestions. It never fails silently or produces partial output for invalid input.

Can I generate both images and videos with this skill?

Yes, but each request is routed to exactly one specialized sub-skill based on its medium. Image tasks go to image-art or tools sub-skills like ComfyUI, while video tasks route to video-audio sub-skills like manim-video.