yml2xls

Convert YAML-based Starlake definitions into Excel XLSX files.

209|30|Updated Sep 18, 2021
One-click install
npx skills add https://github.com/starlake-ai/starlake --skill yml2xls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yml2xls
Source: https://github.com/starlake-ai/starlake/tree/main/.agent/skills/yml2xls
Command: npx skills add https://github.com/starlake-ai/starlake --skill yml2xls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert YAML-based Starlake definitions into Excel spreadsheets for analysis and sharing.

Core Features & Use Cases

  • Convert Starlake YAML definitions into Excel workbooks for easy review and collaboration.
  • Filter output using --domain and include IAM policy tags with --iamPolicyTagsFile to tailor the result.
  • Output an XLSX file to a user-specified directory via --xls, enabling seamless integration with existing data workflows.

Quick Start

Run starlake yml2xls --xls /path/to/output to generate an Excel file from a YAML definition

Frequently Asked Questions about yml2xls

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert YAML pipeline definitions to Excel for review?

To convert YAML pipeline definitions to Excel, run starlake yml2xls --xls /path/to/output to generate a portable XLSX workbook from Starlake YAML definitions for analysis and sharing.

Can I filter which YAML data gets converted to the Excel spreadsheet?

Yes, you can filter the Excel spreadsheet output by using the --domain flag to specify a domain, and use --iamPolicyTagsFile to include IAM policy tags, tailoring the converted data to your needs.

What's the best way to share Starlake YAML configurations with non-technical stakeholders?

The best way to share Starlake YAML configurations with non-technical stakeholders is converting them into a portable Excel file using yml2xls, which produces a reviewable XLS artifact for seamless collaboration.

Do I need any external dependencies to convert Starlake YAML to XLSX?

No external dependencies are required to convert Starlake YAML to XLSX, as the yml2xls skill operates standalone to transform YAML definitions into an Excel workbook output.

Why does my data engineering team need an Excel file from YAML configurations?

Your data engineering team needs an Excel file from YAML configurations to provide a portable, reviewable artifact that simplifies pipeline analysis, auditing, and sharing across team members.