Teach your AI teammate a pattern by showing it an example file from your codebase
239
AI 80
training-status
AltimateAI3/22/2026
Show what your AI teammate has learned — patterns, rules, glossary, and standards
239
AI 78
lineage-diff
AltimateAI3/22/2026
Compare column-level lineage between two versions of a SQL query to show added, removed, and changed data flow edges.
239
AI 71
documenting-dbt-models
AltimateAI2/6/2026
Documents dbt models and columns in schema.yml. Use when working with dbt documentation for:
(1) Adding model descriptions or column definitions to schema.yml
(2) Task mentions "document", "describe",...
64
AI 94
refactoring-dbt-models
AltimateAI2/6/2026
Safely refactors dbt models with downstream impact analysis. Use when restructuring dbt models for:
(1) Task mentions "refactor", "restructure", "extract", "split", "break into", or "reorganize"
(2) E...
64
AI 88
optimizing-query-by-id
AltimateAI2/6/2026
Optimizes Snowflake query performance using query ID from history. Use when optimizing Snowflake queries for:
(1) User provides a Snowflake query_id (UUID format) to analyze or optimize
(2) Task menti...
54
AI 88
finding-expensive-queries
AltimateAI2/6/2026
Finds and ranks expensive Snowflake queries by cost, time, or data scanned. Use when:
(1) User asks to find slow, expensive, or problematic queries
(2) Task mentions "query history", "top queries", "m...