Create videos with Vue just by prompting Claude Code.
npx skills add sailscastshq/pellicule-skillsAfter installing, just ask Claude to create a video:
"Create a 5-second intro video for my app called 'Notify' with a bell icon that bounces in"
Claude will:
- Write a Vue component with proper Pellicule animations
- Render it to MP4 using
npx pellicule
- getting-started - Installation and basic setup
- animations - interpolate, sequence, easing
- composables - useFrame, useVideoConfig
- patterns - typewriter, staggered, scenes, loops
- rendering - CLI options and output
- styling - CSS, fonts, colors
Pellicule is a Vue-native video rendering library. Write Vue components, render videos.
npm install pellicule- Node.js 18+
- FFmpeg installed
- Vue 3.x
MIT