domo/app-scaffold

Scaffold a configured Domo project for custom apps or DDX Bricks.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill domo-app-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domo/app-scaffold
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/domo/app-scaffold
Command: npx skills add https://github.com/MantisWare/BizForge --skill domo-app-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a fully configured Domo project for a custom app or DDX Brick from scratch, including manifest, dataset wiring, AppDB proxy, and starter-kit setup.

Core Features & Use Cases

  • Creates a ready-to-develop Domo project tailored for either a custom app or a DDX Brick.
  • Generates manifest.json, wires datasets via mapping, configures a local AppDB proxy, and selects an appropriate starter kit.
  • Use Case: A developer needs a quick bootstrap to prototype a new Domo integration with local development flow.

Quick Start

Run the /domo/app-scaffold command with --type and --starter to generate a ready-to-develop project.

Frequently Asked Questions about domo/app-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Domo app with manifest generation and dataset mapping?

You can scaffold a Domo app by running a command with type and starter parameters, which generates a fully configured project including manifest.json, dataset mapping, AppDB proxy, and starter kit.

What is the best way to bootstrap a DDX Brick for local development?

The best way to bootstrap a DDX Brick is to use a scaffolding tool that handles project initialization, authentication, and proxy setup to deliver a ready-to-develop local environment.

Does Domo app scaffolding include AppDB proxy and starter kit setup?

Yes, Domo app scaffolding includes AppDB proxy configuration and appropriate starter kit selection alongside manifest generation and dataset wiring for a complete project setup.

Can I configure dataset mapping and authentication when creating a custom Domo app?

Yes, you can configure dataset mapping and authentication during project initialization, ensuring your custom Domo app is fully wired and ready for rapid local iteration.

Do I need any dependencies to scaffold a Domo project from scratch?

No external dependencies are required to scaffold a Domo project, as the tool handles authentication, manifest configuration, and starter kit sequencing internally without additional packages.