kagenti
Deploy and manage Kagenti platform, operator, agents, and tools on Kubernetes.
npx skills add majiayu000/claude-skill-registry --skill kagenti --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
```mermaid flowchart TD DEPLOY([Deploy]) --> TYPE{Platform?} TYPE -->|Kind| KDEPLOY["kagenti:deploy"]:::deploy TYPE -->|OpenShift| ODEPLOY["kagenti:deploy"]:::deploy TYPE -->|HyperShift| HSDEPLOY["kagenti:operator"]:::deploy KDEPLOY --> HEALTH["k8s:health"]:::k8s ODEPLOY --> HEALTH HSDEPLOY --> HEALTH HEALTH -->|Healthy| DONE([Ready]) HEALTH -->|Issues| DEBUG{Debug} DEBUG -->|Pods| PODS["k8s:pods"]:::k8s DEBUG -->|Logs| LOGS["k8s:logs"]:::k8s DEBUG -->|UI| UI["kagenti:ui-debug"]:::deploy classDef deploy fill:#795548,stroke:#333,color:white classDef k8s fill:#00BCD4,stroke:#333,color:white ``` > Follow this diagram as the workflow. # Kagenti Skills Skills for deploying and managing the Kagenti platform. ## Available Sub-Skills | Skill | Description | |-------|-------------| | `kagenti:operator` | Deploy Kagenti operator, agents, tools, run E2E tests | | `kagenti:deploy` | Deploy Kagenti Kind cluster using Python installer | | `kagenti:ui-debug` | Debug UI issues including 502 errors, API connectivity, nginx proxy | ## Quick Deploy (Kind) ```bash # Deploy platform ./.github/scripts/kagenti-operator/30-run-installer.sh # Wait for CRDs ./.github/scripts/kagenti-operator/41-wait-crds.sh
- Available Sub-Skills
- Quick Deploy (Kind)
- Quick Deploy (OpenShift)
- Run E2E Tests
- Related Documentation
Deploy platform Wait for CRDs Deploy demo agents export KUBECONFIG=~/clusters/hcp/<cluster-name>/auth/kubeconfig export AGENT_URL="http://localhost:8000" export KAGENTI_CONFIG_FILE=deployments/envs/dev_values.yaml
What does the kagenti skill do?
Deploy and manage Kagenti platform, operator, agents, and tools on Kubernetes.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill kagenti --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
