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.
npx skills add sfc-gh-dflippo/snowflake-dbt-demo --skill etl-stabilizationgit 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/skills/sfc-gh-dflippo/snowflake-dbt-demo/etl-stabilization)<a href="https://agentmods.dev/skills/sfc-gh-dflippo/snowflake-dbt-demo/etl-stabilization"><img src="https://agentmods.dev/badge/skills/sfc-gh-dflippo/snowflake-dbt-demo/etl-stabilization/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/skills/sfc-gh-dflippo/snowflake-dbt-demo/etl-stabilization"><img src="https://agentmods.dev/badge/skills/sfc-gh-dflippo/snowflake-dbt-demo/etl-stabilization.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.00154 | $0.07864 |
| Opus 5 | $0.00077 | $0.03932 |
| Sonnet 5 | $0.00031 | $0.01573 |
| Haiku 4.5 | $0.00015 | $0.00786 |
Grade A, and why
etl-stabilization 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 yesterday.
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 — 510 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ETL Orchestrator
Fix SnowConvert ETL conversion gaps through phased execution with upfront unit analysis, agent-determined test strategies, and cross-phase learning.
Prerequisites
- Converted ETL unit folder (orchestration
.sql+ optional dbt subfolders) - Original source definition file (e.g.,
.dtsxfor SSIS,.xmlfor Informatica) - Active Snowflake connection with a warehouse
- DATABASE + SCHEMA with write privileges (
CREATE TABLE,CREATE FUNCTION,CREATE PROCEDURE)
When the converted-output folder is not isolated
The default contract above assumes one folder per unit. If instead you're handed a flat, whole-repository conversion output where a dbt project is referenced by more than one sibling unit's orchestration file (e.g. Informatica SHORTCUT mappings reused across workflows), do not edit the shared project in place:
- Stage a real copy of the orchestration file and every dbt project it references under
{PACKAGE_FOLDER}/Output/ETL/{unit}/. Treat the original location read-only until sync-back. - If a staged dbt project's
packages.ymlhas a localpath:dependency, do not edit the path to account for the extra staging depth — that breaks canonical when synced back. Instead, symlink the shared-assets directory into the unit folder at the depthpackages.ymlalready expects. - Before syncing any fix back, run the leak gate on every touched file, then diff against the original — test-environment values (schema/database names, credentials) must never reach the canonical copy:
Do not copy until this exits 0.uv run --project {SKILL_DIR} python {SKILL_DIR}/scripts/check_sync_leaks.py {SESSION_JSON} <file1> [<file2> ...]
Persistent Files
All files stored in {UNIT}/stabilization/:
| File | Purpose |
|---|---|
planning/scan.json |
Unit scan output (elements, EWIs, dbt projects) |
planning/orchestration-context.md |
Orchestration structural understanding (statements, element relationships, containers) |
planning/dbt-context.md |
dbt project analysis (model inventory, health, source mapping, bootstrap blockers). Only present when unit has dbt projects. |
planning/source-excerpts.md |
Source-definition excerpts for traceability (conditional — only if source file is large) |
planning/ROADMAP.md |
Phase plan (agent-authored from template; updated in-place during execution). Never delete content. |
tracking/STATE.md |
Resumption bookmark (GENERATED — use track_status.py commands, do not edit directly) |
tracking/progress.json |
Element-level tracking (machine-readable) |
tracking/fix-log.md |
Append-only record of every fix applied. Absent until Phase 1 completes. |
phases/phase-{N}/ |
Per-phase artifacts: baselines, batch reports, learnings, infrastructure SQL |
report.html |
Self-contained HTML report aggregating all artifacts. Generated during Final Validation by generate_report.py. |
Progressive disclosure: Reference files are loaded on-demand — only read a reference file when its content is needed for the current step.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- dbt-fixer/SKILL.md 18 KB
- dbt-test-gen/SKILL.md 25 KB
- orchestration-fixer/SKILL.md 29 KB
- orchestration-test-gen/assertion-patterns.md 8.7 KB
- orchestration-test-gen/infrastructure-dedup.md 5.0 KB
- orchestration-test-gen/mcp-test-execution.md 6.0 KB
- orchestration-test-gen/SKILL.md 29 KB
- orchestration-test-gen/stored-procedure-wrapping.md 2.0 KB
- orchestration-test-gen/test-categorization.md 2.8 KB
- platforms/informatica/element-types.md 7.9 KB
- platforms/informatica/ewi/SSC-EWI-INF0001.md 7.6 KB
- platforms/informatica/ewi/SSC-EWI-INF0003.md 5.0 KB
- platforms/informatica/ewi/SSC-EWI-INF0038.md 2.3 KB
- platforms/informatica/ewi/SSC-EWI-INF0039.md 2.5 KB
- platforms/informatica/ewi/SSC-EWI-INF0040.md 3.4 KB
- platforms/informatica/ewi/SSC-EWI-INF0050.md 6.2 KB
- platforms/informatica/ewi/SSC-FDM-INF0002.md 2.5 KB
- platforms/informatica/ewi/SSC-FDM-INF0015.md 5.4 KB
- platforms/informatica/ewi/SSC-FDM-INF0016.md 2.7 KB
- platforms/informatica/mapping-guide.md 14 KB
- platforms/informatica/platform-profile.md 1.3 KB
- platforms/informatica/workflow-guide.md 9.4 KB
- platforms/README.md 3.5 KB
- platforms/ssis/control-flow-guide.md 6.9 KB
- platforms/ssis/dataflow-guide.md 7.6 KB
- platforms/ssis/element-types.md 5.8 KB
- platforms/ssis/ewi/SSC-EWI-SSIS0001.md 7.8 KB
- platforms/ssis/ewi/SSC-EWI-SSIS0002.md 4.9 KB
- platforms/ssis/ewi/SSC-EWI-SSIS0003.md 2.8 KB
- platforms/ssis/ewi/SSC-EWI-SSIS0004.md 13 KB
- platforms/ssis/ewi/SSC-EWI-SSIS0014.md 3.1 KB
- platforms/ssis/ewi/SSC-FDM-SSIS0001.md 3.1 KB
- platforms/ssis/ewi/SSC-FDM-SSIS0002.md 2.6 KB
- platforms/ssis/ewi/SSC-FDM-SSIS0003.md 2.9 KB
- platforms/ssis/ewi/SSC-FDM-SSIS0004.md 3.1 KB
- platforms/ssis/ewi/SSC-FDM-SSIS0005.md 2.7 KB
- platforms/ssis/ewi/SSC-FDM-SSIS0006.md 4.8 KB
- platforms/ssis/platform-profile.md 1.5 KB
- platforms/ssis/strip_dead_code.py 4.9 KB runs code
- proc-fixer/block-reconstruction-patterns.md 8.2 KB
- proc-fixer/SKILL.md 17 KB
- proc-test-gen/proc-assertion-patterns.md 15 KB
- proc-test-gen/SKILL.md 14 KB
- pyproject.toml 336 B
- reference/agent-prompts/apply-fixes.md 4.7 KB
- reference/agent-prompts/context-mapper.md 7.6 KB
- reference/agent-prompts/dbt-context-mapper.md 4.7 KB
- reference/ewi/SSC-EWI-TS0077.md 2.5 KB
- reference/ewi/SSC-FDM-0007.md 4.7 KB
- reference/examples.md 5.6 KB
- reference/index.md 6.5 KB
- reference/orchestration-tags.md 1.5 KB
- reference/protocols/element-statuses.md 2.6 KB
- reference/protocols/phase-execution.md 24 KB
- reference/templates/baseline-artifacts.md 1.3 KB
- reference/templates/batch-artifacts.md 5.4 KB
- reference/templates/fix-log-format.md 2.6 KB
- reference/templates/report-template.html 2.2 KB
- reference/templates/ROADMAP_TEMPLATE.md 30 KB
- reference/tools.md 8.3 KB
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.
- yesterday First seen · 510 lines · 154 tokens per session scan A 9df7f5b2c577
etl-stabilization is a skill published in the GitHub repository sfc-gh-dflippo/snowflake-dbt-demo (33 stars, last pushed 2d ago), licensed Apache-2.0. It adds 154 tokens to every session and 7,864 once invoked, about $0.0008 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-09-10.
Other skills, from other repositories
systematic-debugging
4-phase root cause debugging: understand bugs before fixing.
build-test
Run the project's build / typecheck / lint / test commands and emit the build.passing + tests.passing signals devloop convergence reads.
work
Deliver one maintainer-approved EmDash issue, choosing the bug-fix path for a defect and the direct implementation path for an enhancement or task.
behavior-contract
Bug condition/postcondition formalization as testable Behavior Contracts. Defines invariants that must be preserved across fixes.
nw-bugfix
Bug fix workflow: root cause analysis → user review → regression test + fix via TDD.
test-first-bugs
Enforces a test-driven bug-fixing workflow. Use when a user reports a bug, failing code, an error, or asks to fix something.