Component Scaffolder

Use when scaffolding a new Datex Studio component from a documented skeleton — maps a requested type to folder, suffix, configurationTypeId, minimal-valid skeleton, and matching creator skill. Owns scaffold-routing so creator skills stay focused on authoring their own type. After creating the minimal-valid skeleton on the branch via dxs, hands off to the matching creator (action-creator, function-creator, grid-creator, hub-creator, form-creator, editor-creator, embed-creator, selector-creator, storage-creator, type-definition-creator, backend-test-creator, datasource-creator) for body authoring. Triggers: "scaffold a new component", "create a new grid/hub/form/editor/embed/selector/storage/ interface/enum/backendTest/action/function/datasource", "starter <type> file", "new <type> from scratch".

datex addbf62 13.3 KB Updated

File contents

datex/skills/tree/main/skills/datex-studio/component-scaffolder commit addbf62a3f

Frequently asked questions

npx skillmds@latest add datex/component-scaffolder