用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dlt-hub/dlthub-start --skill one-shot-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.…
ALWAYS read and follow this skill before acting. setup
Project-wide rules for the dlthub-start repo. ALWAYS read before modifying any file in this codebase.
基于 SOC 职业分类
正在显示 SKILL.md
| name | one-shot-workflow |
| description | ALWAYS read and follow this skill before acting. One-shot workflow |
ALWAYS start with deploy-run-sample-pipeline. Invoke it immediately — do not ask for clarification.
deploy-run-sample-pipeline) — set up a cloud destination, deploy the pre-shipped GitHub pipeline to dltHub Platform, and run it on the cloud.This workflow has exactly one step.
deploy-run-sample-pipeline completes and the user says "Help me get started building and running a data pipeline on dltHub". The user will run uvx dlthub-init@latest in a new directory and restart the agent session there, then say "Help me build and deploy a minimal pipeline". Enter at deploy-minimal-ingestion-pipeline.