function-creator
Installation
SKILL.md
Function Creator
Create new Datex Studio functions or modify existing ones on a Datex Studio branch.
See also:
db-query—$dbpredicate DSL and storage access patterns for flow code that reads/writes from*-storage.jsoncomponents. function-creator owns the function lifecycle (dxs function generate/validate/dxs configuration upsert flow); db-query owns the$dbpredicate mechanics.
References
- ../datex-studio-shared/branch-setup.md -- Branch & connection selection (shared across skills)
- references/command-syntax.md -- All
dxs functioncommands with examples - references/flag-guide.md -- When/why/how for each flag
- references/code-patterns.md -- Common patterns for function code
- references/functions.md -- Function platform reference: purpose, file shape,
configurationTypeId=9, parameter-descriptor boilerplate, UI→action bridge, runtime globals, invocation contract - ../datex-studio-shared/context-navigation.md -- How to retrieve & navigate designer context responses
Dependencies
requirements-gatheringskill — invoked to produce a requirements brief if one doesn't already exist in the conversation contextimpact-analysisskill — invoked when modifying input/output parameters of an existing function