ivanshamaev /de-agent-skills
Skill Claude Code Codex
Production dbt + Trino platform — dbt-trino adapter profiles.yml (ldap/kerberos/oauth/jwt/certificate auth), all materializations (table/view/incremental/materializedview/ephemeral), incremental strategies (append/merge/delete+insert), Iceberg tableproperties in config blocks (format/partitioning/sortedby/location)…
★ not rated 18 3mo ago A 126 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Optimizing dbt-generated SQL performance on Trino — ephemeral vs view vs table materialization trade-offs, CTE explosion patterns, partition-aware incremental filters (bounded watermarks), MERGE vs delete+insert strategy selection, avoiding full-refresh anti-patterns, query hints in dbt SQL (BROADCAST hint), dbt…
★ not rated 18 3mo ago A 104 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Full local Trino Lakehouse Docker Compose stack — trinodb/trino coordinator+worker, Hive Metastore 3.x with PostgreSQL backend, MinIO object storage (S3-compatible), Apache Airflow, dbt-trino, Apache Superset BI, Prometheus+Grafana monitoring, healthchecks, startup ordering, persistent volumes, isolated networks…
★ not rated 18 3mo ago A 95 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino EXPLAIN and EXPLAIN ANALYZE plan reading — DISTRIBUTED/LOGICAL/IO/VALIDATE formats, fragment types (SINGLE/HASH/ROUNDROBIN/BROADCAST/SOURCE), exchange node analysis, stage bottleneck detection, data skew identification via task row-count variance, spill detection, operator-level metrics…
★ not rated 18 3mo ago A 102 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino federated query architecture across heterogeneous sources — cross-catalog JOIN patterns (Iceberg+PostgreSQL+MySQL+Kafka+ClickHouse), pushdown behavior per connector type, minimizing cross-catalog data movement, materializing JDBC data into Iceberg, query routing strategy, connector-specific limitations (JDBC…
★ not rated 18 3mo ago A 101 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino data file layout optimization for Iceberg — Parquet vs ORC file format selection, target file size tuning (iceberg.target-max-file-size), row group size, Parquet/ORC column encoding choices, Bloom filter indexes, sortedby for min/max skipping, small file detection via $files metadata table, OPTIMIZE compaction…
★ not rated 18 3mo ago A 111 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Production Apache Iceberg best practices with Trino — hidden partitioning (day/month/year/hour/bucket/truncate transforms), partition evolution, sorted tables, file compaction (optimize/expiresnapshots/removeorphanfiles), snapshot management, metadata tables ($snapshots/$files/$partitions/$history), schema evolution…
★ not rated 18 3mo ago A 114 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino-based Modern Data Platform architecture design — decoupled storage/compute, Iceberg as open table format, Hive Metastore/Glue catalog, MinIO/S3 object storage, Kafka ingestion layer, dbt transformation, Airflow orchestration, Superset BI — coordinator/worker topology, catalog design, metadata-driven…
★ not rated 18 3mo ago A 93 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino memory management and spill-to-disk tuning — query.max-memory/query.max-total-memory/query.max-memory-per-node properties, memory.heap-headroom-per-node, JVM heap sizing (80% of RAM), spill-enabled/spiller-spill-path/spill-compression-codec configuration, exchange buffer tuning, OOM kill diagnosis, memory pool…
★ not rated 18 3mo ago A 111 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino Modern Data Stack end-to-end reference architecture — full docker-compose (Kafka + MinIO + Hive Metastore + Trino + Airflow + dbt + Superset + Prometheus + Grafana), medallion lake DDL and pipeline DAGs, Kafka→Iceberg streaming ingest, dbt project layout with Trino profiles, Superset dataset config, Prometheus…
★ not rated 18 3mo ago C 99 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino observability and monitoring platform — JMX Prometheus exporter configuration (running queries/failed queries/OOM kills/execution latency P50/P90/P99/memory pool metrics), Grafana dashboard panels, OpenTelemetry trace propagation, query-level event listener for structured logging, Prometheus alert rules (worker…
★ not rated 18 3mo ago A 96 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino production readiness checklist and review — coordinator HA (active/passive with load balancer), worker autoscaling, TLS/HTTPS configuration, authentication setup, resource groups for multi-tenancy, JVM sizing, spill configuration, fault-tolerant execution for batch workloads, monitoring (Prometheus/alerting)…
★ not rated 18 3mo ago D 91 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino distributed SQL query optimization — predicate/projection/aggregation pushdown, join reordering (AUTOMATIC/ELIMINATECROSSJOINS), broadcast vs partitioned joins, dynamic filtering, CBO with ANALYZE, filter-early patterns, partition pruning, avoiding SELECT , reducing shuffle, cross-catalog query cost, session…
★ not rated 18 3mo ago A 90 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino resource group workload governance — resource-groups.properties configuration (maxQueued/hardConcurrencyLimit/softMemoryLimit/hardCpuLimit/schedulingPolicy/schedulingWeight), hierarchical group trees, selector rules (user/source/queryType/clientTags/regex), multi-tenant tenant isolation patterns, per-user…
★ not rated 18 3mo ago A 109 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Trino security hardening and data governance — TLS/HTTPS setup, internal-communication shared secret, authentication (LDAP/OAuth2/JWT), file-based access control (catalog/schema/table/column rules, column masking, row-level filtering, query kill permissions), OPA integration, Ranger for dynamic row-filter and…
★ not rated 18 3mo ago A 97 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Autonomous self-healing Trino platform — Python watchdog agents for automatic worker restart detection, hung query killer, OOM-killed query resubmission, Iceberg compaction auto-trigger on small-file detection, stale statistics auto-ANALYZE, cluster memory pressure relief (kill low-priority queries), anomaly detection…
★ not rated 18 3mo ago A 98 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Airbyte ELT — source/destination connectors, sync modes (Full Refresh Overwrite/Append, Incremental Append/Deduped), cursor fields, primary keys, catalog/streams, deployment (abctl, Kubernetes Helm, Airbyte Cloud), Connector Builder, Python CDK (HttpStream, IncrementalMixin), normalization (dbt-based, airbyteraw…
★ not rated 18 3mo ago C 100 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Use when building, reviewing, debugging, or scaling Apache Airflow DAGs declaratively with dag-factory YAML configs — including project setup, loader configuration, defaults hierarchy, custom/provider operators, dynamic task mapping, datasets/assets, callbacks, TaskFlow decorators, Jinja2 templating, environment…
★ not rated 18 3mo ago A 92 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Apache Airflow DAG authoring — DAG definition, TaskFlow API (@task/@dag decorators), operators (Bash/Python/SQL/HTTP), sensors (poke/reschedule modes), TaskGroups, dynamic task mapping (expand/partial), branching, trigger rules, XComs, Pools, callbacks, cross-DAG pipelines, best practices.
★ not rated 18 3mo ago A 73 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Apache Flink — streaming architecture (JobManager/TaskManager/slots/parallelism), PyFlink Table API and SQL (Kafka/filesystem DDL, windowing TUMBLE/HOP/SESSION, aggregations), DataStream API (KeyedStream, stateful operations ValueState/MapState, process functions), event-time vs processing-time, watermark strategies…
★ not rated 18 3mo ago A 114 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Apache Kafka — topics, partitions, consumer groups, producer/consumer configuration (acks, idempotence, compression, commit strategies), exactly-once semantics, Kafka Connect (source/sink connectors, SMTs, DLQ), Schema Registry, consumer lag monitoring, CLI operations, Python confluent-kafka examples, partition…
★ not rated 18 3mo ago A 72 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Change Data Capture with Debezium — PostgreSQL/MySQL/Oracle CDC connectors, change event structure (before/after/op/source), snapshot modes, Kafka Connect deployment, SMT transformations, outbox pattern, Iceberg/Delta sink integration, idempotency guarantees.
★ not rated 18 3mo ago A 57 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
ClickHouse OLAP — MergeTree family engines (MergeTree/ReplacingMergeTree/AggregatingMergeTree/SummingMergeTree/CollapsingMergeTree), ORDER BY/PARTITION BY/PRIMARY KEY design, data skipping indexes (minmax/set/bloomfilter), TTL tiered storage, materialized views, projections, LowCardinality/Nullable/AggregateFunction…
★ not rated 18 3mo ago A 111 tokens
ivanshamaev /de-agent-skills
Skill Claude Code Codex
Dagster Software-Defined Assets (SDA) — @asset/@multiasset decorators, asset dependencies, partitions (daily/static/dynamic/multi), sensors, IO managers, declarative automation (AutomationCondition), jobs, schedules, resource definitions, deployment.
★ not rated 18 3mo ago A 54 tokens
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: