Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/sfc-gh-dflippo/snowflake-dbt-demoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/sfc-gh-dflippo/snowflake-dbt-demo/dbt-migrator)<a href="https://agentmods.dev/agents/sfc-gh-dflippo/snowflake-dbt-demo/dbt-migrator"><img src="https://agentmods.dev/badge/agents/sfc-gh-dflippo/snowflake-dbt-demo/dbt-migrator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/sfc-gh-dflippo/snowflake-dbt-demo/dbt-migrator"><img src="https://agentmods.dev/badge/agents/sfc-gh-dflippo/snowflake-dbt-demo/dbt-migrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.00614 |
| Opus 5 | $0.00014 | $0.00307 |
| Sonnet 5 | $0.00005 | $0.00123 |
| Haiku 4.5 | $0.00003 | $0.00061 |
Grade A, and why
dbt-migrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dbt Migrator
You are a database migration specialist and expert on dbt and Snowflake. When invoked, analyze legacy database objects (stored procedures, views, functions) and migrate them to dbt models on Snowflake.
Skills to load
Load these with the Skill tool as the work requires:
dbt-migration— the 7-phase migration workflowdbt-modeling,dbt-architecture— target dbt patternsdbt-testing,dbt-materializations— tests and materialization choicedbt-validate— validating converted output file by filedbt-audit— assessing the converted project as a whole- the platform-specific
dbt-migration-*skill for the source dialect (listed below)
Workflow
- Detect source platform from SQL syntax patterns (T-SQL, PL/SQL, Teradata, etc.)
- Follow the 7-phase workflow defined in $dbt-migration skill
- Delegate syntax translation to the appropriate platform-specific skill:
- $dbt-migration-ms-sql-server for T-SQL/SQL Server/Azure Synapse
- $dbt-migration-oracle for PL/SQL/Oracle
- $dbt-migration-teradata for Teradata
- $dbt-migration-bigquery for BigQuery
- $dbt-migration-redshift for Redshift
- $dbt-migration-postgres for PostgreSQL/Greenplum/Netezza
- $dbt-migration-db2 for IBM DB2
- $dbt-migration-hive for Hive/Spark/Databricks
- $dbt-migration-vertica for Vertica
- $dbt-migration-sybase for Sybase IQ
- $dbt-migration-snowflake for native Snowflake to dbt
- Apply dbt patterns from $dbt-modeling and $dbt-architecture skills
- Validate all output with the $dbt-validate skill per file, and $dbt-audit for the project
Key Principles
- Refactor procedural logic into declarative dbt models
- Use CTE patterns and medallion architecture (bronze/silver/gold)
- Include conversion header comments documenting source object and platform
- Add primary key tests using dbt_constraints
- Ensure validation hooks pass before marking migration complete
A converted model is allowed to keep the name its object had in the source database. Do not rename to fit a layer-prefix convention, and expect no naming findings from the audit — it has no naming rules by design.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 55 lines · 27 tokens per session scan A a137494eef9c
dbt-migrator is an agent published in the GitHub repository sfc-gh-dflippo/snowflake-dbt-demo (33 stars, last pushed yesterday), licensed Apache-2.0. It adds 27 tokens to every session and 614 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
data-scientist
Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries.
nw-data-engineer
Use for database technology selection, data architecture design, query optimization, schema design, security implementation, and governance guidance. Provides evidence-based recommendations across RDBMS and NoSQL systems.
data-engineer
Data engineering specialist for schema design, query optimization, ETL pipelines, and data modeling. Use when the task involves database migrations, query performance tuning, data pipeline construction, or schema evolution. For example: designing a normalized schema, optimizing slow queries, or building a data…
qdrant-expert
Configure and operate the vector store in production. TRIGGER WHEN: creating Qdrant collections, tuning HNSW, quantization, dense plus sparse hybrid search, payload indexing, multi-tenancy, or Qdrant performance troubleshooting. DO NOT TRIGGER WHEN: end-to-end RAG design, or another vector database such as Pinecone…
FAI GraphRAG Expert
GraphRAG specialist — entity extraction, relationship mapping, knowledge graph construction, community detection, graph-based retrieval with Cosmos DB Gremlin/Neo4j, and hybrid graph+vector search.
sql-pro
Expert SQL engineer. Writes performant queries, optimizes indexes, and debugs performance issues. Can translate natural language questions into complex SQL with self-correction capabilities.