everything-evenhub
Build, test, and deploy Even Realities G2 glasses apps
All Skills in This Repository (14)
Pure Emerald Level Indicatorsharness
Run harness tests on SKILL.md files and checklists to produce PASS/FAIL reports.
design-guidelines
Provide design guidelines for Even Hub G2 glass interfaces covering constraints, layout, and typography.
sdk-reference
Identify and explain Even Hub SDK APIs, types, interfaces, enums, and methods.
glasses-ui
Build and manage text, image, and list containers on the 576x288 canvas for Even Hub G2 apps.
template
Selects and applies Even Hub G2 starter templates via degit for scaffolding projects with preconfigured wiring.
background-state
Instrument mutable plugin state with setBackgroundState and onBackgroundRestore for background transitions.
quickstart
Scaffolds a complete Even Hub G2 project with Vite, TypeScript, and SDK.
device-features
Manage G2 hardware features in Even Hub apps for audio, IMU, device info, user info, and local storage.
build-and-deploy
Package and deploy an Even Hub G2 app via validated app.json build and ehpk submission workflow.
test-with-simulator
Launch a desktop simulator to test Even Hub G2 apps against a local app URL.
font-measurement
Predict pixel-perfect text dimensions for LVGL-based Even Realities G2 layouts.
cli-reference
Provides Even Hub CLI command syntax and options for login, init, qr, pack workflows.
Frequently Asked Questions
FAQPage SchemaHow to install Everything EvenHub?โผ
Run `npx skills add even-realities/everything-evenhub --all -g -y` in your terminal to install all skills globally.
How to build an app for Even Realities G2 glasses?โผ
Use the quickstart or template skill to scaffold a Vite + TypeScript project, then build UI, input handling, and device features with the dedicated skills.
Can I test G2 glasses apps without hardware?โผ
Yes. The test-with-simulator and simulator-automation skills run and debug your app in the desktop simulator, including screenshots and scripted input.
Does Everything EvenHub work with Claude Code and Codex?โผ
Yes. All skills follow the standard SKILL.md format and run in both Claude Code and Codex CLI.
How do I publish my G2 app to Even Hub?โผ
The build-and-deploy skill validates your app.json, builds the project, and packs it into an .ehpk file ready for the Even Hub developer portal.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core