By okteto
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.
Teaches AI agents how to work with Okteto development environments. Works with any project that has an okteto.yaml.
/dev-setup command -- One-command environment setup: checks prerequisites, deploys services, shows endpoints, guides the developer into a dev containerAdd the Okteto marketplace and install the plugin:
/plugin marketplace add okteto/okteto-claude-plugins
/plugin install okteto
The Okteto skill activates automatically when a project has an okteto.yaml. It teaches the agent:
okteto.yaml (no hardcoded config needed)okteto deploy, okteto build, okteto test, okteto exec, and okteto logsokteto up is interactive and must be run by the developer, never the agent/dev-setup commandRun /dev-setup to have the agent walk through full environment setup:
okteto.yaml to discover servicesokteto version, okteto context show)okteto deploy --wait)okteto endpoints)For CI/CD or ticket-driven workflows where no developer is present, the skill teaches agents to:
okteto deploy --waitokteto build + okteto deployokteto test and endpoint smoke testsclaude --plugin-dir /path/to/okteto-claude-plugins/plugins/okteto
okteto.yaml in your project rootOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub okteto/okteto-claude-plugins --plugin oktetoDeployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Manage environment configurations and secrets across deployments
Commands for CI/CD setup, containerization, and deployment automation
Container development and deployment - Docker, registry, Skaffold