wf-apps-migrate-googleai

Installation
SKILL.md

Rule: Migrate Google AI Studio prototype to Domo App Platform Custom App (static dist deploy)

You are converting a project that began in Google AI Studio (often Cloud Run / preview oriented) into a Domo App Platform Custom App deployed as static assets via the Domo CLI. The required deployment contract is:

  1. npm run build must produce a self-contained dist/ folder
  2. cd dist && domo publish must work (Domo serves the app from a subpath, not from site root)
  3. The app must load assets correctly and not break on refresh/navigation

Detect AI Studio origin

Treat the project as "AI Studio-origin" if you see any of:

  • README mentions Google AI Studio / Gemini API / "Build" mode / Cloud Run
  • cloudbuild.yaml, Dockerfile, or Cloud Run deploy instructions
  • use of process.env.GEMINI_API_KEY or placeholders described as "provided by AI Studio"
  • structure that runs via a server/container rather than static hosting

If detected, apply the steps below.


Related skills
Installs
5
GitHub Stars
15
First Seen
Mar 24, 2026