build-and-deploy

Validate app.json, build the project, and package assets into an .ehpk file.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Ertejeonline/er-clock --skill build-and-deploy-ertejeonline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-and-deploy
Source: https://github.com/Ertejeonline/er-clock/tree/main/resources/build-and-deploy
Command: npx skills add https://github.com/Ertejeonline/er-clock --skill build-and-deploy-ertejeonline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Packaging and deploying Even Hub G2 apps requires a repeatable workflow that validates configuration, builds assets, and produces a distributable package for submission. This Skill provides a structured, step-by-step process to ensure app.json validity, successful builds, and proper packaging into an .ehpk file.

Core Features & Use Cases

  • Validate app.json against required fields and error out on discrepancies.
  • Build the project from the repository root and verify the build outputs exist.
  • Pack the built assets into an .ehpk file suitable for submission to the Even Hub store.
  • Use this workflow for development teams to package, test, and publish apps reliably.

Quick Start

Follow the steps to validate app.json, run the build, and pack the output into an .ehpk for submission.

Frequently Asked Questions about build-and-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I package and deploy Even Hub G2 apps for store submission?

Packaging and deploying Even Hub G2 apps requires validating the app.json configuration, building the project from the repository root, and packing the outputs into a distributable .ehpk file suitable for store submission.

What is an .ehpk file and when do I need it for app distribution?

An .ehpk file is the distributable package format for Even Hub G2 apps, needed when submitting validated and built projects to the Even Hub store for distribution.

Does the build and deploy workflow validate app.json before packaging?

Yes, the workflow explicitly validates app.json against required fields and errors out on any discrepancies before proceeding to the build and packaging steps.

What are the steps to build an Even Hub G2 project from the repository root?

Steps include validating app.json fields, executing the build from the repository root, verifying build outputs exist, and packing those assets into an .ehpk file for deployment.

Why does my Even Hub G2 app packaging fail during the build step?

Packaging fails if app.json validation detects missing or invalid required fields, or if the build step does not produce the expected output assets required for .ehpk creation.

Can I use this packaging workflow for Even Hub G2 apps across projects of varying sizes?

Yes, the deterministic end-to-end workflow applies to development teams packaging, testing, and publishing Even Hub G2 apps reliably across projects of varying sizes.