Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

helios

helios 收录了来自 BintzGavin 的 33 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
33
Stars
88
更新
2026-02-25
Forks
5
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

helios-skills
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-02-25
example-chartjs
软件开发工程师

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

2026-02-25
example-d3-animation
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-02-25
example-p5-animation
软件开发工程师

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

2026-02-25
example-pixi
软件开发工程师

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

2026-02-25
example-podcast-visualizer
软件开发工程师

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
软件开发工程师

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

2026-02-25
example-signals-animation
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-02-25
example-threejs
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-02-25
helios-getting-started
软件开发工程师

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
特效艺术家和动画师

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
特效艺术家和动画师

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
特效艺术家和动画师

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
特效艺术家和动画师

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
特效艺术家和动画师

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
特效艺术家和动画师

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
特效艺术家和动画师

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
网页开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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

2026-02-25