cap-apps-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.
Legacy endpoint-first guidance has been archived to
archive/legacy-rules/domo-code-engine.md.
Working call pattern (domo.post)
npm install ryuu.js
import domo from 'ryuu.js';