create-cpo-override
Interactively create CPO image overrides — resolves images, verifies fixes, edits overrides.yaml, and prepares a PR
Implement support for a new HCP feature using specialized agents.
$ npx -y skills add openshift/hypershift --skill feature-development --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/feature-developmentContext preview
The summary Claude sees to decide when to auto-load this skill.
Implement support for a new HCP feature using specialized agents.
name: feature-development description: Implement support for a new HCP feature using specialized agents.
Implement support for a new HCP feature using specialized agents with explicit Task tool invocations:
[Extended thinking: This workflow orchestrates multiple specialized agents to implement a new HCP feature from design to deployment. Each agent receives context from previous agents to ensure coherent implementation.]
Use the Task tool to delegate to specialized agents in sequence:
1. **HCP architect design**
2. **Control Plane Implementation**
3. **Data plane Implementation**
4. **Cloud provider integration**
5. **HCP architect review**
Aggregate results from all agents and present a unified implementation plan.
Feature description: $ARGUMENTS
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.
Repo: openshift/hypershift
Interactively create CPO image overrides — resolves images, verifies fixes, edits overrides.yaml, and prepares a PR
Provides systematic debugging approaches for HyperShift hosted-cluster issues. Auto-applies when debugging cluster problems, investigating stuck deletions, or…
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.
Create a HyperShift HostedCluster on AWS for development and testing, with optional custom CPO/HO images.
Destroy a HyperShift HostedCluster and all associated AWS infrastructure (VPC, IAM, Route53, etc.).