data-science-analytics-engineering

data-science-analytics-engineering is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 218 tokens per session (4,823 once invoked), scanned A, original, MIT.

An analytics-engineering guide for turning warehouse data into tested, documented models and shared business metrics. It covers dbt, analytical SQL, dimensional models, and semantic layers that give metrics consistent definitions.

In plain words
What is it for?
Build dbt models, define reusable metrics, write analytical SQL, organize data marts, and structure bronze, silver, and gold data layers.
Why use it?
It reduces duplicated SQL, inconsistent numbers, undocumented transformations, and fragile reporting pipelines.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Build dbt models, define reusable metrics, write analytical SQL, organize data marts, and structure bronze, silver, and gold data layers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j4flmao/agent-skills/analytics-engineering
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.

Any agent
npx skills add j4flmao/agent-skills --skill analytics-engineering
Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills

Made for: Claude Code, Codex.

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 data-science-analytics-engineering

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/analytics-engineering/github.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/analytics-engineering)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/analytics-engineering"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/analytics-engineering/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.

agentmods 80×15 button for data-science-analytics-engineering

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/analytics-engineering"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/analytics-engineering.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 218 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,823 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00218 $0.04823
Opus 5 $0.00109 $0.02412
Sonnet 5 $0.00044 $0.00965
Haiku 4.5 $0.00022 $0.00482

Measured 6d ago against content hash ac881239589e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

data-science-analytics-engineering 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 6d 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/data-science/analytics-engineering/SKILL.md · 566 lines

How it starts

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

Analytics Engineering

Purpose

Design and build production analytics pipelines with dbt Core (models, materializations, Jinja macros, ref/source, tests, documentation), metrics and semantic layers (dbt Metrics, MetricFlow, Cube.js, metric definitions, dimensions, filters, time granularity), data modeling for analytics (marts approach, One Big Table, dimensional modeling, medallion architecture), and analytical SQL (window functions, CTEs, pivoting, statistical functions, time series, performance optimization, UDFs).

Agent Protocol

Trigger

Exact user phrases: "analytics engineering", "dbt", "dbt model", "dbt materialization", "Jinja macro", "dbt ref", "dbt source", "dbt test", "dbt doc", "metrics layer", "semantic layer", "MetricFlow", "Cube.js", "dbt metrics", "data modeling", "marts approach", "OBT", "One Big Table", "dimensional modeling", "medallion architecture", "bronze silver gold", "SQL analytics", "window function", "CTE", "pivot", "unpivot", "analytical SQL", "time series SQL", "SQL UDF".

Input Context

Before activating, verify:

  • Transformation tool (dbt Core, dbt Cloud, SQLMesh)
  • Data warehouse (Snowflake, BigQuery, Redshift, Databricks, Postgres)
  • BI tools (Tableau, Looker, Power BI, Metabase)
  • Existing data model layer (raw, staging, intermediate, marts)
  • dbt version and packages installed (dbt_utils, dbt_expectations)
  • CI/CD setup (GitHub Actions, dbt Cloud CI)
  • Testing and documentation practices

Output Artifact

dbt project configuration, model SQL, macro definitions, metric definitions, data model documentation, and analytical query patterns.

Response Format

-- dbt model code
-- Analytical SQL queries
-- dbt project config, schema.yml, metrics definitions
-- Python dbt models
-- MetricFlow config

No preamble. No postamble. No explanations. No filler/hedging/transitions. Compress output — why use many token when few do trick.

Completion Criteria

  • dbt project initialized with folder structure (staging, intermediate, marts)
  • Source definitions and staging models for all raw data
  • Intermediate models for business logic and transformations
  • Mart models for consumption (dimension, fact, aggregate tables)
  • Metrics defined and exposed via semantic layer
  • Tests defined for critical columns (unique, not_null, relationships)
  • Documentation generated with dbt docs
  • Analytical SQL queries for common analytics patterns

Read the full file on GitHub · 566 lines

Files

What ships with it

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

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. 6d ago First seen · 566 lines · 218 tokens per session scan A ac881239589e

Subscribe to this mod's changes

data-science-analytics-engineering is a skill published in the GitHub repository j4flmao/agent-skills (22 stars, last pushed 3d ago), licensed MIT. It adds 218 tokens to every session and 4,823 once invoked, about $0.0011 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.

Related

Other skills, from other repositories

dbt-expert

Expert-level dbt (data build tool), models, tests, documentation, incremental models, macros, and Jinja templating. Use when the user mentions analytics engineering, SQL, data transformation, Jinja, or testing, or when the task involves Project Structure and Configuration, Sources and Staging Models, Intermediate and…

personamanagmentlayer/pcl · 76 tokens

dbt

Operational skill for dbt: models, refs, tests, docs, and analytics engineering workflows on warehouses.

alivirgo/Major-AI-Skills · 24 tokens

chdb-datastore

Use when the user has tabular data (pandas DataFrame, parquet, csv, Arrow, json) and wants to filter, group, aggregate, join, or speed up slow pandas. Provides chDB DataStore — same pandas API, ClickHouse engine underneath. Also handles reading from S3, MySQL, PostgreSQL, MongoDB, ClickHouse Cloud, Iceberg, Delta Lake…

chdb-io/chdb · 168 tokens

chdb-sql

Use when the user wants to run SQL — especially analytical SQL — on local files (parquet/csv/json), URLs, S3 paths, or remote databases (Postgres, MySQL, MongoDB, ClickHouse Cloud, Iceberg, Delta Lake) without setting up a server. Provides chDB — embedded ClickHouse SQL in Python with 1000+ functions, Session for…

chdb-io/chdb · 214 tokens

dbt-data-transformation

Complete guide for dbt data transformation including models, tests, documentation, incremental builds, macros, packages, and production workflows.

manutej/luxor-claude-marketplace · 30 tokens

graphjin-eval

Create, extend, run, baseline, and diagnose GraphJin agent evaluations through the graphjin eval CLI.

dosco/graphjin · 27 tokens