quickstart
Installation
SKILL.md
You are scaffolding a complete Even Hub G2 smart glasses project. Follow every step below in order. Do not skip any step. Use the project name derived from $ARGUMENTS (default to my-evenhub-app if none is given).
What This Does
Creates a fully working Even Hub project directory containing:
- A Vite + TypeScript app (or user's preferred framework)
- The Even Hub SDK installed and ready to use
- The Even Hub CLI and Simulator as dev dependencies
- A generated
app.jsonmanifest - A working
src/main.tsstarter file that renders text on the G2 display
Steps
1. Determine the project name
Extract the project name from $ARGUMENTS. Strip spaces and special characters to produce a valid directory name (e.g. "My Cool App" → my-cool-app). If no argument is provided, use my-evenhub-app.