Plugin Claude Code
Plugin marketplace listing 1 plugin: okteto.
Plugin Claude Code
Plugin marketplace listing 1 plugin: okteto.
Agent
This project uses Okteto for cloud development environments. When a developer asks you to make a change, test something, or interact with the running environment, use the instructions below.
Plugin Claude Code
Okteto development environment skills for AI agents. Teaches agents how to deploy, develop, debug, and test in Okteto environments — both collaboratively with developers and autonomously in CI/ticket-driven workflows.
Command
Debug the current Okteto environment and identify root causes for any unhealthy services.
Command
Guided Okteto environment setup — verify prerequisites, deploy all services, show endpoints, and hand off into dev mode.
Hook
Runs before the agent uses a tool for Bash tool calls, executing guard-okteto.sh. From okteto/okteto-agent-skills.
Hook
Runs when a session starts, executing session-start.sh. From okteto/okteto-agent-skills.
Skill Claude CodeCodex
Use when the user describes a broken or unhealthy Okteto environment. Triggers on phrases like: "service is crashing", "service keeps restarting", "service won't start", "environment is broken", "deployment is failing", "pods are stuck", "pods are not ready", "pods are pending", "CrashLoopBackOff", "OOMKilled"…
Skill Claude CodeCodex
Use when a project has NO okteto.yaml/okteto.yml and the user wants it on Okteto — e.g. "get this repo onto Okteto", "set up a dev environment for this", "create an Okteto manifest", "onboard this service". Also use when okteto deploy fails because no manifest exists. Do NOT use if okteto.yaml or okteto.yml already…
Skill Claude CodeCodex
Use when a project contains okteto.yaml or okteto.yml, or when the user mentions Okteto, dev environments, or an okteto command. Also use before running kubectl, helm, or docker build in a repo that has an Okteto manifest; when okteto up hangs or seems stuck; when parallel git worktrees collide over the same…
Skill Claude CodeCodex
Okteto Preview Environment skill. Use when someone wants a live, shareable environment for a branch or pull request — "deploy a preview for this PR", "give me a URL for branch X", posting a preview link back to a PR or thread — or when setting up PR preview automation in CI (GitHub Actions or GitLab). Use alongside…