PE
pellicule
Create videos with Vue using Pellicule - a Vue-native video rendering library
Install
mkdir -p .claude/skills/pellicule && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15390" && unzip -o skill.zip -d .claude/skills/pellicule && rm skill.zipInstalls to .claude/skills/pellicule
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Create videos with Vue using Pellicule - a Vue-native video rendering library77 charsno explicit “when” trigger
About this skill
When to use
Use this skill whenever you need to create videos, animations, or motion graphics using Vue. Pellicule is like Remotion but for Vue.
How to use
Read individual rule files for detailed explanations and code examples:
- rules/getting-started.md - Installation, setup, and framework integration (Nuxt, Quasar, Laravel, etc.)
- rules/macros.md - defineVideoConfig macro for zero-config rendering
- rules/animations.md - Animation utilities: interpolate, sequence, easing
- rules/composables.md - useFrame and useVideoConfig composables
- rules/sequences.md - Sequence component and useSequence for scene management
- rules/patterns.md - Common patterns: typewriter, staggered, scenes, loops
- rules/rendering.md - CLI options, BYOS mode, auto-detection, and rendering
- rules/styling.md - CSS, fonts, and visual styling