From init
Routes users to appropriate dlt toolkits and skills for data engineering by listing catalogs, matching intents via skill descriptions, guiding installs, and confirming MCP setup.
npx claudepluginhub dlt-hub/dlthub-ai-workbench --plugin initThis skill uses the workspace's default tool permissions.
Route the user to the right toolkit and skill.
Guides selection of spences10's Claude Code ecosystem tools including MCP servers, skills, CLIs via decision trees, recommended setups, and workflows.
Guides selection of spences10's Claude Code ecosystem tools (plugins, skills, MCP servers, CLIs) via decision tree for needs like skill activation, web search, SQLite ops.
Share bugs, ideas, or general feedback.
Route the user to the right toolkit and skill.
Prefer MCP — use the list_toolkits tool from dlt-workspace-mcp to get the current toolkit catalog.
CLI fallback (if MCP is not connected): dlt --non-interactive ai toolkit list
Toolkits marked (installed: <version>) are ready to use. Others need installing first.
Use toolkit_info MCP tool (or dlt --non-interactive ai toolkit <name> info CLI) on each installed toolkit.
This returns skill names, descriptions (with "Use when..." patterns), and workflow rules — use these to match user intent.
Match the user's request to the best skill using descriptions from step 2. If no installed toolkit matches, suggest installing one.
Install command: dlt --non-interactive ai toolkit <name> install
uv run dlt ai status