Skip to content

okteto/okteto-claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Okteto Plugin for Claude Code

Teaches AI agents how to work with Okteto development environments. Works with any project that has an okteto.yaml.

What's included

  • Okteto skill -- CLI knowledge, collaborative and autonomous workflow patterns, debugging strategies
  • /dev-setup command -- One-command environment setup: checks prerequisites, deploys services, shows endpoints, guides the developer into a dev container

Install

Add the Okteto marketplace and install the plugin:

/plugin marketplace add okteto/okteto-claude-plugins
/plugin install okteto

Usage

Skill (automatic)

The Okteto skill activates automatically when a project has an okteto.yaml. It teaches the agent:

  • How to discover services from okteto.yaml (no hardcoded config needed)
  • When to use okteto deploy, okteto build, okteto test, okteto exec, and okteto logs
  • That okteto up is interactive and must be run by the developer, never the agent
  • How to operate in collaborative mode (developer in the loop) vs autonomous mode (ticket-driven, no human)

/dev-setup command

Run /dev-setup to have the agent walk through full environment setup:

  1. Reads okteto.yaml to discover services
  2. Checks CLI prerequisites (okteto version, okteto context show)
  3. Deploys all services (okteto deploy --wait)
  4. Shows live endpoints (okteto endpoints)
  5. Guides you to start developing a specific service

Autonomous mode

For CI/CD or ticket-driven workflows where no developer is present, the skill teaches agents to:

  1. Deploy a full environment with okteto deploy --wait
  2. Make code changes based on ticket requirements
  3. Rebuild and redeploy changed services with okteto build + okteto deploy
  4. Validate with okteto test and endpoint smoke tests
  5. Report results back to the ticket/PR

Testing locally

claude --plugin-dir /path/to/okteto-claude-plugins/plugins/okteto

Requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors