Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

helios

helios enthält 33 gesammelte Skills von BintzGavin, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
33
Stars
88
aktualisiert
2026-02-25
Forks
5
Berufsabdeckung
3 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

helios-skills
Softwareentwickler

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.

2026-02-25
helios-core
Softwareentwickler

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.

2026-02-25
example-canvas
Softwareentwickler

Patterns for using Helios with Vanilla Canvas API. Use when building high-performance 2D/3D animations without frameworks.

2026-02-25
example-chartjs
Softwareentwickler

Chart.js integration patterns for Helios. Use when creating animated data visualizations with Chart.js.

2026-02-25
example-d3-animation
Softwareentwickler

Learn how to use D3.js with Helios for data visualization. Use when creating charts, graphs, or data-driven animations.

2026-02-25
example-framer-motion
Softwareentwickler

Patterns for using Helios with Framer Motion. Use when you want to use Framer Motion's physics and transitions but need frame-perfect synchronization with Helios.

2026-02-25
example-gsap
Softwareentwickler

Patterns for using Helios with GSAP (GreenSock). Use when integrating GSAP timelines with the Helios timeline for precise scrubbing and rendering.

2026-02-25
example-lottie
Softwareentwickler

Lottie integration patterns for Helios. Use when rendering Lottie (Bodymovin) JSON animations synchronously with Helios.

2026-02-25
example-p5-animation
Softwareentwickler

Learn how to use P5.js with Helios. Use when creating creative coding sketches or generative art.

2026-02-25
example-pixi
Softwareentwickler

PixiJS integration patterns for Helios. Use when creating high-performance WebGL 2D animations with PixiJS.

2026-02-25
example-podcast-visualizer
Softwareentwickler

Workflow for creating a podcast visualizer with multi-track audio mixing and DOM-based synchronization. Use when building audio-reactive compositions.

2026-02-25
example-react
Softwareentwickler

Patterns for using Helios with React. Use when building compositions in a React environment.

2026-02-25
example-signals-animation
Softwareentwickler

Learn how to use Helios Signals for high-performance, fine-grained reactivity. Use for complex dependency graphs or when optimizing performance.

2026-02-25
example-solid
Softwareentwickler

Patterns for using Helios with SolidJS. Use when building compositions in a SolidJS environment, utilizing signals for fine-grained reactivity.

2026-02-25
example-svelte
Softwareentwickler

Patterns for using Helios with Svelte. Use when building compositions in a Svelte environment, utilizing Svelte stores for reactive frame updates.

2026-02-25
example-tailwind-animation
Softwareentwickler

Learn how to use Tailwind CSS with Helios. Use for styling compositions and animating with utility classes.

2026-02-25
example-threejs
Softwareentwickler

Patterns for using Helios with Three.js and React Three Fiber. Use when creating 3D animations or integrating WebGL scenes.

2026-02-25
example-vanilla
Softwareentwickler

Patterns for using Helios with Vanilla JavaScript/TypeScript. Use when building compositions without a framework, or for simple DOM/Canvas manipulations.

2026-02-25
example-vue
Softwareentwickler

Patterns for using Helios with Vue. Use when building compositions in a Vue environment.

2026-02-25
helios-getting-started
Softwareentwickler

Installation and quick start guide for Helios video engine. Use when setting up a new Helios project, installing packages, or creating your first composition. Covers package installation, requirements, basic setup, and initial composition structure.

2026-02-25
guided-explainer-video
Spezialeffektkünstler und Animatoren

End-to-end guided workflow for creating an explainer or walkthrough video. Extracts brand identity from the repo, generates a measured soundtrack, and produces a narrative-driven motion.dev composition rendered via Helios CLI. Use when making how-it-works, feature walkthrough, or educational videos.

2026-02-25
guided-launch-announcement
Spezialeffektkünstler und Animatoren

End-to-end guided workflow for creating a product launch or release announcement video. Extracts brand identity from the repo, generates a cinematic soundtrack, and produces a reveal-driven motion.dev composition rendered via Helios CLI. Use when making launch announcements, release videos, or product reveals.

2026-02-25
motion-design-rules
Spezialeffektkünstler und Animatoren

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.

2026-02-25
guided-product-demo
Spezialeffektkünstler und Animatoren

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.

2026-02-25
guided-promo-video
Spezialeffektkünstler und Animatoren

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.

2026-02-25
guided-social-clip
Spezialeffektkünstler und Animatoren

End-to-end guided workflow for creating a short-form social media clip (Reels, TikTok, Shorts). Extracts brand identity from the repo, generates a punchy soundtrack, and produces a vertical 9:16 motion.dev composition rendered via Helios CLI. Use when making Instagram Reels, TikTok videos, YouTube Shorts, or other vertical short-form content.

2026-02-25
guided-testimonial-video
Spezialeffektkünstler und Animatoren

End-to-end guided workflow for creating a social proof or testimonial video. Extracts brand identity from the repo, generates a warm soundtrack, and produces a trust-building motion.dev composition rendered via Helios CLI. Use when making customer testimonial, review highlight, or social proof videos.

2026-02-25
helios-player
Webentwickler

Player API for embedding Helios compositions in web pages. Use when you need to display a composition with playback controls, enable client-side exporting, or support Picture-in-Picture.

2026-02-25
helios-renderer
Softwareentwickler

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.

2026-02-25
helios-studio
Softwareentwickler

Studio tool for developing and previewing Helios compositions. Use when you want to launch the interactive development environment or manage assets.

2026-02-25
create-composition
Softwareentwickler

Workflow for creating a new Helios composition. Use when building a new animation project or converting an existing animation to run in Helios.

2026-02-25
render-video
Softwareentwickler

Workflow for rendering a Helios composition to a video file. Use when you need to automate video production or export a high-quality animation.

2026-02-25
workflow-visualize-data
Softwareentwickler

Workflow for creating data-driven animations. Use when you need to visualize datasets using D3, P5, or other libraries.

2026-02-25