Skip to content

Commit d545a7f

Browse files
rashadismLakshanSS
authored andcommitted
feat: add openchoreo-setup skill to marketplace plugins
Adds the third OpenChoreo skill — fresh-install / bootstrap — to the ecosystem listing alongside the existing developer and platform-engineer skill entries. Skill source: https://github.com/openchoreo/skills/tree/main/skills/openchoreo-setup Signed-off-by: Rashad Sirajudeen <rashad@wso2.com>
1 parent 62b7833 commit d545a7f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/data/marketplace-plugins.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,5 +584,23 @@
584584
"sourceUrl": "https://github.com/openchoreo/skills/tree/main/skills/openchoreo-platform-engineer",
585585
"default": false,
586586
"released": true
587+
},
588+
{
589+
"id": "skill-openchoreo-setup",
590+
"group": "skill",
591+
"name": "OpenChoreo Setup",
592+
"description": "Skill for fresh OpenChoreo installs. Bootstraps OpenChoreo onto local k3d or an existing Kubernetes cluster (k3s, GKE, EKS, AKS, DOKS, Rancher Desktop, or self-managed), walks the official install guide for the chosen target, applies provider-specific workarounds, and provisions the default platform resources.",
593+
"category": "AI",
594+
"tags": [
595+
"install",
596+
"bootstrap",
597+
"kubernetes",
598+
"k3d"
599+
],
600+
"logoUrl": "",
601+
"author": "OpenChoreo",
602+
"sourceUrl": "https://github.com/openchoreo/skills/tree/main/skills/openchoreo-setup",
603+
"default": false,
604+
"released": true
587605
}
588606
]

0 commit comments

Comments
 (0)