jigx
Installation
SKILL.md
Jigx Core SDK
Use this skill before writing or changing Jigx app code. Read only the reference files needed for the task.
Workflow
- Identify the app area being changed: datasource, form, navigation, tab, media, PDF, JavaScript function, validation, or build/deploy.
- Read
references/recipe-index.md, then the specific reference file for that area. - Preserve local-first behavior: save user work locally first, then trigger remote or generated work from explicit actions.
- Use stable local IDs for parent-child flows. Generate the parent ID before opening child screens and pass it through inputs.
- Keep generated YAML and TypeScript aligned. If the SDK output is ambiguous, inspect the generated YAML before assuming runtime behavior.
- When a new pattern is learned, update the relevant reference before or with the implementation.