hub-editor
Installation
SKILL.md
Hub Editor
Modify a Datex Studio hub configuration to add toolbar buttons, wire click flows, and integrate reports or other actions into a hub UI.
See also:
hub-creator— authoring a NEW hub from scratch (this skill is for modifying existing hubs).
References
- ../datex-studio-shared/branch-setup.md — Branch selection (shared across skills)
- ../datex-studio-shared/configuration-roundtrip.md — canonical
dxs configuration get → extract.json→ edit → upsertround-trip and the silent-wipe bug it avoids - ../datex-studio-shared/flow-code-patterns.md —
$utils.isDefined(), date defaulting,$shell.Reports.open{ref}() - references/hub-config-api.md — hub-specific notes on top of the canonical round-trip (and
dxs api --raw / -D / -Ofallback) - references/toolbar-and-click-flows.md —
toolbar[]andflows[]JSON structure,clickFlowConfigreference, common patterns
Dependencies
requirements-gatheringskill — invoked to produce a requirements brief if one doesn't already existfunction-creatorskill — invoked when the click flow does not yet exist as a Datex Studio function