i9wa4/dotfiles

data-platform

USE FOR: Repo-local BigQuery, Databricks, dbt, restricted BigQuery/dbt safety, and cloud auth workflows. DO NOT USE FOR: harness, diagrams, or generic code.

First seen May 24, 2026

Installation

$ npx skills add i9wa4/dotfiles --skill data-platform

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from i9wa4/dotfiles · top by installs.

npx skills add i9wa4/dotfiles

Browse all from i9wa4/dotfiles

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 21
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,150 B
  • docs SUMMARY.md 177 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Data Platform

Owns repo-local data-platform guardrails. These references are self-contained for local safety and workflow rules; broad provider skill packs are reference-only unless deliberately promoted into the active runtime bundle.

1. Scope

  • BigQuery cost-aware query patterns, GoogleSQL guardrails, table design, and

slot usage checks.

  • Databricks Queries API, VARIANT/JSON patterns, dashboard API notes, dbt

integration, and Jupyter kernel execution.

  • Local dbt target setup and Databricks SQL dialect caveats.
  • Restricted BigQuery/dbt safety workflows that keep local runs out of

production schemas.

  • Cloud authentication workflows that must run through a user-authenticated

pane instead of the agent pane.

Out of scope:

  • Agent harness runtime, Home Manager agent config, hooks, postman routing, or

installed agent outputs; use dotfiles.

  • GitHub issue, PR, review, or public-surface mechanics; use

dev-platform-workflow.

  • Diagram authoring or export workflows; use diagramming.
  • Generic Bash, Python, Nix, Markdown, or implementation-loop work; use

programming.

2. Workflow

  1. Inspect the relevant files, current repo conventions, and git status.
  2. Select the focused reference below before changing files or running data

commands.

  1. For any command that can write cloud or warehouse state, verify the target,

schema, and approval requirements before execution.

  1. Keep repo-local safety constraints in focused references and keep the owner

skill as the primary trigger surface.

  1. Run the fastest focused check during iteration, then the nearest repo

validation surface before reporting success.

3. References

  • [BigQuery](references/bigquery.md)
  • [Databricks](references/databricks.md)
  • [dbt](references/dbt.md)
  • [Restricted BigQuery dbt Safety](references/restricted-bigquery-dbt.md)
  • [Cloud Auth](references/cloud-auth.md)