
openshift / hypershift
★ 527A skill package that teaches your agent 13 capabilities — every one documented and browsable below, no GitHub required · by openshift.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Build and push control-plane-operator container image. Auto-applies when testing CPO changes that require deploying to a live cluster.
Build and push hypershift-operator container image. Auto-applies when testing HO changes that require deploying to a live cluster.
MANDATORY: 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.
Create a HyperShift HostedCluster on AWS for development and testing, with optional custom CPO/HO images.
Provides systematic debugging approaches for HyperShift hosted-cluster issues. Auto-applies when debugging cluster problems, investigating stuck deletions, or troubleshooting control plane issues.
Destroy a HyperShift HostedCluster and all associated AWS infrastructure (VPC, IAM, Route53, etc.).
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.
Apply 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.
Apply HyperShift conventional commit formatting rules. Use when generating commit messages or creating commits.
Create development environments with git worktrees, branches, commits, and push to remote. Auto-applies for git workflow tasks.
Install HyperShift Operator with private AWS and external-dns settings.
Accesses 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.
Validates that CPO override images in a PR actually contain the PRs they claim to include
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.

Install the whole package (13 skills):
npx skills add https://github.com/openshift/hypershiftOr install a single skill:
npx skills add https://github.com/openshift/hypershift --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.