Claude Skills · DevOps & Infrastructure
Rehashing Datavault4dbt Entities
ScalefreeCOM/datavault4dbt-agent-skillsRecalculates hashkeys and hashdiffs across an existing raw vault with datavault4dbt's rehashing macros after a change to the hash algorithm, datatype, trimming, or case sensitivity — including the v1→v2.0.0 upgrade. Use when changing hash global variables, migrating hash logic, or upgrading datavault4dbt without dropping history.
At a glance
This skill is for DevOps & Infrastructure and helps you recalculate hashkeys after hash algorithm changes, migrate hash logic in datavault4dbt, and upgrade datavault4dbt without dropping history.
git clone --depth 1 https://github.com/ScalefreeCOM/datavault4dbt-agent-skills
cp -r datavault4dbt-agent-skills/skills/datavault4dbt/skills/rehashing-datavault4dbt-entities ~/.claude/skills/rehashing-datavault4dbt-entities
Datavault4DbtData Vault 20HashkeysHashdiffdbtDatabase Migration
Also in ScalefreeCOM/datavault4dbt-agent-skills
View the repoInstalls and configures the datavault4dbt package in a dbt project — packages.yml, copying the global vars into dbt_project.yml, hash and na...
Adds Data Vault 2 technical tests to a datavault4dbt project — hashkey uniqueness and not-null, link-to-hub referential integrity, and satel...
Diagnoses common datavault4dbt failures — satellites capturing too many or too few rows, multi-source high-water-mark issues, ghost-record/d...
Builds Data Vault 2 models in dbt with the datavault4dbt package — staging, hubs, links, satellites, and business-vault entities — using the...
Other DevOps & Infrastructure skills
Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...
Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...
Manage Azure Container Registry via the az acr CLI including registries, images, cloud builds, ACR Tasks, authentication, tokens, geo-replic...