Develop complete apps for Even Realities G2 smart glasses using Even Hub SDK: scaffold Vite+TypeScript projects and templates, build precise UIs and layouts for greyscale displays, integrate hardware like mic/IMU/battery, handle touchpad inputs and state persistence, reference CLI/SDK APIs, automate simulator testing, and package .ehpk bundles for submission.
Implement background state persistence for Even Hub G2 plugins — automatically analyzes existing plugin code, identifies state that needs to survive background/foreground transitions, and inserts setBackgroundState + onBackgroundRestore calls. Use when a plugin loses state after the phone goes to the background and returns.
Package and deploy an Even Hub G2 app — validate app.json, build, pack into .ehpk, and prepare for submission. Use when packaging, deploying, publishing, or submitting an Even Hub app.
Even Hub CLI command reference — login, init, qr, and pack commands with all options. Use when running CLI commands, generating QR codes, initializing projects, or packaging apps.
UI/UX design guidelines for Even Hub G2 smart glasses — display constraints, layout patterns, icon design, Unicode characters, and community resources. Use when designing glasses app interfaces or planning layouts.
Use G2 hardware features in Even Hub apps — microphone audio capture, IMU motion data, device info, user info, and local storage. Use when working with audio, IMU, battery, wearing detection, or persistent storage.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Everything EvenHub is a Claude Code skill set for Even Realities G2 smart glasses app development. It provides 12 AI-assisted skills covering the full development lifecycle — from project scaffolding to UI composition, input handling, device features, simulation testing, font measurement, and SDK/CLI reference lookups.
In Claude Code, run:
/plugin marketplace add even-realities/everything-evenhub
/plugin install everything-evenhub@everything-evenhub
The skills will be available after installation. To update later:
/plugin marketplace update everything-evenhub
After installation, try these in any Claude Code session:
# Scaffold a new G2 app from scratch (blank Vite base)
/quickstart my-weather-app
# Or scaffold from a curated starter template — pick the one closest to what you're building
/template my-reader --text-heavy
/template --asr my-transcription-app
/template --image photo-frame
/template --minimal hello-glasses
# Build and package for distribution
/build-and-deploy
# Look up SDK APIs
/sdk-reference createStartUpPageContainer
# Look up CLI commands
/cli-reference evenhub qr
# Get design guidance
/design-guidelines settings screen with 5 options
During development, use these skills to implement features:
# Build glasses display UI
/glasses-ui "show a 3-item menu with a title bar"
# Add input handling
/handle-input "single press cycles screens, double press exits"
# Use hardware features (audio, IMU, storage)
/device-features "toggle microphone recording on click"
# Measure text for pixel-accurate layouts
/font-measurement "size a text container for a long paragraph with 8px padding"
# Test with the simulator
/test-with-simulator "debug my app with glow effect"
# Automate simulator testing
/simulator-automation "take a screenshot and verify text is displayed"
| Tier | Skill | Description |
|---|---|---|
| Tier 1 — One-Click | quickstart | Scaffold a blank G2 app from scratch (Vite + TS + SDK) |
| Tier 1 — One-Click | template | Scaffold from a curated starter (minimal, asr, image, text-heavy) via degit |
| Tier 1 — One-Click | build-and-deploy | Package and publish app to Even Hub |
| Tier 2 — Core Development | glasses-ui | Build glasses display UI with containers, text, images, and lists |
| Tier 2 — Core Development | handle-input | Handle touchpad gestures, ring input, and lifecycle events |
| Tier 2 — Core Development | device-features | Use audio capture, IMU, device info, and local storage |
| Tier 2 — Core Development | test-with-simulator | Run and debug your app in the Even Hub Simulator |
| Tier 2 — Core Development | simulator-automation | Automate the simulator via its HTTP API — screenshots, input, console logs |
| Tier 2 — Core Development | font-measurement | Pixel-accurate text and list measurement matching LVGL firmware rendering |
| Tier 3 — Reference | sdk-reference | Look up Even Hub SDK APIs and types |
| Tier 3 — Reference | cli-reference | Look up Even Hub CLI commands |
| Tier 3 — Reference | design-guidelines | G2 display design constraints and best practices |
Each skill includes a harness test to verify it produces correct output when used by an AI agent. Run a test with:
/harness quickstart
See harness/README.md for details on adding tests for new skills.
MIT
npx claudepluginhub even-realities/everything-evenhub --plugin everything-evenhubSkills for building Meta Display Glasses webapps
Git-native DAT SDK guidance for android development, covering setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app patterns.
Git-native DAT SDK guidance for ios development, covering setup, camera streaming, display access, MockDeviceKit, session lifecycle, permissions, debugging, and sample app patterns.
Build and migrate iOS, macOS, iPadOS, watchOS, tvOS, and visionOS apps with Apple's Liquid Glass design system. Covers all SwiftUI glass APIs, migration workflows, platform-specific patterns, and real-world examples from Apple's Landmarks sample app.
Agent skills for Meta Quest and Horizon OS development. Helps Claude assist with Quest app debugging, performance analysis, project setup, Unity and WebXR workflows, Spatial SDK and Platform SDK integration, store submission checks, and metavr device workflows.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns