Agent Plugins Marketplace
All plugins

dlthub-platform

v0.2.0

Deploy dlthub workspace and pipelines to the dltHub Platform

Claude Code4 Skills

By ScaleVector GmbHLicense: https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/LICENSE59 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dlthub-platform for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dlthub-platform@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dlt-hub/dlthub-ai-harness

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is workbench/dlthub-platform/.

Plugin files

workbench/dlthub-platform/
├── .claude-plugin/plugin.json
├── skills/debug-deployment/SKILL.md
├── skills/deploy-workspace/SKILL.md
├── skills/prepare-deployment/SKILL.md
└── skills/setup-runtime/SKILL.md

Included Skills4

debug-deploymentskills/debug-deployment/SKILL.md

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.

deploy-workspaceskills/deploy-workspace/SKILL.md

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.

prepare-deploymentskills/prepare-deployment/SKILL.md

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.

setup-runtimeskills/setup-runtime/SKILL.md

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.

Plugin manifests1

workbench/dlthub-platform/.claude-plugin/plugin.json
{
  "name": "dlthub-platform",
  "description": "Deploy dlthub workspace and pipelines to the dltHub Platform",
  "version": "0.2.0",
  "author": {
    "name": "ScaleVector GmbH"
  },
  "homepage": "https://dlthub.com/docs/hub/intro",
  "repository": "https://github.com/dlt-hub/dlthub-ai-workbench",
  "license": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/LICENSE",
  "keywords": [
    "dlthub",
    "deploy",
    "platform"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dlthub-platform on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dlthub-platform)