editframe-editor-gui
Installation
SKILL.md
Editor Toolkit
Build video editing interfaces by composing GUI components around a composition. The composition itself is built with the composition skill — these components provide the controls and views around it.
Before opening any reference file, answer:
What kind of editor does the user need?
| Need | Start here |
|---|---|
| Just play/pause + seek | Minimal: ef-preview + ef-controls |
| Visual timeline of clips | Add ef-filmstrip |
| Layer panel (select/reorder) | Add ef-hierarchy |
| Full editor with all panels | Use ef-workbench |
| Canvas manipulation (drag/resize) | Add ef-canvas + ef-transform-handles |
Build editors incrementally — start minimal, add components only when needed.