SkillMachine
All skills

Presentation Visual Generator

Presentation web

Generates theme-locked, cohesive line-art illustrations for presentation decks and delivers them as a set of alpha-embedded PNGs.

Live output preview

A plan is required to view this content

Choose a plan to access input format, sample outputs, and live previews.

View Plans →

About the skill

Presentation Visual Generator

Generates style-locked line-art illustrations for presentation decks (sunum-html and sunum-remotion). The real value is not each individual visual but style consistency: all illustrations within a deck come in the same line language, the same weight, and the same palette. It achieves this with a fixed prompt skeleton per theme + a fixed model (Wiro Run API → gpt-image-2).

When to use:

  • When you need 2-4 step illustrations for an illustratedSteps scene
  • When a hero visual is wanted for a statement/hub scene
  • When asked to "visualize these 3 modes/stages in the deck style"

How it works: There is a locked palette for three themes — Agent Dark (orange), Huge If True (lime), Tech Blue (cyan). Only the <SAHNE> description changes; everything else stays fixed. Since gpt-image-2 doesn't produce a transparent background, a dark-background PNG is generated, then converted with make-transparent.py by embedding alpha = max(R,G,B) into a transparent PNG that fuses maskless into any theme.

Output: A set of alpha-embedded line-art PNGs matching the deck theme (1:1 illustratedSteps hero by default, 16:9 full-frame for statement). The generated visuals are delivered ready to be wired into the illustratedSteps step structure ({img, num, h, p}); text/numbers always come from the DOM or Remotion and are never printed by the AI.

How do I use this skill?

You don't "run" a skill — after installing it you just tell the agent your task (e.g. ask for the relevant job), and the skill kicks in by itself when its description matches.

Upload the sunum-gorsel-uretici.zip you downloaded as-is — no packaging needed, the format is already correct (folder at root).

  1. Open Settings → Customize → Skills
  2. Upload → select the sunum-gorsel-uretici.zip you downloaded
  3. Claude reads SKILL.md; the name + description appear. Ready ✅

Scripts run in Anthropic's code-execution environment (sandbox) — not on your machine.