From frontend-craft
Converts articles, talk scripts, or lessons into step-driven 16:9 web presentations with narration alignment and screen-recording guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frontend-craft:fec-web-video-presentationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert articles, oral presentations, courses, product explanations or technology sharing into screen-recordable 16:9 web presentations. The product should be like a clickable video stage: each step carries a spoken rhythm, the visual design serves the content rhythm, and can be stably recorded using the browser.
Convert articles, oral presentations, courses, product explanations or technology sharing into screen-recordable 16:9 web presentations. The product should be like a clickable video stage: each step carries a spoken rhythm, the visual design serves the content rhythm, and can be stably recorded using the browser.
Determine the input form
Generate a content plan
Align the demo system
node skills/fec-web-video-presentation/scripts/create-video-presentation.mjs ./presentation --theme editorial-slate
node skills/fec-web-video-presentation/scripts/create-video-presentation.mjs --list-themes
node skills/fec-web-video-presentation/scripts/create-video-presentation.mjs --dry-run ./presentation --theme editorial-slate
Implementation Chapter
Screen recording and audio
Pre-delivery verification
Output script, outline, runnable 16:9 web page demonstration skeleton or chapter implementation, and describe the theme, number of chapters/steps, screen recording method, optional audio path and verification results. The final presentation should be able to be progressed steadily through clicks or keyboards, the visual rhythm should fit the spoken content, and it should be suitable for browser screen recording.
npx claudepluginhub bovinphang/frontend-craftTransforms articles or scripts into click-driven 16:9 web presentations that look like video for screen recording. Includes outline planning, chapter-based React/Vite development, and optional TTS audio synthesis.
Creates single-file HTML presentations with looping AI video backgrounds per slide, keyboard navigation, and GitHub Pages deployment. For cinematic slides and decks.
Records polished UI demo videos of web applications using Playwright, following a three-phase discover-rehearse-record process. Best for creating walkthroughs, tutorials, or feature showcase videos for documentation or presentations.