
hypershift
★ 527Claude Code plugin · openshift/hypershift · Apache-2.0
HyperShift development workflow skills and commands
13 skills · 7 slash commands · 5 sub-agents — installs as one unit
⌁ skills (13)
Build CPO Image
Build and push control-plane-operator container image. Auto-applies when testing CPO changes that require deploying to a live cluster.
Full instructions & audit →Build HO Image
Build and push hypershift-operator container image. Auto-applies when testing HO changes that require deploying to a live cluster.
Full instructions & audit →Code Formatting
🔥🔥✓ VerifiedMANDATORY: When writing Go tests, you MUST use 'When...it should...' format for ALL test names. When writing any Go code, you MUST remind user to run 'make lint-fix' and 'make verify'. These are non-negotiable HyperShift requirements.
Full instructions & audit →Create HC AWS
Create a HyperShift HostedCluster on AWS for development and testing, with optional custom CPO/HO images.
Full instructions & audit →Debug Cluster
🔥🔥🔥✓ VerifiedProvides systematic debugging approaches for HyperShift hosted-cluster issues. Auto-applies when debugging cluster problems, investigating stuck deletions, or troubleshooting control plane issues.
Full instructions & audit →Destroy HC AWS
Destroy a HyperShift HostedCluster and all associated AWS infrastructure (VPC, IAM, Route53, etc.).
Full instructions & audit →E2E Test Runner
Provides the ability to run and iterate on HyperShift e2e tests. Auto-applies when implementing features that require e2e validation, fixing e2e test failures, or working on tasks that need live cluster testing.
Full instructions & audit →Effective Go
🔥🔥🔥✓ VerifiedApply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.
Full instructions & audit →Git Commit Format
🔥🔥✓ VerifiedApply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits.
Full instructions & audit →Git Environment
Create development environments with git worktrees, branches, commits, and push to remote. Auto-applies for git workflow tasks.
Full instructions & audit →Install HO AWS
Install HyperShift Operator with private AWS and external-dns settings.
Full instructions & audit →Konflux Archived PipelineRuns
🔥🔥✓ VerifiedAccesses archived Konflux PipelineRuns, TaskRuns, and pod logs via KubeArchive. Auto-applies when checking Konflux PipelineRun results, investigating enterprise contract failures, or retrieving logs from completed Konflux CI runs.
Full instructions & audit →validate-pr-override-images
Validates that CPO override images in a PR actually contain the PRs they claim to include
Full instructions & audit →⌁ slash commands (7)
/e2e-analyze/fix-hypershift-repo-robot-pr/konflux-build/pr-report/restructure-commits/test-tag-pipeline/update-konflux-tasks⌁ sub-agents (5)
HyperShift
HyperShift is a middleware for hosting OpenShift control planes at scale that solves for cost and time to provision, as well as portability cross cloud with strong separation of concerns between management and workloads. Clusters are fully compliant OpenShift Container Platform (OCP) clusters and are compatible with standard OCP and Kubernetes toolchains.
To get started, visit the documentation.

In Claude Code, add the marketplace and install:
/plugin marketplace add openshift/hypershift/plugin install hypershiftOne install gets you everything — 13 skills, 7 slash commands, 5 sub-agents — kept up to date together.
Licensed under Apache-2.0— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →