Skip to content

openchoreo/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenChoreo skills

A library of skills for working with OpenChoreo.

About

Skills are a lightweight technique for adding relevant context to your agents. This repo contains skills for working with OpenChoreo. Pick the one that matches your role and how you operate.

Skills in this repo

Skill For Prerequisites
openchoreo-setup Installing OpenChoreo onto Kubernetes — local k3d, a hosted cluster (k3s/GKE/EKS/AKS/DOKS/self-managed), or a multi-cluster topology. helm ≥ 3, kubectl; k3d for the local path; cluster credentials for hosted targets.
openchoreo-import Planning a migration of an existing app (Helm chart, Kustomize overlay, Docker Compose, or raw Kubernetes YAML) onto OpenChoreo. Plans only — never applies. Node ≥ 18 for the preview server; the renderer for your source (helm, kustomize / kubectl kustomize, or kompose); a browser.
openchoreo-developer Application developers shipping services on OpenChoreo. OpenChoreo MCP server configured.
openchoreo-platform-engineer Platform engineers running OpenChoreo. OpenChoreo MCP server configured; kubectl + Helm available.
openchoreo-developer-gitops Application developers working from an OpenChoreo GitOps repo. occ configured against the cluster; the repo already scaffolded; git.
openchoreo-platform-engineer-gitops Platform engineers managing OpenChoreo via Git. occ configured against the cluster; Flux CD in the cluster; git.

Installation

Browse and install skills with the skills CLI:

# Interactively browse and install skills.
npx skills add openchoreo/skills --list

# Install a specific skill (e.g., openchoreo-developer).
npx skills add openchoreo/skills --skill openchoreo-developer

About

Agent Skills for OpenChoreo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors