Agent Skills
Pellicule maintains a list of Agent Skills: Guidelines that AI agents can use to learn how to work within Pellicule projects.
These are useful for AI agents like Claude Code, Cursor, or GitHub Copilot.
Installation
You can install the skills using the following command:
bash
npx skills add sailscastshq/pellicule-skillsWhat's Included
The skills package includes comprehensive documentation for:
- getting-started - Installation, basic setup, and core concepts
- macros -
defineVideoConfigcompiler macro for zero-config rendering - animations - Animation utilities:
interpolate,sequence, and easing functions - composables - Vue composables:
useFrame,useVideoConfig,useSequence - sequences -
Sequencecomponent anduseSequencefor scene management - patterns - Common animation patterns (typewriter, staggered, scenes, loops)
- rendering - CLI options and video output configuration
- styling - CSS, fonts, colors, and visual design
Usage
After installing, simply ask your AI assistant to create a video:
"Create a 5-second intro video for my app called 'Notify' with a bell icon that bounces in"
The AI will:
- Write a Vue component with proper Pellicule animations
- Render it to MP4 using
npx pellicule
Source
The skills are maintained at sailscastshq/pellicule-skills on GitHub.