.agents/skills/yml2xls/SKILL.md
Convert Starlake YAML definitions to Excel spreadsheets
npx skillsauth add starlake-ai/starlake-skills yml2xlsInstall 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 Starlake YAML domain/table definitions back into Excel spreadsheets. This is useful for sharing data models with non-technical stakeholders or for round-tripping between YAML and Excel workflows.
starlake yml2xls [options]
--domain <value>: Comma-separated list of domains to convert (default: all)--iamPolicyTagsFile <value>: IAM PolicyTag YAML file to include (default: metadata/iam-policy-tags.sl.yml)--xls <value>: Output directory for generated Excel files (required)--reportFormat <value>: Report output format: console, json, or htmlstarlake yml2xls --xls /tmp/excel
starlake yml2xls --domain starbake --xls /tmp/excel
starlake yml2xls --domain starbake,sales --xls /tmp/excel
starlake yml2xls --domain starbake --xls /tmp/excel --iamPolicyTagsFile metadata/iam-policy-tags.sl.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".