one-shot-workflow

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

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/dlt-hub/dlthub-start --skill one-shot-workflow-dlt-hub
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: one-shot-workflow
Source: https://github.com/dlt-hub/dlthub-start/tree/main/src/create_dlthub_workspace/scaffolds/minimal_workspace/_agents/codex/.agents/skills/one-shot-workflow
Command: npx skills add https://github.com/dlt-hub/dlthub-start --skill one-shot-workflow-dlt-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up a first data pipeline on a cloud platform involves many manual steps: configuring a destination, deploying code, and triggering a run. This Skill compresses that entire onboarding flow into a single guided action so a new dltHub workspace produces a running cloud pipeline immediately. ## Core Features & Use Cases - Single-step deployment: Invokes the deploy-run-sample-pipeline workflow to set up a cloud destination, deploy the pre-shipped GitHub pipeline to dltHub Platform, and run it in the cloud. - Zero-clarification entry: Starts immediately without asking the user for additional input, making it suitable for agent-driven workspace bootstrapping. - Handover support: Transitions to the dlthub-init-skills toolkit when the user wants to build and deploy a minimal ingestion pipeline in a fresh directory. - Use Case: After scaffolding a workspace with uvx dlthub-start@latest, your coding agent uses this Skill to deploy and run the bundled sample pipeline on dltHub Platform without any manual configuration. ## Quick Start Ask your coding agent to deploy and run the sample pipeline on dltHub Platform using the one-shot workflow.

Frequently Asked Questions about one-shot-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy and run a sample pipeline on dltHub Platform?▼

Invoke the one-shot workflow, which immediately runs the deploy-run-sample-pipeline step. It sets up a cloud destination, deploys the pre-shipped GitHub pipeline to dltHub Platform, and runs it in the cloud without requiring further input.

What does the one-shot workflow do in a dltHub workspace?▼

It executes exactly one step: deploying and running the bundled sample pipeline on dltHub Platform. The workflow starts automatically and does not ask for clarification before acting.

Do I need to configure a destination before running the sample pipeline?▼

No separate destination configuration is needed. The deploy-run-sample-pipeline step sets up the cloud destination as part of the workflow before deploying and running the pipeline.

What happens after the one-shot workflow completes?▼

After the sample pipeline finishes, the workflow hands off to the dlthub-init-skills toolkit. You run uvx dlthub-init@latest in a new directory, restart the agent session, and enter at deploy-minimal-ingestion-pipeline to build your own pipeline.

When should I not use the one-shot workflow?▼

Avoid it when you want to build a custom pipeline rather than run the pre-shipped sample. In that case, use dlthub-init in a fresh directory and follow the deploy-minimal-ingestion-pipeline workflow instead.