editor-gui

Installation
SKILL.md

Editor GUI Components

Build bespoke video editing interfaces by composing discrete GUI components. Each component is a self-contained building block that connects to your composition via targets.

Core Principle

GUI components are lego bricks. They don't contain content—they provide controls and views for content defined by Elements (EFTimegroup, EFVideo, EFText, etc.). Connect them using target attributes.

Quick Start: Minimal Player

<ef-timegroup id="my-video" mode="fixed" duration="5s">
  <ef-video src="/video.mp4" duration="5s"></ef-video>
</ef-timegroup>
Related skills
Installs
77
GitHub Stars
4
First Seen
Apr 21, 2026