stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Orchestrates a new Domo custom app build with Remotion-compatible styling, sample data generation, and automatic demo video creation. Use when you want to build a Domo app AND produce a polished 10-15 second demo video of it in one workflow.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Orchestrates a new Domo custom app build or existing-app takeover from scratch. Loads rules, sequences capability skills, and tracks progress through manifest, data, UI, and publish phases. Use when starting a new Domo app project, taking over an existing app, or normalizing an app to platform best practices.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Reverse-engineered Domo Workspace REST API — add, remove, list, and search workspace content via curl and developer token.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Step-by-step orchestrator for building Domo App Studio apps with native KPI cards via community-domo-cli. Sequences app creation, pages, theme, hero metrics, native charts, filter cards, layout assembly, and navigation. CLI-first — no raw API calls.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Create and validate Domo beast modes (calculated fields); MySQL-style formulas, API validation, card vs dataset scope, curl output.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Domo KPI card CRUD via community-domo-cli — body schema, column mapping, beast modes, chart type index with on-demand reference files, and gotchas.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Create and manage Domo card variables (dropdowns, sliders, pills); function templates, control registration, card save flow, curl or CLI.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Create AppDB collections via CLI-first workflows where collection creation also provisions the required datastore, then returns collection identifiers for manifest wiring and document-write follow-up. Use when an agent must initialize new AppDB storage for a Domo app, not just list/get collections or create documents.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Create Domo Code Engine packages from CLI workflows with deterministic payload contracts, automatic function parameter datatype mapping, and manifest packagesMapping follow-up guidance. Use when an agent must create a new package/versioned package container rather than only invoke an existing function from app runtime…
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Update Domo Code Engine packages through CLI-driven versioned lifecycle workflows with compatibility checks, datatype contract safeguards, and manifest mapping drift synchronization. Use when an agent must update package code or create a new package version and keep app mappings aligned.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
General instructions for using the community-domo-cli in this repository, including install/auth setup, endpoint testing, and troubleshooting.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Use community-domo-cli to create, discover, browse, upload, download, and query files in Domo FileSets from the command line. Use this whenever the user needs to interact with Domo FileSets via CLI or automation — including listing filesets, browsing file directories, pulling files locally, pushing binary files, or…
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Custom Domo connector authorship — invoke when someone is writing the JavaScript code that defines a custom Domo connector. Primary signals: questions about authentication.js, dataProcessing.js, or Domo's connector APIs (datagrid, httprequest, auth, metadata). Covers all connector coding topics: auth credential…
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Java CLI (domoutil.jar) fallback for CSV upload to Domo; schema derivation, chunked uploads. Use when JSON connector is not suitable.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Domo JSON (no-code) connector via Product API — accounts, streams, executions for REST/JSON API ingestion into Domo.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Toolkit-first AIClient patterns for generation, text-to-sql, and response parsing.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Toolkit-first AppDB document CRUD, query operators, and collection wiring.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Execute Code Engine functions from apps with domo.post and strict packagesMapping input/output contracts.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Advanced DA CLI usage for scaffolding, generation, and manifest instances.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
High-level entry skill for Domo data access. Routes detailed query work to dataset-query.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Query-first dataset access with @domoinc/query including filters, grouping, date grains, and performance constraints.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Use ryuu.js (domo.js) APIs for env, events, navigation, and data calls.
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Build Domo custom apps that use FileSets for file storage, upload, download, and AI document search — all via fetch('/api/files/v1/') with no manifest.json entry required. Use this whenever a Domo app needs file upload via FormData/fetch (not domo.post), file download as a blob, file listing via POST /files/search, AI…
stahura/domo-ai-vibe-rules
Skill Claude CodeCodex
Configure manifest mappings for datasets, workflows, collections, and Code Engine packagesMapping contracts.