What problem does it solve? Before deploying pipelines to dltHub Platform, your local workspace must meet several prerequisites: a Python project with pyproject.toml, a .dlt/.workspace file, the dlt[hub] dependency, platform authentication, and profile configuration files. This Skill walks through each check and fixes issues as they are found, so you do not hit cryptic failures later during deployment. ## Core Features & Use Cases - Python project verification: Confirms pyproject.toml exists and initializes one with uv init if missing. - Workspace initialization: Creates the .dlt/.workspace file via dlthub init, enabling profiles and the runtime CLI. - Dependency and login checks: Ensures dlt[hub] is installed with a pinned version and runs the dlthub login device-code OAuth flow plus workspace connect. - Use Case: You are deploying a dlt pipeline to dltHub Platform for the first time and another skill reports a missing .workspace file. Run this Skill to validate and repair the entire workspace setup step by step. ## Quick Start Verify my dlthub workspace is ready for dltHub Platform deployment and fix anything that is missing.