skills/storyboard-video-orchestrator/SKILL.md
Plan and orchestrate a full AI‑generated video (e.g., a 10‑minute short film or promo) by breaking it into **5–10 second scenes**, attaching script lines and audio requirements to each scene, and coordinating downstream skills (video, music, SFX, voice) to produce all assets needed for final assembly.
npx skillsauth add tippyentertainment/skills storyboard-video-orchestratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.
Plan and orchestrate a full AI‑generated video (e.g., a 10‑minute short film or promo) by breaking it into 5–10 second scenes, attaching script lines and audio requirements to each scene, and coordinating downstream skills (video, music, SFX, voice) to produce all assets needed for final assembly.
This skill focuses on storyboarding, structuring, and orchestration, not on low‑level rendering.
Use this skill when the user wants to:
Typical use cases:
The assistant should ask for:
If any of these are missing, the skill should ask 2–4 clarifying questions before generating the storyboard.
voiceoverText (if any).dialogueLines (character → line).For each scene, define:
This creates a per‑scene audio spec that downstream skills can implement.
The main output is a structured storyboard document (JSON‑like, or a table) with entries like:
sceneNumberstartTime / endTime (cumulative)durationSecondsvisualDescriptioncameraStylevideoPrompt (for video generator)voiceoverTextdialogue (array of { character, line })musicSpec (mood, intensity, references)ambienceSpecsfxSpec (list of effects)notes (continuity, transitions, overlays, titles)The skill should also generate a human‑readable version (e.g., Markdown table) for review.
This skill does not run external tools itself, but it should explicitly prepare tasks for other skills:
comfyui-video-generator):
videoPrompt, durationSeconds, fps, resolution, reference images.comfyui-voice-generator):
voiceoverText, speaker style, language, pace, target duration.comfyui-audio-creator):
comfyui-soundfx-creator):
The skill should output these as clearly labeled sections or structured objects so an orchestrator can call the other skills in the correct order.
By default, respond with:
Overview
Global Plan
Storyboard Table (Condensed View)
Detailed Scene Specs
videoPrompt.voiceoverText and/or dialogue lines.musicSpec, ambienceSpec, sfxSpec.Orchestration Plan
comfyui-video-generator to render all scenes with given prompts/durations.comfyui-voice-generator to generate narration/dialogue per scene or per segment.comfyui-audio-creator for background music/ambience per segment.comfyui-soundfx-creator for per‑event SFX per scene.Next Actions
comfyui-video-generatorcomfyui-voice-generatorcomfyui-audio-creatorcomfyui-soundfx-creatorThis skill does not perform final rendering or editing; it creates a production‑ready blueprint and detailed per‑scene specs that other skills and tools can execute to build the complete video.
development
A top-tier product/UI designer skill that uses Tailwind v4 plus Google Gemini Nano Banana image models to craft visually stunning, “award‑winning” marketing sites and apps with strong art direction, motion, and systems thinking.
development
Meticulously detect and fix missing React/TSX imports, undefined components, and bundler runtime errors in the WASM SPA build/preview pipeline. Ensures JSX components, icons, and hooks are properly imported or defined before running the browser preview, so the runtime safety-net rarely triggers.
development
Debug and auto-fix Vite projects running inside WebContainers: resolve mount/root issues, alias/path errors, missing scripts, and other common dev-time problems so the app boots cleanly.
tools
Diagnose and fix Vite + React 19 configuration issues for TypeScript SPA and WASM preview builds. Specializes in React 19’s JSX runtime, @vitejs/plugin-react, path aliases, SPA routing, and dev-server behavior so the app and in-browser preview bundle cleanly without manual trial-and-error.