What problem does it solve?
AI agents often struggle to configure and operate Okteto-powered development environments. This skill guides the agent to read okteto.yaml, infer services, and orchestrate deployment and development workflows without manual steps.
Core Features & Use Cases
- Discover services and configuration directly from okteto.yaml without hardcoding names.
- Enforce collaborative vs autonomous operating modes with clear guardrails.
- Deploy full environments using okteto deploy --wait and expose endpoints with okteto endpoints.
- Guide the developer to start development with okteto up in collaborative mode, and manage per-worktree namespace isolation.
- Support end-to-end workflows for debugging, testing, and iterative development across branches.
Quick Start
Read the project's okteto.yaml, deploy the full environment with okteto deploy --wait, and then guide the developer to start development with okteto up.