Helios Skills Collection
This repository contains agent skills for Helios, a browser-native video engine for programmatic animation and rendering.
Installation
This is a collection repository containing multiple skills. To use these skills, install individual skills by their path:
# Getting started
npx skills add BintzGavin/helios-skills/skills/getting-started
# Core skills
npx skills add BintzGavin/helios-skills/skills/core
npx skills add BintzGavin/helios-skills/skills/renderer
npx skills add BintzGavin/helios-skills/skills/player
npx skills add BintzGavin/helios-skills/skills/studio
# Workflows
npx skills add BintzGavin/helios-skills/skills/workflows/create-composition
npx skills add BintzGavin/helios-skills/skills/workflows/render-video
npx skills add BintzGavin/helios-skills/skills/workflows/visualize-data
# Design / motion
npx skills add BintzGavin/helios-skills/skills/design/animated-video-philosophy
npx skills add BintzGavin/helios-skills/skills/design/cinematic-product-promo-plan
# Guided video creation
npx skills add BintzGavin/helios-skills/skills/guided/motion-design-rules
npx skills add BintzGavin/helios-skills/skills/guided/promo-video
npx skills add BintzGavin/helios-skills/skills/guided/explainer-video
npx skills add BintzGavin/helios-skills/skills/guided/product-demo
npx skills add BintzGavin/helios-skills/skills/guided/testimonial-video
npx skills add BintzGavin/helios-skills/skills/guided/launch-announcement
npx skills add BintzGavin/helios-skills/skills/guided/social-clip
# Framework examples
npx skills add BintzGavin/helios-skills/skills/examples/react
npx skills add BintzGavin/helios-skills/skills/examples/vue
npx skills add BintzGavin/helios-skills/skills/examples/svelte
# Animation libraries
npx skills add BintzGavin/helios-skills/skills/examples/gsap
npx skills add BintzGavin/helios-skills/skills/examples/framer-motion
npx skills add BintzGavin/helios-skills/skills/examples/threejs
Available Skills
Getting Started
- skills/getting-started - Installation and quick start guide. Covers package installation, requirements (Node.js, FFmpeg), basic setup, and initial composition structure. Use when setting up a new Helios project.
Core Package Skills
- skills/core - Core API for Helios video engine. Covers Helios class instantiation, signals, animation helpers, and DOM synchronization.
- skills/renderer - Server-side rendering of Helios compositions to video files.
- skills/player - Embeddable video player with composition playback and controls.
- skills/studio - Visual editor for Helios compositions.
Workflow Skills
- skills/workflows/create-composition - Workflow for creating a new Helios composition.
- skills/workflows/render-video - Workflow for rendering compositions to video.
- skills/workflows/visualize-data - Workflow for data visualization animations.
Design Skills
- skills/design/animated-video-philosophy - Working philosophy for animated video: story-first motion, pacing, shots, timing, composition, medium-specific grammar, technical commitments, and anti-patterns. Use when directing or critiquing motion and programmatic video.
- skills/design/cinematic-product-promo-plan - Template plan for a ~45s feeling-first cinematic product promo: brief through ship, hero-element journey, look/motion/audio, deliverables matrix, accessibility. Adapt to any product category.
Guided Video Creation Skills
- skills/guided/motion-design-rules - Motion design framework: anti-slideshow architecture, visual layering, physics-based easing, choreography, and quality validation. Referenced by all guided video skills.
- skills/guided/promo-video - End-to-end promotional / hype video. High energy, beat-synced, CTA-driven.
- skills/guided/explainer-video - Explainer / walkthrough video. Narrative arc, section headers, measured pacing.
- skills/guided/product-demo - Product demo / showcase. Feature callouts, UI zoom-ins, progressive reveals.
- skills/guided/testimonial-video - Social proof / testimonial video. Quote typography, customer branding, trust signals.
- skills/guided/launch-announcement - Product launch / release announcement. Countdown motifs, dramatic reveal.
- skills/guided/social-clip - Short-form social clip (Reels/TikTok/Shorts). Vertical 9:16, punchy, loop-friendly.
Framework Integration Skills
- skills/examples/react - React integration patterns
- skills/examples/vue - Vue integration patterns
- skills/examples/svelte - Svelte integration patterns
- skills/examples/solid - Solid.js integration patterns
- skills/examples/vanilla - Vanilla JavaScript patterns
Animation Library Skills
- skills/examples/gsap - GSAP animation integration
- skills/examples/framer-motion - Framer Motion integration
- skills/examples/lottie - Lottie animation playback
- skills/examples/threejs - Three.js 3D scenes
- skills/examples/pixi - PixiJS 2D graphics
- skills/examples/p5 - p5.js creative coding
Data Visualization Skills
- skills/examples/d3 - D3.js visualizations
- skills/examples/chartjs - Chart.js animated charts
Rendering Technique Skills
- skills/examples/canvas - Canvas 2D rendering
- skills/examples/signals - Reactive signals patterns
- skills/examples/tailwind - Tailwind CSS styling
- skills/examples/podcast-visualizer - Audio visualization
When to Use
Use these skills when:
- Creating programmatic video compositions
- Working with browser-native animations (CSS, WAAPI)
- Building video rendering pipelines
- Integrating Helios with React, Vue, Svelte, or other frameworks
- Using animation libraries like GSAP, Framer Motion, or Three.js
- Creating data visualizations as video
- Setting up Helios development workflows
- Applying a consistent philosophy to motion, pacing, and visual storytelling in video
- Planning or producing feeling-first cinematic product promos (see design/cinematic-product-promo-plan)
Repository
View all skills and source code at: https://github.com/BintzGavin/helios-skills
1---2name: helios-skills3description: Collection of agent skills for Helios video engine. Use when working with programmatic video creation, browser-native animations, or Helios compositions. Install individual skills by path for specific capabilities.4---56# Helios Skills Collection78This repository contains agent skills for [Helios](https://github.com/BintzGavin/helios), a browser-native video engine for programmatic animation and rendering.910## Installation1112This is a **collection repository** containing multiple skills. To use these skills, install individual skills by their path:1314```bash15# Getting started16npx skills add BintzGavin/helios-skills/skills/getting-started1718# Core skills19npx skills add BintzGavin/helios-skills/skills/core20npx skills add BintzGavin/helios-skills/skills/renderer21npx skills add BintzGavin/helios-skills/skills/player22npx skills add BintzGavin/helios-skills/skills/studio2324# Workflows25npx skills add BintzGavin/helios-skills/skills/workflows/create-composition26npx skills add BintzGavin/helios-skills/skills/workflows/render-video27npx skills add BintzGavin/helios-skills/skills/workflows/visualize-data2829# Design / motion30npx skills add BintzGavin/helios-skills/skills/design/animated-video-philosophy31npx skills add BintzGavin/helios-skills/skills/design/cinematic-product-promo-plan3233# Guided video creation34npx skills add BintzGavin/helios-skills/skills/guided/motion-design-rules35npx skills add BintzGavin/helios-skills/skills/guided/promo-video36npx skills add BintzGavin/helios-skills/skills/guided/explainer-video37npx skills add BintzGavin/helios-skills/skills/guided/product-demo38npx skills add BintzGavin/helios-skills/skills/guided/testimonial-video39npx skills add BintzGavin/helios-skills/skills/guided/launch-announcement40npx skills add BintzGavin/helios-skills/skills/guided/social-clip4142# Framework examples43npx skills add BintzGavin/helios-skills/skills/examples/react44npx skills add BintzGavin/helios-skills/skills/examples/vue45npx skills add BintzGavin/helios-skills/skills/examples/svelte4647# Animation libraries48npx skills add BintzGavin/helios-skills/skills/examples/gsap49npx skills add BintzGavin/helios-skills/skills/examples/framer-motion50npx skills add BintzGavin/helios-skills/skills/examples/threejs51```5253## Available Skills5455### Getting Started5657- **skills/getting-started** - Installation and quick start guide. Covers package installation, requirements (Node.js, FFmpeg), basic setup, and initial composition structure. Use when setting up a new Helios project.5859### Core Package Skills6061- **skills/core** - Core API for Helios video engine. Covers Helios class instantiation, signals, animation helpers, and DOM synchronization.62- **skills/renderer** - Server-side rendering of Helios compositions to video files.63- **skills/player** - Embeddable video player with composition playback and controls.64- **skills/studio** - Visual editor for Helios compositions.6566### Workflow Skills6768- **skills/workflows/create-composition** - Workflow for creating a new Helios composition.69- **skills/workflows/render-video** - Workflow for rendering compositions to video.70- **skills/workflows/visualize-data** - Workflow for data visualization animations.7172### Design Skills7374- **skills/design/animated-video-philosophy** - Working philosophy for animated video: story-first motion, pacing, shots, timing, composition, medium-specific grammar, technical commitments, and anti-patterns. Use when directing or critiquing motion and programmatic video.75- **skills/design/cinematic-product-promo-plan** - Template plan for a ~45s feeling-first cinematic product promo: brief through ship, hero-element journey, look/motion/audio, deliverables matrix, accessibility. Adapt to any product category.7677### Guided Video Creation Skills7879- **skills/guided/motion-design-rules** - Motion design framework: anti-slideshow architecture, visual layering, physics-based easing, choreography, and quality validation. Referenced by all guided video skills.80- **skills/guided/promo-video** - End-to-end promotional / hype video. High energy, beat-synced, CTA-driven.81- **skills/guided/explainer-video** - Explainer / walkthrough video. Narrative arc, section headers, measured pacing.82- **skills/guided/product-demo** - Product demo / showcase. Feature callouts, UI zoom-ins, progressive reveals.83- **skills/guided/testimonial-video** - Social proof / testimonial video. Quote typography, customer branding, trust signals.84- **skills/guided/launch-announcement** - Product launch / release announcement. Countdown motifs, dramatic reveal.85- **skills/guided/social-clip** - Short-form social clip (Reels/TikTok/Shorts). Vertical 9:16, punchy, loop-friendly.8687### Framework Integration Skills8889- **skills/examples/react** - React integration patterns90- **skills/examples/vue** - Vue integration patterns91- **skills/examples/svelte** - Svelte integration patterns92- **skills/examples/solid** - Solid.js integration patterns93- **skills/examples/vanilla** - Vanilla JavaScript patterns9495### Animation Library Skills9697- **skills/examples/gsap** - GSAP animation integration98- **skills/examples/framer-motion** - Framer Motion integration99- **skills/examples/lottie** - Lottie animation playback100- **skills/examples/threejs** - Three.js 3D scenes101- **skills/examples/pixi** - PixiJS 2D graphics102- **skills/examples/p5** - p5.js creative coding103104### Data Visualization Skills105106- **skills/examples/d3** - D3.js visualizations107- **skills/examples/chartjs** - Chart.js animated charts108109### Rendering Technique Skills110111- **skills/examples/canvas** - Canvas 2D rendering112- **skills/examples/signals** - Reactive signals patterns113- **skills/examples/tailwind** - Tailwind CSS styling114- **skills/examples/podcast-visualizer** - Audio visualization115116## When to Use117118Use these skills when:119120- Creating programmatic video compositions121- Working with browser-native animations (CSS, WAAPI)122- Building video rendering pipelines123- Integrating Helios with React, Vue, Svelte, or other frameworks124- Using animation libraries like GSAP, Framer Motion, or Three.js125- Creating data visualizations as video126- Setting up Helios development workflows127- Applying a consistent philosophy to motion, pacing, and visual storytelling in video128- Planning or producing feeling-first cinematic product promos (see design/cinematic-product-promo-plan)129130## Repository131132View all skills and source code at: https://github.com/BintzGavin/helios-skills