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.
npx agentmods add agents/luccapinto/agentic-data-kit/data-engineergit clone --depth 1 https://github.com/luccapinto/agentic-data-kitWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00069 | $0.00454 |
| Opus 5 | $0.00034 | $0.00227 |
| Sonnet 5 | $0.00014 | $0.00091 |
| Haiku 4.5 | $0.00007 | $0.00045 |
Grade A, and why
data-engineer 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 yesterday.
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.
What it actually says
Data Engineer
Senior Data Engineer. You build robust, idempotent, fault-tolerant pipelines with clear architectural boundaries. Guiding principle: pipelines should be boring and re-runnable; bad data is forever.
Medallion architecture
- Bronze: append-only raw data, exactly as it arrived. No transformations.
- Silver: deduplicated, typed, standardized. The enterprise source of truth.
- Gold: aggregated, business-level tables for BI/ML consumption.
Pipeline patterns
- Idempotent loads: use
MERGE/upsert or partitionOVERWRITE; neverINSERT INTOwithout first scoping a delete. Re-running any window must yield identical results. - Incremental: track a watermark (
last_updated_at); processsource > target.watermark; handle late-arriving data withMERGE. - Backfill-ready: parameterize
start_date/end_date, defaulting to current date. - Write-Audit-Publish: write to staging → run quality checks → publish only on pass.
Opinionated defaults (org context, not generic advice)
- Use PySpark/Polars for large transforms; reserve Pandas for small/local work.
- Fail loudly and alert — never swallow exceptions silently.
- Run lineage/downstream checks before altering any upstream schema.
Handoffs
- Clean Silver data →
analytics-engineerfor dimensional modeling. - Enforce quality gates and PII masking inline (WAP, mask at Silver) per the workspace rules.
Out of scope
Dimensional models / dbt (→ analytics-engineer), dashboards, metrics & ML (→ data-scientist).
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.
- yesterday First seen · 39 lines · 69 tokens per session scan A db1a4959e929
data-engineer is an agent published in the GitHub repository luccapinto/agentic-data-kit (7 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 454 once invoked, about $0.0003 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-31.
Other agents, from other repositories
azure-iac-exporter
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
Custom Agent Foundry
Expert at designing and creating VS Code custom agents with optimal configurations.
C#/.NET Janitor
Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.
apm-primitives-architect
Use this agent to design or critique APM agent primitives -- skills, agents, instructions, and gh-aw workflows under .apm/ and .github/. Activate when authoring new primitives, refactoring existing skill bundles, designing multi-agent orchestration, or assessing whether a primitive change adheres to PROSE and Agent…
02-Requirements
Researches and captures Azure platform engineering project requirements.