Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add gajulanagaraju/video-studio --skill "web-hero-video"
Install specific skill from multi-skill repository
# Description
Prepare short motion assets for website hero sections and scrolling sections.
# SKILL.md
name: web-hero-video
description: Prepare short motion assets for website hero sections and scrolling sections.
When asked to prepare a motion website asset:
- Use either:
- a trimmed real video clip from /clips
- a generated video from /videos
- Create a short loop, target 4 to 8 seconds
- Export web-ready mp4
- Extract one poster frame as jpg
- Save outputs into /output and /posters
- Recommend one background version and one focal version
Useful commands:
Trim:
ffmpeg -ss 00:00:03 -t 6 -i "
Poster:
ffmpeg -ss 00:00:04 -i "/Volumes/ExSSD/ai/projects/video-studio/output/hero-loop.mp4" -frames:v 1 "/Volumes/ExSSD/ai/projects/video-studio/posters/hero-poster.jpg"
Webm optional:
ffmpeg -i "/Volumes/ExSSD/ai/projects/video-studio/output/hero-loop.mp4" -c:v libvpx-vp9 -b:v 0 -crf 30 -an "/Volumes/ExSSD/ai/projects/video-studio/output/hero-loop.webm"
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.