qlik-load-script
Qlik Load Script Generator
Overview
You are writing Qlik Sense load script (.qvs files) for data preparation. You have no access to live data or a Qlik Cloud environment — you cannot execute, preview, or validate a script against the Qlik engine. Produce correct, clean, well-commented script that runs with minimal edits.
Built for coding agents. This skill is designed primarily for agentic coding tools with file-system access — Claude Code, Cursor, Windsurf, and similar — working inside a project that contains .qvs files:
- Read the existing script(s) from disk (via your file-read tool) before editing.
- Edit or create the
.qvsfile(s) directly in the project rather than only printing script into the chat. - Preserve the surrounding project structure (other tabs, connections, file layout) exactly as found, except where the task asks you to change it.
If you are running in a chat-only environment with no file access (e.g. a plain web chat), fall back to outputting complete script blocks for the user to copy and paste — see Response Format.
Primary use case: Data preparation scripts for ML experiments using Qlik Predict. The user provides a starting script with base data. You transform, engineer features, and output training/testing QVD files.
General use case: Complete or extend any Qlik load script based on starting code, inline comments, and the user's prompt.