{
  "$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
  "name": "dltHub Agent Skills",
  "description": "Agent Skills for building and operating dlt (data load tool) pipelines, published from the dlt-hub/dlthub-ai-workbench toolkits.",
  "homepage": "https://dlthub.com/agentic-workflows.md",
  "skills": [
    {
      "name": "build-notebook",
      "type": "skill",
      "description": "This skill should be used when the user asks to \"build the notebook\", \"launch the dashboard\", \"generate the marimo notebook\", or when an analysis_plan.md artifact exists and the user wants to assemble or regenerate the dashboard. Reads chart specs with ibis queries and altair code from analysis_plan.md, assembles a marimo Python file, validates, and launches. Do NOT use for exploring data or planning charts (use explore-data), building pipelines (use rest-api-pipeline toolkit), or deploying (use dlthub-platform toolkit).",
      "url": "https://dlthub.com/.well-known/agent-skills/build-notebook/SKILL.md",
      "sha256": "b8817298967c63c526bd65e91025bdf82af9d5ca3e7a015dbb969f029dc733eb",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/data-exploration/skills/build-notebook/SKILL.md"
    },
    {
      "name": "explore-data",
      "type": "skill",
      "description": "This skill should be used when the user asks to \"explore my data\", \"what can I learn from this pipeline\", \"what's the revenue trend\", \"show me charts\", \"visualize my pipeline\", \"analyze my data\", \"profile data quality\", \"what questions can I ask about my data\", \"map my data to business concepts\", or wants to explore, profile, analyze, or chart data from a dlt pipeline. Connects to a pipeline, profiles tables or scans schema, plans charts with ibis + altair code, and writes an analysis_plan.md artifact. Do NOT use for building or fixing pipelines (use rest-api-pipeline toolkit), deploying pipelines (use dlthub-platform toolkit), or assembling the marimo notebook from an analysis plan (use build-notebook).",
      "url": "https://dlthub.com/.well-known/agent-skills/explore-data/SKILL.md",
      "sha256": "53458edd7bb333a9261d9fad7e81d8b510d30902084fc7ec4f481955a3f6d45d",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/data-exploration/skills/explore-data/SKILL.md"
    },
    {
      "name": "define-data-quality-checks",
      "type": "skill",
      "description": "Use when the user asks to \"define checks\", \"add validation rules\", \"what checks should I add\", \"translate requirements into checks\", or wants to map schema hints or business rules to dlthub data quality check and metric calls for a specific pipeline or table. Do NOT use to run checks (use run-data-quality) or to set up the pipeline environment (use setup-data-quality).",
      "url": "https://dlthub.com/.well-known/agent-skills/define-data-quality-checks/SKILL.md",
      "sha256": "94565047d120e7bb166eecd6f200de1ce2b257167654d5fe9773b3e8ef6c061c",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/data-quality/skills/define-data-quality-checks/SKILL.md"
    },
    {
      "name": "review-data-quality",
      "type": "skill",
      "description": "Use when the user asks to \"review data quality results\", \"what failed\", \"show me data quality results\", \"analyze check results\", \"investigate data quality failures\", or wants to understand check and metric outcomes from a pipeline run. Do NOT use to run new checks (use run-data-quality).",
      "url": "https://dlthub.com/.well-known/agent-skills/review-data-quality/SKILL.md",
      "sha256": "69c94c98a78e7b094341bc96c7fa74cc86075f7c41f80be8e3b9d0b699722518",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/data-quality/skills/review-data-quality/SKILL.md"
    },
    {
      "name": "run-data-quality",
      "type": "skill",
      "description": "Use when the user asks to \"run data quality checks\", \"execute checks\", \"run my data quality checks\", \"check the data now\", \"run validations\", or wants to execute already-defined checks against a loaded pipeline. Do NOT use to define new checks (use define-data-quality-checks) or to review existing results (use review-data-quality).",
      "url": "https://dlthub.com/.well-known/agent-skills/run-data-quality/SKILL.md",
      "sha256": "c69f09078d89022309d5ba2e91030b6210cc9d2fa64cc170efc42cdf1b997ef7",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/data-quality/skills/run-data-quality/SKILL.md"
    },
    {
      "name": "setup-data-quality",
      "type": "skill",
      "description": "Use when the user asks to \"set up data quality\", \"enable data quality checks\", \"add data quality to my pipeline\", \"validate my pipeline data\", \"I want to check data quality\", \"check my tables for issues\", or wants to start any data quality workflow on a dlt pipeline. Do NOT use for exploring or charting data (use data-exploration toolkit), running existing checks (use run-data-quality), or reviewing results (use review-data-quality).",
      "url": "https://dlthub.com/.well-known/agent-skills/setup-data-quality/SKILL.md",
      "sha256": "067bd8615e8b8448bacdbe41d8533412837506ab5cfd07c59417e36652eccc38",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/data-quality/skills/setup-data-quality/SKILL.md"
    },
    {
      "name": "deploy-minimal-ingestion-pipeline",
      "type": "skill",
      "description": "Build and deploy a minimal custom REST API pipeline to dltHub Platform. Use when the user says \"Help me build and deploy a minimal pipeline\", \"I've finished onboarding, now what?\", or \"I just ran dlthub-start and want to build my own pipeline\".",
      "url": "https://dlthub.com/.well-known/agent-skills/deploy-minimal-ingestion-pipeline/SKILL.md",
      "sha256": "6747021541c317358b2393188723cd9ac656700af9691e882339c87b4b866c23",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/dlthub-init-skills/skills/deploy-minimal-ingestion-pipeline/SKILL.md"
    },
    {
      "name": "debug-deployment",
      "type": "skill",
      "description": "Debug a failed or misbehaving dltHub Platform deployment. Use when a runtime job fails, produces unexpected results, or the user wants to check job status and logs.",
      "url": "https://dlthub.com/.well-known/agent-skills/debug-deployment/SKILL.md",
      "sha256": "8314353a56c35b66466bc6480055ba338198bf54bbd5c3abac368a0bd50da89d",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/dlthub-platform/skills/debug-deployment/SKILL.md"
    },
    {
      "name": "deploy-workspace",
      "type": "skill",
      "description": "Deploy dlt pipelines to dltHub Platform. Use when the user says \"deploy to dltHub\", \"launch on dltHub\", \"run on dltHub\", \"schedule pipeline\", or wants to deploy a pipeline or notebook to dltHub.",
      "url": "https://dlthub.com/.well-known/agent-skills/deploy-workspace/SKILL.md",
      "sha256": "3d2c2ea240048c1d03ea1ec42f6c19117ba5627eb3512d013ce19a5ae351fbd2",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/dlthub-platform/skills/deploy-workspace/SKILL.md"
    },
    {
      "name": "prepare-deployment",
      "type": "skill",
      "description": "Prepare production credentials and destinations for dltHub Platform. Use when setting up prod profile secrets, splitting dev/prod credentials, or configuring a production destination like Motherduck.",
      "url": "https://dlthub.com/.well-known/agent-skills/prepare-deployment/SKILL.md",
      "sha256": "983949a2c9ae6ffb5e80e783e21e1dcc0d300c6ba3d18da9412ee992e7282f94",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/dlthub-platform/skills/prepare-deployment/SKILL.md"
    },
    {
      "name": "setup-runtime",
      "type": "skill",
      "description": "Verify dlthub workspace is ready for dltHub Platform. Use when user wants to deploy for the first time, or when another skill reports missing prerequisites like .workspace file or dlt[hub] dependency.",
      "url": "https://dlthub.com/.well-known/agent-skills/setup-runtime/SKILL.md",
      "sha256": "15dd2f37dde6696e4e844f6ebe8538a0150873a58479e3263649c122bdec469c",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/dlthub-platform/skills/setup-runtime/SKILL.md"
    },
    {
      "name": "add-incremental-loading",
      "type": "skill",
      "description": "Add incremental loading to a dlt filesystem pipeline — filter files by modification date, optionally filter records by a timestamp column, and switch to merge with a primary key to deduplicate updated records, so each run only reads new or modified files. Use after create-filesystem-pipeline produces a working replace-mode pipeline, or when the user wants to set up merge/dedup or move a pipeline from replace to incremental. For speed/memory tuning (faster reader, chunked streaming, parallel reads, glob narrowing) use optimize-filesystem-performance instead.",
      "url": "https://dlthub.com/.well-known/agent-skills/add-incremental-loading/SKILL.md",
      "sha256": "096bd7738e9b785120d6a7b4975d1581e8b0b7f5e6822b73246de9e3269789fa",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/filesystem-pipeline/skills/add-incremental-loading/SKILL.md"
    },
    {
      "name": "create-filesystem-pipeline",
      "type": "skill",
      "description": "Create a dlt filesystem pipeline that reads files (CSV, Parquet, JSONL, or custom) from local disk, S3, GCS, Azure, or SFTP into a destination. Use for the filesystem core source. Not for REST APIs (rest_api) or databases (sql_database).",
      "url": "https://dlthub.com/.well-known/agent-skills/create-filesystem-pipeline/SKILL.md",
      "sha256": "4fe147a4534342890c916f32eec319f1f313848d7ece3fc0f9047cfb4fbe410f",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/filesystem-pipeline/skills/create-filesystem-pipeline/SKILL.md"
    },
    {
      "name": "optimize-filesystem-performance",
      "type": "skill",
      "description": "Speed up a dlt filesystem pipeline. Use when reading files (CSV, Parquet, JSONL) from local disk, S3, GCS, Azure, or SFTP is slow or memory-heavy and the user wants to optimize it — choose a faster reader, read files in parallel, narrow the glob, or stream in chunks. For first-time incremental/merge setup, or to skip files already loaded in previous runs, use add-incremental-loading instead.",
      "url": "https://dlthub.com/.well-known/agent-skills/optimize-filesystem-performance/SKILL.md",
      "sha256": "d7082ee45e136440025c1c776daa04be1b133b05514498b3ab6803f480230f9c",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/filesystem-pipeline/skills/optimize-filesystem-performance/SKILL.md"
    },
    {
      "name": "dlthub-router",
      "type": "skill",
      "description": "The entry point for building anything with dlthub. Use this skill to route the user to the right workflow toolkit and install it on demand. MUST use when the user asks 'what can you do', 'what can I build', 'what are toolkits', 'how do I build a pipeline', 'I want to pull data from a REST API', 'ingest from a SQL database', 'load CSVs from S3', 'make reports / dashboards', 'transform / model my data', 'add data quality checks', 'how do I deploy / schedule a pipeline', 'I'm new to dlthub', 'where do I start', or seems unsure what to do next after setup. Also use whenever the user expresses a data-engineering goal but no matching workflow toolkit is installed yet — this skill installs it on demand. Do NOT use when the toolkit matching the user's intent is already installed — go straight to its entry skill instead; only route/install when the matching toolkit is missing. Do NOT use when a specific task is already in progress (debugging a pipeline, validating data, adding endpoints) and its toolkit is installed. Do NOT use when the user explicitly wants a guided end-to-end demo — use **quick-start** for that.",
      "url": "https://dlthub.com/.well-known/agent-skills/dlthub-router/SKILL.md",
      "sha256": "b8aa0e6157c72e87643d59ed8bfaae23f4b6e3dc643f65f53b88e3d8f88f14af",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/init/skills/dlthub-router/SKILL.md"
    },
    {
      "name": "improve-skills",
      "type": "skill",
      "description": "Improve existing skills based on the current session. Use at the end of a session (or when the user asks) to capture new debugging patterns, data issues, data validation tracks, querying techniques, doc references, or workflow improvements learned during the session. Keeps skills lean and personalized.",
      "url": "https://dlthub.com/.well-known/agent-skills/improve-skills/SKILL.md",
      "sha256": "eafa7f8a8dbd2dcda47929889c7ed93df303bd2b7a06c9878ba6f16913a23165",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/init/skills/improve-skills/SKILL.md"
    },
    {
      "name": "setup-secrets",
      "type": "skill",
      "description": "Safely manage dlthub secrets in *.secrets.toml. Use when the user directly asks to set up, configure, or inspect credentials (API keys, database passwords, tokens). Also use when writing Python code that needs to read secrets via dlt.secrets without exposing values. Do NOT use for pipeline creation, source discovery, or debugging pipeline execution — those skills call setup-secrets when they need credentials configured.",
      "url": "https://dlthub.com/.well-known/agent-skills/setup-secrets/SKILL.md",
      "sha256": "8139d00c0558711547b0b2331ed2fe2d493642eff1802c1e7dfbfadd035c6932",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/init/skills/setup-secrets/SKILL.md"
    },
    {
      "name": "deploy-run-sample-pipeline",
      "type": "skill",
      "description": "Deploy and run the pre-shipped Jaffle Shop sample pipeline on dltHub Platform — the final onboarding step after uvx dlthub-start. Use when the user says 'deploy the pipeline', 'deploy the pre-built pipeline', 'deploy the onboarding pipeline', 'do the onboarding task', 'finish the onboarding task', or is ready to complete onboarding. Assumes scaffolding, login, and playground workspace connection are already done.",
      "url": "https://dlthub.com/.well-known/agent-skills/deploy-run-sample-pipeline/SKILL.md",
      "sha256": "4cb1964f775f3cc46115fab22e6b936ed4da35e2e652d33729d3e5ed04e1e230",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/one-shot/skills/deploy-run-sample-pipeline/SKILL.md"
    },
    {
      "name": "optimize-performance",
      "type": "skill",
      "description": "Make a dlt pipeline faster or lighter on memory. Use when the user says a pipeline is slow, takes too long, runs out of memory, uses too much RAM, or wants to optimize, speed up, parallelize, or increase throughput. Covers source-agnostic levers (parallelism, workers, buffers, file rotation); for source-specific tuning use the pipeline toolkit's own optimize skill.",
      "url": "https://dlthub.com/.well-known/agent-skills/optimize-performance/SKILL.md",
      "sha256": "14baf9eb0a0d7705b2901f3b1a66d9bba929c35e5c12df9b462170d7065e3c05",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/performance/skills/optimize-performance/SKILL.md"
    },
    {
      "name": "quick-start",
      "type": "skill",
      "description": "The guided entry point for dltHub workbench use cases — ingestion from APIs, data exploration, transformations, deployment, data quality. Use when the user names a use case or wants to be oriented before starting: 'I want to ingest from Stripe', 'show me how to go from data to dashboard', 'take me through the full workflow', 'explore the workbench', 'what can I do with dlthub', 'give me a quick start', 'show me a demo', 'walk me through ingestion to visualization', 'I want to try everything end-to-end', 'teach me dltHub'.",
      "url": "https://dlthub.com/.well-known/agent-skills/quick-start/SKILL.md",
      "sha256": "0f290fdb3b3d3f89e606226aed05b90053bc4e64fb765d76b4af3339f39de4f6",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/quick-start/skills/quick-start/SKILL.md"
    },
    {
      "name": "adjust-endpoint",
      "type": "skill",
      "description": "Adjust a working dlt pipeline for production — remove dev limits, verify pagination (including stuck or looping paginators), configure incremental loading, expand date ranges, and handle rate-limit/429 errors with retries, backoff, and request timeouts. Use when the user wants to remove .add_limit(), load more data, fix stuck or looping pagination, set up incremental loading, or make the pipeline retry/back off on 429s. For throughput/concurrency tuning (parallel resources, page size) when a working pipeline is slow, use optimize-rest-api-performance instead. For inspecting loaded data, fixing column types, or flattening nested structures after a load, use validate-data instead.",
      "url": "https://dlthub.com/.well-known/agent-skills/adjust-endpoint/SKILL.md",
      "sha256": "98d2bc8745f9c094f6977f25af11dfc4f8141d0017947058d37b35778e3cbf0a",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/adjust-endpoint/SKILL.md"
    },
    {
      "name": "create-rest-api-pipeline",
      "type": "skill",
      "description": "Create a dlt REST API pipeline. Use for the rest_api core source, or any generic REST/HTTP API source. Not for sql_database or filesystem sources.",
      "url": "https://dlthub.com/.well-known/agent-skills/create-rest-api-pipeline/SKILL.md",
      "sha256": "d8f206a2a6e08208eac0054581587bca2add0bacfc2aa6166a56dfee20b92e87",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/create-rest-api-pipeline/SKILL.md"
    },
    {
      "name": "debug-pipeline",
      "type": "skill",
      "description": "Debug and inspect a dlt pipeline after running it. Use after a pipeline run (success or failure) to inspect traces, load packages, schema, data, and diagnose errors like missing credentials or failed jobs.",
      "url": "https://dlthub.com/.well-known/agent-skills/debug-pipeline/SKILL.md",
      "sha256": "37042581313eaa0de7d4eafabeb2dc22c589df06c4393ecc63011b6a04e0523f",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/debug-pipeline/SKILL.md"
    },
    {
      "name": "find-source",
      "type": "skill",
      "description": "Find a dlt source for a given API or data provider. Use when the user asks about a source, wants to find a connector, or asks to implement a pipeline for a specific data source.",
      "url": "https://dlthub.com/.well-known/agent-skills/find-source/SKILL.md",
      "sha256": "34c98c3dedff0846799244907730caa446ee2b7cfcb8280bfaf7821e523a99e8",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/find-source/SKILL.md"
    },
    {
      "name": "new-endpoint",
      "type": "skill",
      "description": "Add a new REST API endpoint/resource to an existing dlt pipeline. Use when the user wants to pull additional data from an API that already has a working pipeline.",
      "url": "https://dlthub.com/.well-known/agent-skills/new-endpoint/SKILL.md",
      "sha256": "95c112970a28eb2f03821f5a4655e6ffc5ed892feb8de5189c4ec719efb3fd64",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/new-endpoint/SKILL.md"
    },
    {
      "name": "optimize-rest-api-performance",
      "type": "skill",
      "description": "Speed up a dlt REST API pipeline. Use when a REST/HTTP API pipeline is slow because of many sequential requests, nested child resources, or large responses, and the user wants higher throughput — parallelize resources, use async, tune page size and concurrency. For removing .add_limit(), fixing pagination, first-time incremental/merge setup, or retry/backoff on 429 / rate-limit errors use adjust-endpoint instead.",
      "url": "https://dlthub.com/.well-known/agent-skills/optimize-rest-api-performance/SKILL.md",
      "sha256": "eebc98d0638da29ebbbc2967b409319489752b91c0d9e49a677c947246871bba",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/optimize-rest-api-performance/SKILL.md"
    },
    {
      "name": "validate-data",
      "type": "skill",
      "description": "Validate schema and data after a successful dlt pipeline load. Use when the user wants to check if loaded data looks correct, inspect table schemas, fix data types, flatten nested structures, or refine the data shape.",
      "url": "https://dlthub.com/.well-known/agent-skills/validate-data/SKILL.md",
      "sha256": "1b5fb709ac4cc2e8303fcba64f3aa3014baba517d6d7118d963c99f260485b2b",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/validate-data/SKILL.md"
    },
    {
      "name": "view-data",
      "type": "skill",
      "description": "Query, explore, or view data loaded by a dlt pipeline. Use when the user asks to query data, explore loaded tables, check row counts, write Python that reads pipeline data, or asks questions like \"show me the data\", \"what users are there\", \"how much did we spend\". Covers dlt dataset API, ibis expressions, and ReadableRelation.",
      "url": "https://dlthub.com/.well-known/agent-skills/view-data/SKILL.md",
      "sha256": "0701a5b1da2364122be915572bb86119c12a08f66154a76ead96bec80c707d61",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/rest-api-pipeline/skills/view-data/SKILL.md"
    },
    {
      "name": "add-table",
      "type": "skill",
      "description": "Add a new table or view to an existing dlt SQL database pipeline. Use when the user wants to load additional tables from the same database that already has a working pipeline.",
      "url": "https://dlthub.com/.well-known/agent-skills/add-table/SKILL.md",
      "sha256": "80da7e3ac6655bb2e1e42eb2fc1dad19135eae1930162b16dd99d7f9131222ca",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/sql-database-pipeline/skills/add-table/SKILL.md"
    },
    {
      "name": "adjust-table",
      "type": "skill",
      "description": "Adjust a working dlt SQL database pipeline for production — remove dev limits, add incremental loading, configure merge keys. Use when the user wants to remove .add_limit(), load the full table, or set up incremental loading on a cursor column. For speed/memory tuning (backend, chunk size, parallelism) use optimize-sql-performance instead. For inspecting loaded data or fixing column types/schema after a load, use validate-data instead.",
      "url": "https://dlthub.com/.well-known/agent-skills/adjust-table/SKILL.md",
      "sha256": "9d2dd8969ea12c37ae8ed9b331686681c3d61b793f57bc579bc95b69a6202742",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/sql-database-pipeline/skills/adjust-table/SKILL.md"
    },
    {
      "name": "create-sql-database-pipeline",
      "type": "skill",
      "description": "Create a dlt pipeline from a SQL database source (postgres, mysql, mssql, oracle, sqlite, or any SQLAlchemy-supported database). Use when the user wants to load tables from a relational database to a destination like DuckDB, BigQuery, or Snowflake. Not for REST APIs or file sources.",
      "url": "https://dlthub.com/.well-known/agent-skills/create-sql-database-pipeline/SKILL.md",
      "sha256": "f9b61bbc75c5938d94842339439af88d033f6ef4226d2762fefdd5356b6fbbeb",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/sql-database-pipeline/skills/create-sql-database-pipeline/SKILL.md"
    },
    {
      "name": "optimize-sql-performance",
      "type": "skill",
      "description": "Speed up a dlt SQL database pipeline. Use when extraction from a relational database (postgres, mysql, mssql, oracle, snowflake, etc.) is slow or memory-heavy and the user wants to optimize it — pick a faster backend, tune chunk size, parallelize tables, or reduce reflection overhead. For first-time incremental/merge setup or removing .add_limit() use adjust-table instead.",
      "url": "https://dlthub.com/.well-known/agent-skills/optimize-sql-performance/SKILL.md",
      "sha256": "32c234a127f98008a1b8371a45ac6dc1443a7059aac74297bc6eb22fff467ecd",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/sql-database-pipeline/skills/optimize-sql-performance/SKILL.md"
    },
    {
      "name": "annotate-sources",
      "type": "skill",
      "description": "Annotate dlt pipeline sources for transformation. Use when the user wants to transform data, do data modelling, design a data model, describes their data sources and use cases, or wants to build a CDM from existing pipelines.",
      "url": "https://dlthub.com/.well-known/agent-skills/annotate-sources/SKILL.md",
      "sha256": "d4d12d21f8daa02b81eeaf169ac8a723779672db62085b78af9282440b6bab53",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/transformations/skills/annotate-sources/SKILL.md"
    },
    {
      "name": "create-ontology",
      "type": "skill",
      "description": "Build a business entity graph (ontology) from annotated sources and taxonomy. Use after annotate-sources to design the entity model before CDM generation.",
      "url": "https://dlthub.com/.well-known/agent-skills/create-ontology/SKILL.md",
      "sha256": "0a822e18c06ab9d3f321ed27b9e2fdc3597dbbca7805c88bf54f8d155f45ecc1",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/transformations/skills/create-ontology/SKILL.md"
    },
    {
      "name": "create-transformation",
      "type": "skill",
      "description": "Write dlthub transformation functions that map source tables to CDM entities. Use after generate-cdm to produce the transformation Python script.",
      "url": "https://dlthub.com/.well-known/agent-skills/create-transformation/SKILL.md",
      "sha256": "d597c072499be2b25597ef966f4543d1b0afd8d5bf11f669ca98e76cc948b7ea",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/transformations/skills/create-transformation/SKILL.md"
    },
    {
      "name": "debug-transformation",
      "type": "skill",
      "description": "Debug dlthub transformation failures. Use when a transformation fails on a different destination than it was developed on, SQL dialect errors occur after deployment, pipeline recovery is needed after a failed run, or columns are silently dropped from output.",
      "url": "https://dlthub.com/.well-known/agent-skills/debug-transformation/SKILL.md",
      "sha256": "1f632fcab1cf233c26be56198a85fa90af59bb1f83fcbf383a5b3161bbaf12ed",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/transformations/skills/debug-transformation/SKILL.md"
    },
    {
      "name": "generate-cdm",
      "type": "skill",
      "description": "Generate a Canonical Data Model (CDM) in DBML using Kimball dimensional modeling. Use after create-ontology to produce the implementation-ready CDM schema.",
      "url": "https://dlthub.com/.well-known/agent-skills/generate-cdm/SKILL.md",
      "sha256": "d4c0936bf8b65c91d51f8307b71a771edc3e0172827479e1fea2ae667367744b",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/transformations/skills/generate-cdm/SKILL.md"
    },
    {
      "name": "incremental-transformation",
      "type": "skill",
      "description": "Switch a dlthub transformation from full-replace to incremental loading. Use when the user wants to process only new or changed rows, reduce transformation run time, or schedule frequent transformation runs without reprocessing all data.",
      "url": "https://dlthub.com/.well-known/agent-skills/incremental-transformation/SKILL.md",
      "sha256": "18cc8b0f055d997af0a606dbde46d61f535e44b31375f03d57365e9343d20fa9",
      "source": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/workbench/transformations/skills/incremental-transformation/SKILL.md"
    }
  ]
}
