data-lake-platform

data-lake-platform is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 41 tokens per session (5,642 once invoked), scanned A, original, MIT.

A guide for designing data lakes and lakehouses, systems that store large amounts of data for processing and analysis, using formats such as Iceberg, Delta, Hudi, and Paimon.

In plain words
What is it for?
Use it to select a table format or catalog, design change-data-capture ingestion, scaffold or inspect Iceberg tables, and check interoperability claims.
Why use it?
It helps choose compatible storage, ingestion, query, catalog, governance, and cost-control options across a data platform.

Skill for Codex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/scaffold_iceberg_table.py \.

Good fit Use it to select a table format or catalog, design change-data-capture ingestion, scaffold or inspect Iceberg tables, and check interoperability claims.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/vasilyu1983/AI-Agents-public
agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/data-lake-platform

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-lake-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/data-lake-platform/github.svg)](https://agentmods.dev/skills/vasilyu1983/ai-agents-public/data-lake-platform)
Your own site
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/data-lake-platform"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/data-lake-platform/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-lake-platform

Your own site · 80×15
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/data-lake-platform"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/data-lake-platform.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,642 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 warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 48
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 194
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 208
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00041 $0.05642
Opus 5 $0.00020 $0.02821
Sonnet 5 $0.00008 $0.01128
Haiku 4.5 $0.00004 $0.00564

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

Security

Grade A, and why

data-lake-platform 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 12d 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.

frameworks/shared-skills/skills/data-lake-platform/SKILL.md · 269 lines

How it starts

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

Data Lake Platform

Build and operate production data lakes and lakehouses: ingest, transform, store in open formats, and serve analytics reliably.

Quick Reference

Task Resource When to Use
Pick a table format and spec version references/storage-formats.md Choosing Iceberg v2/v3, Delta 4.x, Hudi, Paimon, or DuckLake
Pick a catalog / control plane references/governance-catalog.md Choosing Polaris, Glue, Nessie, Unity, Gravitino, or Open Catalog
Design ingestion or CDC path references/ingestion-patterns.md dlt, Airbyte, Debezium, Flink CDC
Scaffold or inspect an Iceberg table scripts/scaffold_iceberg_table.py, scripts/inspect_iceberg_metadata.sh New table DDL or auditing an existing table's file/metadata layout
Sanity-check an interoperability or version claim data/sources.json + Fact-Checking below Any claim about spec-version GA status, engine support, or vendor feature

Quick-Start Decision Table

Situation Default choice
Open multi-engine analytics Iceberg + REST catalog (Polaris/Glue/Nessie) + Trino
Databricks primary compute Delta 4.x + Unity Catalog; add UniForm only if external readers exist
CDC-heavy mutable, Spark-centered Hudi (CoW or MoR) + Kafka/Debezium
Streaming-first mutable, Flink-centered Paimon + Flink CDC
Single-engine embedded / analyst workstation DuckLake (v1.0 GA Apr 2026) or DuckDB + Parquet/Iceberg
Low-latency BI, high concurrency dashboards ClickHouse or StarRocks serving layer
Local/CI prototyping with open-table portability DuckDB + Iceberg extension

Format State as of July 2026

Feature Apache Iceberg (1.11.x) Delta Lake 4.3 Apache Hudi (1.0 stable / 1.1 dev) Apache Paimon (1.3.x)
Spec version v3 GA on managed platforms; Trino writes still experimental Protocol v3; Liquid Clustering GA 1.x table version 1.x
Deletion vectors GA (v3 spec; bitmap on Puffin) GA N/A (MoR log) N/A (MoR log)
Catalog posture REST-first; Polaris TLP Feb 2026 Catalog-managed tables mature (4.1-4.3); Unity Catalog Delta APIs route all ops Mixed Flink-first, expanding
Coordinated commits Via catalog (Polaris/Glue/Nessie) GA since 4.1; streaming + CDC on catalog-managed tables since 4.3 N/A N/A
Branches and tags First-class Limited Workflow-specific Workflow-specific
Multi-engine reads Strong (Trino, Spark, DuckDB, Flink) Improving via UniForm + native Flink connector (4.2+); Trino v3 writes still experimental Improving Growing; validate
Trino v3 support Experimental: read/write of base data works; row-level updates, deletes, and OPTIMIZE on v3 tables are not supported Readers via UniForm N/A N/A

Read the full file on GitHub · 269 lines

Files

What ships with it

60 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. 12d ago First seen · 269 lines · 41 tokens per session scan A 18b96db65785

Subscribe to this mod's changes

data-lake-platform is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 10d ago), licensed MIT. It adds 41 tokens to every session and 5,642 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.