What problem does it solve? Managing a multi-service monorepo requires juggling Docker builds, Kubernetes secrets, DevSpace environments, and database migrations across many contexts. This Skill provides the knowledge base for the @tdsk/cli developer CLI, which unifies all of these DevOps operations under one hierarchical command interface. ## Core Features & Use Cases - Docker & Kubernetes Orchestration: Build, push, and run container images across six contexts (app, proxy, backend, admin, caddy, sandbox), manage K8s secrets with 7 presets, and inspect pods. - DevSpace & Database Workflows: Start, clean, and debug development environments, plus run migrations, seeds, and Drizzle Studio through nested task commands. - Fleet Toggle: Turn the autonomous AI agent fleet on or off with a single command that delegates to the database repo's toggleFleet script. - Use Case: A developer needs to build a sandbox image variant and deploy secrets to production. They run pnpm tdsk docker build --context sandbox --type claude followed by pnpm tdsk kube secret docker --env prod --namespace production. ## Quick Start Ask the assistant to build the proxy Docker image with a specific tag using the tdsk CLI.