helios-skills
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
# 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.
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
Repository
View all skills and source code at: https://github.com/BintzGavin/helios-skills
More from bintzgavin/helios-skills
motion-design-rules
Motion design framework for programmatic video. Defines anti-slideshow architecture, visual layering, physics-based easing, choreography rules, and quality validation. Reference this skill from any guided video skill.
6helios-renderer
Renderer API for generating video/image output from Helios compositions. Use when you need to programmatically render a composition to a file using Node.js.
5guided-product-demo
End-to-end guided workflow for creating a product demo or showcase video. Extracts brand identity from the repo, generates a polished soundtrack, and produces a feature-focused motion.dev composition rendered via Helios CLI. Use when making product demos, feature showcases, or UI walkthroughs.
5guided-promo-video
End-to-end guided workflow for creating a promotional hype video. Extracts brand identity from the repo, generates beat-synced music, and produces a high-energy motion.dev composition rendered via Helios CLI. Use when making brand-aligned promo or hype videos.
5render-video
Workflow for rendering a Helios composition to a video file. Use when you need to automate video production or export a high-quality animation.
4helios-core
Core API for Helios video engine. Use when creating compositions, managing timeline state, controlling playback, or subscribing to frame updates. Covers Helios class instantiation, signals, animation helpers, and DOM synchronization.
4