ソース情報
- リポジトリ
- dlt-hub/dlthub-start
- ソースの最終更新活動
- 2026年6月30日 14:23
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/dlt-hub/dlthub-start --skill one-shot-workflowコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.