REQUIRED after building or modifying ANY dbt model that has columns declared in schema.yml / _models.yml. Run altimate-dbt schema-verify --model <name> to diff actual columns against the spec, and treat any mismatch verdict as "not done."
$npx -y skills add altimateai/altimate-code --skill dbt-schema-verifyInstalls into the current project.
Run `npx skills use "https://github.com/altimateai/altimate-code" --skill "altimateai/altimate-code/dbt-schema-verify"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/altimateai/altimate-code" that are relevant to the current task. Run `npx skills add "https://github.com/altimateai/altimate-code"` and select the relevant skills, then follow their instructions.