team-templates
Team templates library
Use this skill to generate consistent, copy/paste-ready templates for common data/analytics team workflows.
Template catalog
Pick the best match based on the user request:
- Project kickoff / 1‑pager →
assets/kickoff.md - Weekly status update (Slack + longer-form) →
assets/weekly-status-update.md - Incident postmortem / RCA (Sev/Outage) →
assets/incident-postmortem.md - Data contract (dataset/table contract in YAML) →
assets/data-contract.yml - Unity Catalog access request (permissions + optional GRANT SQL) →
assets/unity-catalog-access-request.md
How to use this skill
1) Identify the template type
If the user explicitly names one (kickoff, postmortem, weekly update, data contract, access request), use it.
More from hubert-dudek/medium
sql-performance-review
Review and improve Databricks SQL queries for correctness, readability, and performance (joins, filters, aggregations, partition pruning). Use when someone pastes a SQL query, asks why it is slow, or requests a rewrite/optimization in Databricks SQL.
10lakehouse-pipeline-design
Create a Databricks lakehouse pipeline design doc (bronze/silver/gold, DLT or Jobs), including SLAs, data quality, Unity Catalog governance, monitoring, and an implementation checklist. Use when designing or reviewing ETL/ELT pipelines, DLT pipelines, streaming ingestion, CDC, or batch jobs on Databricks.
8