Fluent Commerce Logo
Docs

Create a Data Module (No Java) - Fluent AI Skills

How-to Guide

Author:

Fluent Commerce

Changed on:

31 Mar 2026

Key Points

[Warning: empty required content area]

Steps

Step arrow right iconCreate Data Module

Situation: You need to deploy reference data, workflow fragments, or configuration assets — no custom Java rules.Prompt:
`Create a data module called my-reference-data`

`/fluent-data-module-scaffold` generates:
  • `module.json` with module metadata (no `rules` array)
  • `assets/` directory structure for workflows, settings, and data files
  • `config/` template for module configuration
  • Build script that packages the module ZIP without Maven compilation