.agents/skills/xls2ymljob/SKILL.md
Convert Excel job definitions to Starlake YAML
npx skillsauth add starlake-ai/starlake-skills xls2ymljobInstall 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.
Converts Excel spreadsheets describing transform job definitions into Starlake YAML task configuration files. This is a specialized variant of xls2yml focused on job/task definitions.
starlake xls2ymljob [options]
--files <value>: Comma-separated list of Excel files to convert (required)--policyFile <value>: Optional file for centralizing ACL & RLS definitions--outputDir <value>: Output directory for generated YAML files--reportFormat <value>: Report output format: console, json, or htmlstarlake xls2ymljob --files metadata/jobs/analytics.xlsx
starlake xls2ymljob --files metadata/jobs/analytics.xlsx --outputDir metadata/transform
starlake xls2ymljob --files metadata/jobs/analytics.xlsx --policyFile metadata/policies.yml
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".