dbt-core-mcp memory.instructions.md

dbt-core-mcp memory.instructions.md is an instructions file for GitHub Copilot from NiclasOlofsson/dbt-core-mcp. It costs 978 tokens per session, scanned A, original, MIT.

A file of project-specific instructions and remembered information for AI conversations.

In plain words
What is it for?
Guiding code checks, commit preparation, project conventions, and other recurring workflows.
Why use it?
It keeps local rules, testing steps, and project context available across sessions.

Instructions file for GitHub Copilot

Install

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.

agentmods
npx agentmods add instructions/niclasolofsson/dbt-core-mcp/memory
Clone the repo
git clone --depth 1 https://github.com/NiclasOlofsson/dbt-core-mcp

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for dbt-core-mcp memory.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/niclasolofsson/dbt-core-mcp/memory.svg)](https://agentmods.dev/instructions/niclasolofsson/dbt-core-mcp/memory)
Your own site
<a href="https://agentmods.dev/instructions/niclasolofsson/dbt-core-mcp/memory"><img src="https://agentmods.dev/badge/instructions/niclasolofsson/dbt-core-mcp/memory.svg" alt="Measured on agentmods" height="20"></a>
Per session 978 This file is loaded in full into every session.
When invoked 978 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00978 $0.00978
Opus 5 $0.00489 $0.00489
Sonnet 5 $0.00196 $0.00196
Haiku 4.5 $0.00098 $0.00098

Measured 5d ago against content hash c2f004478192, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dbt-core-mcp memory.instructions.md 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 5d 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.

.github/instructions/memory.instructions.md · 81 lines

How it starts

The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Workspace AI Memory

This file contains workspace-specific information for AI conversations.

Universal Laws

  1. dbt-core-mcp Pre-Commit Validation Protocol:

    • STEP 1: Before staging/committing ANY code changes, run CI validation sequence in order:
      • a) uv run ruff check src tests
      • b) uv run ruff format --check src tests
      • c) uv run pyright src tests
      • d) uv run pytest
    • STEP 2: Verify ALL steps succeed with exit code 0
    • STEP 3: If ANY step fails, fix issues and restart from STEP 1
    • STEP 4: Restore .vscode/mcp.json to original state (revert _RESTART counter changes)
      • Use git restore .vscode/mcp.json OR manually revert counter
      • NEVER commit restart counter changes - testing only
    • STEP 5: Only after all checks pass and cleanup complete, proceed with git add/commit/push
    • APPLIES TO: All code commits in dbt-core-mcp workspace
    • VIOLATION PENALTY: Immediate acknowledgment and restart with correct procedure
    • NO EXCEPTIONS
  2. Selective Testing Protocol:

    • RUN pytest to validate implementations and verify code works
    • Tests provide definitive feedback on whether changes are correct
    • Use tests during development to catch issues early
    • For targeted testing: run specific test files or functions when fixing particular issues
    • Pre-commit validation always requires full test suite (Law 1 requirement)
    • Let tests decide if implementation works rather than guessing
    • For complete validation: uv run ruff check src tests && uv run ruff format --check src tests && uv run pyright src tests && uv run pytest
    • NO EXCEPTIONS
  3. Git Commit Amendment Protocol:

    • When fixing issues in the MOST RECENT commit (before anyone else pulls):
      • Use git commit --amend --no-edit to fix without creating new commit
      • Use git push --force to rewrite remote history
      • Keeps git history clean for release notes
    • ONLY amend if commit hasn't been pulled by others
    • Examples: formatting fixes, typos, forgot to add files after initial commit
    • DO NOT create second commits for fixes to recent work (clutters release notes)
    • APPLIES TO: All git operations in dbt-core-mcp workspace
    • NO EXCEPTIONS

Read the full file on GitHub · 81 lines

Changes

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.

  1. 5d ago First seen · 81 lines · 978 tokens per session scan A c2f004478192

Subscribe to this mod's changes

dbt-core-mcp memory.instructions.md is an instructions file published in the GitHub repository NiclasOlofsson/dbt-core-mcp (15 stars, last pushed 4mo ago), licensed MIT. It adds 978 tokens to every session, about $0.0049 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.