.agents/skills/preload/SKILL.md
Check for files available for loading in the landing/pending area
npx skillsauth add starlake-ai/starlake-skills preloadInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Checks for files available for loading in the landing or pending area. This is useful for orchestration to determine whether files are ready before triggering the actual load process.
starlake preload [options]
--domain <value>: Domain to check for files (required)--tables <value>: Comma-separated list of tables to check (default: all in domain)--strategy <value>: Pre-load strategy: Imported, Pending, or Ack--globalAckFilePath <value>: Path to the global acknowledgment file--options k1=v1,k2=v2: Substitution arguments--reportFormat <value>: Report output format: console, json, or html| Strategy | Description |
|------------|---|
| imported | Check if files have been imported into the landing area |
| pending | Check if files are available in the pending area |
| ack | Check if an acknowledgment file exists before processing |
starlake preload --domain starbake
starlake preload --domain starbake --tables orders,products
starlake preload --domain starbake --strategy ack --globalAckFilePath /data/pending/starbake/GO.ack
starlake preload --domain starbake --reportFormat json
development
Design SQL transformations for data pipelines with quality checks and dependency management. Use when the user says "design transforms" or "create SQL transformations".
devops
Plan and track sprint progress for data pipeline implementation. Use when the user says "sprint planning" or "plan data sprint".
testing
Analyze data sources in depth: schema, quality, volume, and extraction strategy. Use when the user says "analyze data source" or "profile this data source".
data-ai
Design Starlake-compatible table schemas with types, constraints, privacy, and expectations. Use when the user says "design schema" or "create table definition".