code-engine

Installation
SKILL.md

Rule: Domo App Platform Code Engine (Toolkit-First)

Use a contract-first pattern for Code Engine calls. In practice, prefer direct domo.post('/domo/codeengine/v2/packages/{alias}', params) when wiring app calls.

Package lifecycle operations are handled by CLI skills:

  • ~/.agents/skills/code-engine-create/SKILL.md
  • ~/.agents/skills/code-engine-update/SKILL.md

Use this skill for runtime invocation patterns inside app code, not package create/update orchestration.

Working call pattern (domo.post)

npm install ryuu.js
Related skills
Installs
55
GitHub Stars
15
First Seen
Mar 30, 2026