Mathis Derenne avatar

Mathis Derenne

Community

@mathisdrn · France

5Followers
|
21Public Repos
|
25Published Skills

Data Science student. Open to freelance missions.

Skills Distribution
DomainData Systems...Malloy Semantic Mo.. (40%)DuckDB & MotherDuc.. (25%)dbt Analytics Engi.. (20%)Dagster Pipeline O.. (10%)

Agent Skills by Mathis Derenne

Showing 25 vetted skills indexed across 1 GitHub repositories.

mathisdrnmathisdrn
9

troubleshooting-dbt-job-errors

Diagnose dbt Cloud job failures using run logs, Admin API, git history, and data investigation.

Community
Advanced
mathisdrnmathisdrn
9

malloy-debug

Diagnose and fix Malloy compile errors in .malloy files using IDE diagnostics.

Community
Intermediate
mathisdrnmathisdrn
9

malloy-analyze

Explores data with Malloy queries and builds views, dashboards, and notebooks.

Community
Advanced
mathisdrnmathisdrn
9

malloy-notebooks

Create Malloy .malloynb notebooks for interactive dashboards and data stories.

Community
Intermediate
mathisdrnmathisdrn
9

motherduck-model-data

Designs analytical database schemas and SQL data models in MotherDuck with a file-based project scaffold.

Community
Intermediate
mathisdrnmathisdrn
9

dagster-expert

Provides expert guidance for building and managing Dagster data pipelines with the dg CLI.

Community
Advanced
mathisdrnmathisdrn
9

find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

Community
Intermediate
mathisdrnmathisdrn
9

malloy-review

Reviews Malloy semantic-model files against rubrics and emits a structured Markdown review report.

Community
Advanced
mathisdrnmathisdrn
9

duckdb-docs

Searches DuckDB and DuckLake documentation using BM25 full-text search against a locally cached index.

Community
Intermediate
mathisdrnmathisdrn
9

malloy-model

Build Malloy semantic models with base sources, joined sources, and computed sources.

Community
Advanced
mathisdrnmathisdrn
9

motherduck-load-data

Load data into MotherDuck from files, object storage, dataframes, and external databases.

Community
Intermediate
mathisdrnmathisdrn
9

skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmarked test runs.

Community
Advanced
mathisdrnmathisdrn
9

malloy-scope

Classifies discovered tables and proposes an analytical scope for Malloy data modeling.

Community
Intermediate
mathisdrnmathisdrn
9

malloy-charts

Selects and configures Malloy chart annotations for data visualization rendering.

Community
Intermediate
mathisdrnmathisdrn
9

malloy-patterns

Indexes Malloy documentation topics for lookup via the search_malloy_docs tool.

Community
Basic
mathisdrnmathisdrn
9

using-dbt-for-analytics-engineering

Builds, tests, and validates dbt models using ref(), source(), and dbt show.

Community
Advanced
mathisdrnmathisdrn
9

malloy-discover

Profiles tables, columns, and relationships through Malloy queries before semantic modeling.

Community
Advanced
mathisdrnmathisdrn
9

duckdb-scd

Implements Slowly Changing Dimensions Type 2 in DuckDB using MERGE INTO statements.

Community
Intermediate
mathisdrnmathisdrn
9

malloy

Indexes and routes requests to Malloy modeling, analysis, and publishing skills.

Community
Intermediate
mathisdrnmathisdrn
9

marimo-notebook

Write reactive marimo notebooks as Python files with correct cell structure.

Community
Advanced
mathisdrnmathisdrn
9

malloy-modeling

Build governed semantic data models in Malloy for the Malloy Publisher.

Community
Advanced
mathisdrnmathisdrn
9

malloy-queries

Write and debug Malloy queries using syntax rules, patterns, and error references.

Community
Intermediate
mathisdrnmathisdrn
9

malloy-document

Adds #(doc) annotation tags to Malloy model sources and fields for natural-language search.

Community
Intermediate
mathisdrnmathisdrn
9

motherduck-duckdb-sql

Provides DuckDB SQL syntax reference and MotherDuck-specific command guidance for writing and repairing queries.

Community
Intermediate

Frequently Asked Questions About Mathis Derenne

FAQPage Schema
What tasks can I accomplish with mathisdrn's skill collection?▼

You can build and debug Malloy semantic models, queries, charts, and notebooks; author dbt models with ref()/source() and troubleshoot dbt Cloud job failures; load data into MotherDuck from S3, GCS, or local files; write DuckDB SQL including SCD Type 2; and get Dagster asset and pipeline guidance.

Who should use these data engineering skills?▼

Analytics engineers and data engineers working with the modern data stack: dbt practitioners debugging job failures, Malloy modelers building semantic layers and dashboards, DuckDB/MotherDuck users designing schemas or ingesting data, and Dagster developers managing assets, schedules, and sensors.

How do the Malloy skills work together in practice?▼

Start with malloy-discover to scan tables and relationships, then malloy-scope to propose an analytical focus, malloy-define for source plans and field definitions, and malloy-model to author .malloy files. Finish with malloy-queries, malloy-charts, and malloy-notebooks for analysis, visualization, and dashboards.

Are these skills free and open source?▼

The MotherDuck skills (model-data, load-data, duckdb-sql) carry an explicit MIT license. The dbt skills are authored by dbt-labs. Other skills in the manifest do not declare a license, so verify terms in each skill's repository before redistribution or commercial use.

What prerequisites or dependencies do these skills require?▼

dbt troubleshooting requires dbt Cloud/platform access with Admin API credentials; the analytics skill permits Bash(dbt), jq, and file operations. DuckDB SCD requires DuckDB v1.4.0+ for MERGE INTO. MotherDuck skills need cloud storage secrets or a Postgres endpoint. duckdb-docs uses Bash against a locally cached index.