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 Kilo-Org/kilo-marketplace --skill dbtgit clone --depth 1 https://github.com/Kilo-Org/kilo-marketplaceWrote 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/kilo-org/kilo-marketplace/dbt)<a href="https://agentmods.dev/skills/kilo-org/kilo-marketplace/dbt"><img src="https://agentmods.dev/badge/skills/kilo-org/kilo-marketplace/dbt/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/kilo-org/kilo-marketplace/dbt"><img src="https://agentmods.dev/badge/skills/kilo-org/kilo-marketplace/dbt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00038 | $0.00639 |
| Opus 5 | $0.00019 | $0.00319 |
| Sonnet 5 | $0.00008 | $0.00128 |
| Haiku 4.5 | $0.00004 | $0.00064 |
Grade A, and why
dbt 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 8d 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 — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dbt Analytics Engineering Skills
A comprehensive collection of skills for analytics engineering with dbt. Covers building models, writing tests, querying the semantic layer, troubleshooting jobs, and more.
Included Skills
using-dbt-for-analytics-engineering
Builds and modifies dbt models, writes SQL transformations using ref() and source(), creates tests, and validates results with dbt show. Use when doing any dbt work - building or modifying models, debugging errors, exploring unfamiliar data sources, writing tests, or evaluating impact of changes.
adding-dbt-unit-test
Creates unit test YAML definitions that mock upstream model inputs and validate expected outputs. Use when adding unit tests for a dbt model or practicing test-driven development (TDD) in dbt.
building-dbt-semantic-layer
Use when creating or modifying dbt Semantic Layer components - semantic models, metrics, dimensions, entities, measures, or time spines. Covers MetricFlow configuration, metric types (simple, derived, cumulative, ratio, conversion), and validation for both latest and legacy YAML specs.
answering-natural-language-questions-with-dbt
Writes and executes SQL queries against the data warehouse using dbt's Semantic Layer or ad-hoc SQL to answer business questions. Use when a user asks about analytics, metrics, KPIs, or data.
troubleshooting-dbt-job-errors
Diagnoses dbt Cloud/platform job failures by analyzing run logs, querying the Admin API, reviewing git history, and investigating data issues. Use when a dbt Cloud/platform job fails and you need to diagnose the root cause.
configuring-dbt-mcp-server
Generates MCP server configuration JSON, resolves authentication setup, and validates server connectivity for dbt. Use when setting up, configuring, or troubleshooting the dbt MCP server for compatible MCP clients.
fetching-dbt-docs
Retrieves and searches dbt documentation pages in LLM-friendly markdown format. Use when fetching dbt documentation, looking up dbt features, or answering questions about dbt Cloud, dbt Core, or the dbt Semantic Layer.
What ships with it
39 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.
- local.patch 74 KB
- skills/adding-dbt-unit-test/references/examples.md 4.5 KB
- skills/adding-dbt-unit-test/references/spec.md 1.6 KB
- skills/adding-dbt-unit-test/references/special-cases-ephemeral-dependency.md 432 B
- skills/adding-dbt-unit-test/references/special-cases-incremental-model.md 2.6 KB
- skills/adding-dbt-unit-test/references/special-cases-special-case-overrides.md 1.9 KB
- skills/adding-dbt-unit-test/references/special-cases-versioned-model.md 876 B
- skills/adding-dbt-unit-test/references/warehouse-bigquery-caveats.md 149 B
- skills/adding-dbt-unit-test/references/warehouse-bigquery-data-types.md 1.2 KB
- skills/adding-dbt-unit-test/references/warehouse-postgres-data-types.md 750 B
- skills/adding-dbt-unit-test/references/warehouse-redshift-caveats.md 754 B
- skills/adding-dbt-unit-test/references/warehouse-redshift-data-types.md 694 B
- skills/adding-dbt-unit-test/references/warehouse-snowflake-data-types.md 823 B
- skills/adding-dbt-unit-test/references/warehouse-spark-data-types.md 664 B
- skills/adding-dbt-unit-test/SKILL.md 16 KB
- skills/answering-natural-language-questions-with-dbt/SKILL.md 7.6 KB
- skills/building-dbt-semantic-layer/references/best-practices.md 3.4 KB
- skills/building-dbt-semantic-layer/references/latest-spec.md 12 KB
- skills/building-dbt-semantic-layer/references/legacy-spec.md 14 KB
- skills/building-dbt-semantic-layer/references/time-spine.md 5.4 KB
- skills/building-dbt-semantic-layer/SKILL.md 9.3 KB
- skills/configuring-dbt-mcp-server/references/environment-variables.md 871 B
- skills/configuring-dbt-mcp-server/references/finding-credentials.md 2.7 KB
- skills/configuring-dbt-mcp-server/references/troubleshooting.md 1.4 KB
- skills/configuring-dbt-mcp-server/SKILL.md 9.8 KB
- skills/fetching-dbt-docs/scripts/search-dbt-docs.sh 4.4 KB runs code
- skills/fetching-dbt-docs/SKILL.md 3.0 KB
- skills/running-dbt-commands/SKILL.md 5.9 KB
- skills/troubleshooting-dbt-job-errors/references/investigation-template.md 911 B
- skills/troubleshooting-dbt-job-errors/SKILL.md 10.0 KB
- skills/using-dbt-for-analytics-engineering/references/debugging-dbt-errors.md 4.1 KB
- skills/using-dbt-for-analytics-engineering/references/discovering-data.md 6.4 KB
- skills/using-dbt-for-analytics-engineering/references/evaluating-impact-of-a-dbt-model-change.md 3.5 KB
- skills/using-dbt-for-analytics-engineering/references/managing-packages.md 2.2 KB
- skills/using-dbt-for-analytics-engineering/references/planning-dbt-models.md 7.1 KB
- skills/using-dbt-for-analytics-engineering/references/writing-data-tests.md 6.2 KB
- skills/using-dbt-for-analytics-engineering/references/writing-documentation.md 1.0 KB
- skills/using-dbt-for-analytics-engineering/scripts/review_run_results.md 1.7 KB
- skills/using-dbt-for-analytics-engineering/SKILL.md 6.4 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.
- 8d ago First seen · 52 lines · 38 tokens per session scan A 7f91b219e79a
dbt is a skill published in the GitHub repository Kilo-Org/kilo-marketplace (175 stars, last pushed 22d ago), licensed Apache-2.0. It adds 38 tokens to every session and 639 once invoked, about $0.0002 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-03.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…