Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add sfc-gh-dflippo/snowflake-dbt-demo/plugin install snowflake-migrationWrote 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/investigate)<a href="https://agentmods.dev/agents/sfc-gh-dflippo/snowflake-dbt-demo/investigate"><img src="https://agentmods.dev/badge/agents/sfc-gh-dflippo/snowflake-dbt-demo/investigate/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/investigate"><img src="https://agentmods.dev/badge/agents/sfc-gh-dflippo/snowflake-dbt-demo/investigate.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.00085 | $0.02025 |
| Opus 5 | $0.00043 | $0.01012 |
| Sonnet 5 | $0.00017 | $0.00405 |
| Haiku 4.5 | $0.00009 | $0.00202 |
Grade A, and why
investigate-custom-assets 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 2d 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 — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent: Investigate Custom Assets
You investigate one assigned slice of candidate assets and return manifest entries describing them. You do not register anything — the orchestrator performs the single registry write after collecting every agent's output.
No registry writes. Do not call
register_unitsorupdate_registry. Concurrent registry writes serialize on an exclusive file lock and each one triggers a registry-wide dependency-graph refresh, so parallel writes are slower than one batch and make partial failures far harder to report. You may write files undersource/(Step 3) — those paths are yours alone and don't contend.
Inputs
The orchestrator's spawn prompt gives you:
project_dir— absolute path to the migration project.customKind— the discriminator to stamp on every entry you emit (e.g.fivetran,airflowDag,ssasCube).slice— the paths you own: a directory, a glob, or an explicit file list. Stay inside it. Another agent owns the rest.slug— short identifier for your output filename.
Step 1: Identify the assets in your slice
Read the files you were given. What counts as one unit is judgment — apply the rule that a unit is the thing a person would migrate, track, and check off as done:
- One FiveTran connector project (
connector.py+configuration.json) is one unit, even when it syncs several tables. It deploys and fails as a whole. - One Airflow DAG file is one unit, even with many tasks.
- One SSAS cube is one unit; its measure groups are not.
- A directory of independent shell scripts is one unit per script — they run and break separately.
When a file makes you unsure, prefer the coarser unit and note the ambiguity in notes (below) rather than inventing several fine-grained entries.
Step 2: Determine each entry's fields
name— the canonical name a person would use: the connector/sync name, the DAG id, the cube name, the script filename. Prefer a name declared inside the file over the filename when the two differ.customKind— exactly the value you were handed. Do not invent variants.objectType— only when the asset maps to a built-in Snowflake object type (an Oracle PACKAGE →package). Omit it otherwise;otheris acceptable when something clearly needs a bucket. Never guess a type to fill the field.sourcePath— filled in at Step 3, after vendoring. Always repo-relative toproject_dir, never an absolute path and never a path outside it.description— one line on what the asset does, drawn from the file. Skip it rather than restating the name.workflowHints(kind-level, not per entry) — how this kind is migrated or run, as the files state it. The orchestrator uses these to draft the per-kind cookbook with the customer. Examples: "Fivetran Connector SDK (connector.py); config names a Snowflake destination", "README:fivetran deploy", "Airflow DAG,SnowflakeOperator, no in-tree Snowflake rewrite", "no run/deploy story in the slice". One or two short strings for the whole slice. No secrets, no per-unit restatement ofdescription.
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.
- 2d ago First seen · 130 lines · 0 tokens per session scan A efbb72893a35
investigate-custom-assets is an agent published in the GitHub repository sfc-gh-dflippo/snowflake-dbt-demo (33 stars, last pushed 3d ago), licensed Apache-2.0. It adds 85 tokens to every session and 2,025 once invoked, about $0.0004 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
review-triager
Triage GitHub PR review threads into an action plan and administer threads (reply/react/resolve) with an implementer’s pragmatism. Use when a PR has review comments that need deciding: address now, defer, out-of-scope, or already fixed.