quick-start
v0.1.1Full-path guided start: ingest → visualize → transform → deploy in 3-5 prompts
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
- 1 skill or MCP entry
- 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 quick-start for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install quick-start@agent-plugin-marketplacePaste 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-harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is workbench/quick-start/.
Plugin files
├── .claude-plugin/plugin.json└── skills/quick-start/SKILL.md
Included Skills1
The guided entry point for dltHub workbench use cases — ingestion from APIs, data exploration, transformations, deployment, data quality. Use when the user names a use case or wants to be oriented before starting: 'I want to ingest from Stripe', 'show me how to go from data to dashboard', 'take me through the full workflow', 'explore the workbench', 'what can I do with dlthub', 'give me a quick start', 'show me a demo', 'walk me through ingestion to visualization', 'I want to try everything end-to-end', 'teach me dltHub'. Do NOT use when the user is asking what's available or where to start in general — use the `dlthub-router` skill (in init) for capability-discovery questions ('what can you do', 'what toolkits are there', 'I'm new to dlthub'). Do NOT use when the user already has a specific task underway (debugging, adding an endpoint, deploying).
Plugin manifests1
{
"name": "quick-start",
"description": "Full-path guided start: ingest → visualize → transform → deploy in 3-5 prompts",
"version": "0.1.1",
"author": {
"name": "ScaleVector GmbH"
},
"homepage": "https://dlthub.com/docs",
"repository": "https://github.com/dlt-hub/dlthub-ai-workbench",
"license": "https://github.com/dlt-hub/dlthub-ai-workbench/blob/master/LICENSE",
"keywords": [
"dlthub",
"quick-start",
"onboarding",
"demo",
"pipeline"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[quick-start on Agent Plugins Marketplace](https://pluginsmp.com/plugins/quick-start)