dltHub avatar

dltHub

Official

@dlt-hub · Germany

0Followers
|
85Public Repos
|
41Published Skills

dltHub is the creator of data load tool (dlt)

Skills Distribution
DomainData Systems...Data Ingestion Eng.. (40%)Pipeline Lifecycle.. (35%)Development Enviro.. (25%)

Agent Skills by dltHub

Showing 41 vetted skills indexed across 3 GitHub repositories.

dlt-hubdlt-hub
1

comment-style

Enforces terse, factual comment and docstring style in Python code reviews.

Official
Basic
dlt-hubdlt-hub
1

repo-rules

Enforces project-wide editing rules for the dlthub-start repository before file modifications.

Official
Basic
dlt-hubdlt-hub
1

dlthub-router

Routes user intent to the matching dltHub toolkit and installs it on demand.

Official
Intermediate
dlt-hubdlt-hub
1

deploy-run-sample-pipeline

Deploys and runs the pre-shipped Jaffle Shop sample pipeline on dltHub Platform.

Official
Intermediate
dlt-hubdlt-hub
1

init-dlthub-workspace

Initializes and verifies dltHub workspaces with uv environment setup and toolkit routing.

Official
Intermediate
dlt-hubdlt-hub
1

one-shot-workflow

Deploys and runs a pre-shipped GitHub pipeline on the dltHub Platform cloud destination.

Official
Basic
dlt-hubdlt-hub
5.8k

commit

Stages changes and writes Conventional-Commit messages following repository git rules.

Official
Basic
dlt-hubdlt-hub
5.8k

review-issues-severity

Prioritize open GitHub issues by severity, community impact, and maintainer abandonment.

Official
Intermediate
dlt-hubdlt-hub
5.8k

review-vocabulary

Review and rewrite branch prose against a fixed vocabulary and Simplified Technical English rules.

Official
Advanced
dlt-hubdlt-hub
53

run-eval

Evaluate AI skill trigger accuracy against test queries using Python scripts.

Official
Advanced
dlt-hubdlt-hub
53

validate-toolkits

Validate AI toolkit integrity by checking URLs, cross-references, and documentation sync.

Official
Advanced
dlt-hubdlt-hub
53

create-eval

Scaffold trigger evaluation setups for toolkit skills with test workspaces and queries.

Official
Intermediate
dlt-hubdlt-hub
53

rename-component

Rename components in a dlt toolkit and update cross-references.

Official
Intermediate
dlt-hubdlt-hub
53

toolkit-dispatch

Route user requests to appropriate dlt toolkits and skills by intent.

Official
Basic
dlt-hubdlt-hub
53

setup-secrets

Manage dlt secrets in *.secrets.toml files for API keys, passwords, and tokens.

Official
Intermediate
dlt-hubdlt-hub
53

explore-data

Explore, profile, and visualize data in dlt pipelines with SQL and Altair code.

Official
Intermediate
dlt-hubdlt-hub
53

build-notebook

Assemble and validate Marimo Python notebooks from analysis plan files.

Official
Intermediate
dlt-hubdlt-hub
53

validate-data

Validate schemas and data integrity after dlt pipeline loads.

Official
Intermediate
dlt-hubdlt-hub
53

view-data

Query and explore dlt pipeline data using Python and ibis expressions.

Official
Intermediate
dlt-hubdlt-hub
53

new-endpoint

Add a REST API endpoint to an existing dlt pipeline configuration.

Official
Intermediate
dlt-hubdlt-hub
1

improve-skills

Updates existing skills with debugging patterns and workflow learnings captured from the current session.

Official
Intermediate
dlt-hubdlt-hub
53

adjust-endpoint

Configure dlt pipeline API endpoints for production data loading.

Official
Intermediate
dlt-hubdlt-hub
53

create-rest-api-pipeline

Generate a dlt pipeline for ingesting data from a REST API source.

Official
Intermediate
dlt-hubdlt-hub
53

find-source

Identify dlt source connectors for APIs and data providers.

Official
Intermediate

Frequently Asked Questions About dltHub

FAQPage Schema
What specific data engineering tasks does dltHub enable?▼

dltHub enables the generation of ingestion pipelines from REST sources, schema validation of loaded datasets, and the configuration of production destinations like Motherduck. It provides capabilities for debugging pipeline traces, managing secrets, and visualizing data integrity using ibis expressions and Altair.

Which technical personas benefit from these capabilities?▼

Data engineers and backend developers focused on building, maintaining, and deploying robust data ingestion pipelines benefit from these capabilities. The environment is specifically designed for those managing complex Git-based development cycles and requiring structured validation of data loads.

What are the prerequisites for deploying a pipeline to the runtime?▼

Deployment requires a configured workspace with valid production credentials and destination settings, such as Motherduck. Users must verify the runtime environment, ensure secrets are managed within the required .toml files, and prepare the workspace for scheduled execution via the deployment interface.