make-app-runtime

Installation
SKILL.md

make-app-runtime

Use this skill for Make App runtime and packaging contracts. These rules are intentionally strict because platform image entrypoints and publish artifacts should not vary per POC.

This skill owns project runtime structure, workspace manifests, build outputs, Service start entry, Service port baseline, runtime config file location, Docker/K8s runtime entry alignment, publish-readiness script guidance, and publish-readiness checks.

It does not own UI layout (makeui), authentication implementation (make-app-auth), single-app permission logic (make-app-permission), Make adapter environment variable semantics (make-app-service), DSL modeling (makedsl), Make resource deployment (makecli), or canvas-table behavior (canvas-table-integration).

Quick start

  1. Identify whether the task touches apps/, apps/service, apps/ui/dist, package scripts, Docker/K8s, image entrypoints, publish readiness, or a runtime error such as Cannot find module '/app/apps/service/dist/server.js'.
  2. Preserve the platform image contract unless the user explicitly says the platform contract itself is changing.
  3. Verify workspace manifests before source layout: apps/package.json, apps/pnpm-workspace.yaml, apps/ui/package.json, and apps/service/package.json.
  4. Verify build artifacts before declaring ready: frontend apps/ui/dist, Service apps/service/dist/server.js.
  5. Add or preserve a contract test for the Service runtime entry.

Workspace contract

Generated or reorganized Make App projects use:

Installs
120
First Seen
May 30, 2026
make-app-runtime — qfeius/make-platform-skills