template
Installation
SKILL.md
Scaffold a new Even Hub G2 project by cloning one of the starter templates from even-realities/evenhub-templates via degit. Unlike /quickstart (which bootstraps a blank Vite app from scratch), this skill drops the user into a template that already has the wiring they asked for — mic pipeline, image container, paginated reader, etc.
Available templates
| Template | What's inside |
|---|---|
minimal |
Bare Vite + TS + SDK scaffold. Shows "Hello from G2!" on the glasses. |
asr |
Mic → STT pipeline with companion UI, double-tap exit. STT provider is a blank stub — user picks their own. |
image |
ImageContainerProperty demo with test-pattern bitmap, tap-to-redraw, event-capture layer pattern. |
text-heavy |
Long-form reader: pixel-accurate pagination via @evenrealities/pretext (measures each paragraph at the glyph widths LVGL uses on G2), flicker-free page turns via textContainerUpgrade, tap/swipe navigation. |
How to interpret $ARGUMENTS
Arguments can arrive in any order and in many spellings. Be lenient — this is loose pattern matching, not formal parsing.