altimate-code

A delegation skill for dbt and data-warehouse work that sends tasks to altimate-code, a separate command-line agent with specialized data tools. dbt is a tool for transforming and testing data in warehouses.

In plain words
What is it for?
It is for warehouse access, data lineage, impact analysis, dbt builds, and related data-engineering tasks, after confirming altimate-code is installed.
Why use it?
It routes warehouse tasks to a tool designed for database, lineage, and data-engineering work instead of handling them as ordinary coding tasks.

Skill for Claude CodeCodex

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 skills/altimateai/data-engineering-skills/altimate-code
Any agent
npx skills add AltimateAI/data-engineering-skills --skill altimate-code
Clone the repo
git clone --depth 1 https://github.com/AltimateAI/data-engineering-skills

Made for: Claude Code, Codex.

Per session 184 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,309 The whole file, excluding the scripts and references it only reads on demand.
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.00184 $0.01309
Opus 5 $0.00092 $0.00655
Sonnet 5 $0.00037 $0.00262
Haiku 4.5 $0.00018 $0.00131

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

Security

Grade A, and why

altimate-code 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.

skills/altimate-code/SKILL.md · 108 lines

How it starts

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

altimate-code

altimate-code is a CLI AI agent that ships with native data engineering tools. This skill delegates work to it via its non-interactive run mode and presents the result back to the user.

Prerequisite Check — ALWAYS DO THIS FIRST

Before invoking altimate-code, verify it is installed and on PATH:

command -v altimate-code

If the command returns nothing (exit code 1), STOP and tell the user this exact message — do not proceed:

altimate-code is not installed. Install it with:

npm install -g altimate-code

Requires Node.js 20+. Docs: https://docs.altimate.sh · Source: https://github.com/AltimateAI/altimate-code · npm: https://www.npmjs.com/package/altimate-code

After installing, run altimate-code once to configure it — this launches the TUI where you set up your LLM provider auth and warehouse connections. Then re-run your request and I'll delegate it.

Do not attempt to install altimate-code on the user's behalf — they may want a specific version, a different package manager (e.g. pnpm/yarn global), or to opt out entirely. Surface the command and let them decide.

If command -v fails but the user says it is installed, suggest checking npm bin -g is on PATH, or running npm config get prefix to find the global install location.

How to Invoke

altimate-code run is non-interactive — it takes a message, executes the task, prints the final result to stdout, and exits.

Minimal invocation:

altimate-code run "<task description>" --yolo

Recommended invocation — captures the final response to a file and runs in the right directory:

altimate-code run "<task description>" \
  --yolo \
  --output /tmp/altimate-result.md \
  --dir "$(pwd)"

Then read /tmp/altimate-result.md and pass it straight back to the user.

Key flags

Flag When to use
--yolo Required for non-interactive — auto-approves tool calls. Without this it hangs on the first permission prompt.
--output <path> Write the final assistant response to a file. Use .md or .txt.
--dir <path> Run the agent in a specific directory (e.g. a dbt project root). Defaults to cwd.
--model provider/model Override the model. Useful for fast/cheap exploration.
--format json Emit raw JSON events instead of formatted output. Use only when post-processing programmatically.
--continue / --session <id> Continue a previous altimate-code session.

Read the full file on GitHub · 108 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. 2d ago First seen · 108 lines · 0 tokens per session scan A 609fefe579ea

Subscribe to this mod's changes

altimate-code is a skill published in the GitHub repository AltimateAI/data-engineering-skills (122 stars, last pushed 1mo ago), licensed MIT. It adds 184 tokens to every session and 1,309 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

pr-verify

Verify a Docglow change actually works before submitting or merging a PR. Runs the conformance suite, then a behavioral verification pass (flag matrix, artifact-join spot checks, pipeline contract sweep, payload budget). Use when reviewing a PR, self-reviewing a branch before opening a PR, or when asked to "verify…

docglow/docglow · 79 tokens

animation-best-practices

CSS and UI animation patterns for responsive, polished interfaces. Use when implementing hover effects, tooltips, button feedback, transitions, or fixing animation issues like flicker and shakiness.

northgraindata/dbt-doctor · 42 tokens

dbt-doctor

Static analysis and health checks for dbt projects. Use before committing SQL/YAML or when enforcing CI quality gates.

northgraindata/dbt-doctor · 28 tokens

datahub-verified-remediation

Use this skill when a source schema change has broken, or is about to break, a downstream transformation and the user wants a fix they can merge — not a summary. Triggers on: "a column was renamed, fix the dbt model", "this field is gone downstream", "schema drift", "our model still selects the old column", "generate…

Marc-Dvci/praxis-datahub · 140 tokens

Data Pipeline Architect

Design and implement robust data pipelines — ETL/ELT, streaming, batch processing. From architecture to code with Airflow, dbt, Kafka, and modern data stack.

demo112/yunqu-ai-skills · 40 tokens

weekly-report

Generate recurring weekly or monthly analytics reports with period-over-period comparison, anomaly detection, and executive summaries. Use when the user asks for a weekly report, monthly KPI review, recurring metrics snapshot, or needs automated period-over-period diffing. Saves templates for one-command re-runs.

adityawrk/analytics-with-claude-code · 59 tokens