creative-tools

Routes creative tasks to 25 member skills covering images, video, music, and design.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about creative-tools

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

FAQPage Schema
How do I generate ASCII art, music, or video from one place?

Submit a task description and context to the suite, which routes the request to the matching member skill such as ascii-art, heartmula for music, or manim-video for animation. The result includes a trace showing which member executed the task.

What creative tools are included in this skill suite?

The suite merges 25 member skills covering ASCII art and video, comics, infographics, scientific figures, p5.js generative art, pixel art, PowerPoint files, music generation, spectrograms, UI design mockups, and TouchDesigner integration.

Can I use TouchDesigner parameters directly without metadata lookup?

No. The rules require calling td_get_par_info first to obtain accurate parameter metadata for the operator type before any write operation. Guessing parameter names is rejected and returns a structured error report with recovery suggestions.

Does the suite execute creative tasks itself or delegate them?

It only routes. Each task must be dispatched to exactly one of the 25 member skills, which performs the actual execution. Suite-level direct execution violates the routing contract and fails verification.

What happens when a creative task fails during execution?

Failures return a structured error report containing the failed step, contextual reason, and an actionable recovery suggestion rather than a raw exception. Inputs are also validated against the IO contract before execution.