π―
pellicule
π―Skillfrom sailscastshq/pellicule-skills
What it does
Generates video animations by converting Vue components into rendered MP4 files using declarative animation techniques and a CLI rendering process.
pellicule
Installation
Install skill:
npx skills add https://github.com/sailscastshq/pellicule-skills --skill pellicule3
AddedJan 25, 2026
Skill Details
SKILL.md
Overview
# Pellicule Skills for Claude Code
Create videos with Vue just by prompting Claude Code.
Installation
```bash
npx skills add sailscastshq/pellicule-skills
```
Usage
After 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
Skills Included
- 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
What is Pellicule?
[Pellicule](https://github.com/sailscastshq/pellicule) is a Vue-native video rendering library. Write Vue components, render videos.
```bash
npm install pellicule
```
Requirements
- Node.js 18+
- FFmpeg installed
- Vue 3.x
Links
- [Pellicule Documentation](https://docs.sailscasts.com/pellicule)
- [Pellicule GitHub](https://github.com/sailscastshq/pellicule)
License
MIT