Converts legacy SQL to modular dbt models. Use when migrating SQL to dbt for: (1) Converting stored procedures, views, or raw SQL files to dbt models (2) Task mentions "migrate", "convert", "legacy SQL", "transform to dbt", or "modernize" (3) Breaking monolithic queries into modular layers (discovers project conventions first) (4) Porting existing data pipelines or ETL to dbt patterns Checks for existing models/sources, builds and validates layer by layer.
$npx -y skills add altimateai/data-engineering-skills --skill migrating-sql-to-dbtInstalls into the current project.
Run `npx skills use "https://github.com/altimateai/data-engineering-skills" --skill "altimateai/data-engineering-skills/migrating-sql-to-dbt"` 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/data-engineering-skills" that are relevant to the current task. Run `npx skills add "https://github.com/altimateai/data-engineering-skills"` and select the relevant skills, then follow their instructions.