data-analytics-engineering

data-analytics-engineering is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 40 tokens per session (3,795 once invoked), scanned A, original, MIT.

A guide to building reliable, reusable data models and metrics for analytics and business-intelligence tools, mainly with SQL-based systems such as dbt or SQLMesh. It also covers data contracts, ownership, lineage, and quality checks.

In plain words
What is it for?
Use it to design warehouse tables, reporting models, semantic layers, metric definitions, data-quality checks, freshness monitoring, and release gates for BI or analytics.
Why use it?
It helps teams agree on what metrics mean and catch broken or stale data before dashboards and reports use it. Shared definitions make the same business measures easier to reuse across teams and tools.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to design warehouse tables, reporting models, semantic layers, metric definitions, data-quality checks, freshness monitoring, and release gates for BI or analytics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/data-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 vasilyu1983/AI-Agents-public --skill data-analytics-engineering
Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public

Made for: 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-analytics-engineering

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/data-analytics-engineering.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/data-analytics-engineering)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/data-analytics-engineering"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/data-analytics-engineering.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,795 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.00040 $0.03795
Opus 5 $0.00020 $0.01898
Sonnet 5 $0.00008 $0.00759
Haiku 4.5 $0.00004 $0.00380

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

Security

Grade A, and why

data-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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/analytics_linter.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

frameworks/shared-skills/skills/data-analytics-engineering/SKILL.md · 256 lines

How it starts

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

Data Analytics Engineering

Code-defined marts, metrics as APIs, contracts on critical interfaces, semantic layers only where they improve reuse or AI/BI consumption, and metadata systems that expose owners, lineage, quality, and governance to both humans and agents.

Primary sources: data/sources.json. Refresh time-sensitive claims against official docs before giving definitive recommendations.

When to Use

  • Choose or improve an analytics engineering stack (dbt, SQLMesh, Coalesce)
  • Define marts, grains, dimensions, facts, wide tables, or activity schemas
  • Design or migrate a semantic layer (dbt Semantic Layer, Lightdash, Cube, warehouse-native)
  • Add data contracts, metric governance, ownership, catalogs, and lineage
  • Build data quality checks, freshness monitoring, anomaly detection, and release gates
  • Prepare BI-ready models for dashboards, notebooks, APIs, or AI/NLQ analytics

When NOT to Use

  • Lakehouse or ingestion architecture -> data-lake-platform
  • Product/event instrumentation, attribution, or identity resolution -> marketing-product-analytics
  • OLTP tuning, indexes, locks, or transactional database operations -> data-sql-optimization
  • Metabase API automation -> data-metabase
  • ML feature engineering, experiments, or model evaluation -> ai-ml-data-science

Triage Checklist

Run through these before any recommendation:

  • What are the canonical business metrics and who owns each one?
  • Serving requirements: dashboards, notebooks, APIs, embedded analytics, or AI/NLQ?
  • Transformation baseline: dbt, SQLMesh, visual tooling, or warehouse SQL only?
  • Which datasets are contract-worthy (downstream consumers depend on schema, freshness, semantics)?
  • Semantic layer needed, or are well-governed marts sufficient today?
  • Which metadata systems already cover catalog, lineage, ownership, access, and quality?

Read the full file on GitHub · 256 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. 8d ago First seen · 256 lines · 40 tokens per session scan A 9480df31148d

Subscribe to this mod's changes

data-analytics-engineering is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (86 stars, last pushed 5d ago), licensed MIT. It adds 40 tokens to every session and 3,795 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-08-30.

Related

Other skills, from other repositories

postgresql-table-design

Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features.

wshobson/agents · 37 tokens

sql-optimization-patterns

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

wshobson/agents · 44 tokens

event-store-design

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

wshobson/agents · 33 tokens

cqrs-implementation

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

wshobson/agents · 35 tokens

projection-patterns

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.

wshobson/agents · 36 tokens

continuum-memory

Configure and use Continuum's two-tier memory system — mem0+Qdrant/Milvus for long-term facts, Redis for short-term sessions, with multi-tenant scopes (USER / AGENT / SHARED / RUN / CONVERSATION). Invoke when the user asks about "remember", "user preferences", "long-term memory", "vector search over memories"…

shyftlabs/continuum · 107 tokens