From openshift-poc
Creates a structured GitHub repository to demonstrate, reproduce, or set up anything OpenShift-related using Red Hat products — whether that is a bug reproduction, a new feature setup, or a capability demo. Use only when the user explicitly asks to create an OpenShift PoC, create an OpenShift POC, create a PoC for an OpenShift issue, or says something like "I need an OpenShift POC" or "create a POC for this OpenShift problem".
How this skill is triggered — by the user, by Claude, or both
Slash command
/openshift-poc:openshift-pocThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Creates a GitHub repository with a clear folder-per-step structure. The PoC can be:
Creates a GitHub repository with a clear folder-per-step structure. The PoC can be:
Choose folder names that match the context. All content must be written in English.
For a bug / issue PoC:
poc-<short-issue-slug>/
├── README.md
├── 01-problem-reproduction/
│ ├── README.md
│ └── *.yaml
└── 02-solution-<approach-name>/
├── README.md
└── *.yaml
For a feature / capability PoC:
poc-<short-feature-slug>/
├── README.md
├── 01-setup/
│ ├── README.md
│ └── *.yaml
└── 02-<feature-name>/
├── README.md
└── *.yaml
Use descriptive folder names that reflect the actual content — 01-problem-reproduction, 01-setup, 01-prerequisites, etc. Add more 0N-<name>/ folders for additional steps or solutions.
Name this folder to match the intent:
| PoC type | Example folder name |
|---|---|
| Bug reproduction | 01-problem-reproduction |
| Feature setup | 01-setup or 01-prerequisites |
| Capability demo baseline | 01-base-cluster-config |
README.md must include:
oc commands, or both)YAML files live directly in the folder alongside README.md — no manifests/ subfolder. Only include YAML when it is part of the step. Annotate each file with its role.
Name these folders to match the intent:
| PoC type | Example folder name |
|---|---|
| Bug fix | 02-solution-<approach> |
| Feature demo | 02-<feature-name> |
| Multi-step setup | 02-deploy, 03-configure, 04-verify |
Goal: Show the feature working or the problem solved, using Red Hat products where they naturally fit.
README.md must include:
https://docs.redhat.com or https://docs.openshift.com; do not leave doc links as placeholdersYAML files live directly in the folder alongside README.md — no manifests/ subfolder. Solutions should be expressed as YAML whenever possible — prefer declarative OpenShift resources (Operator subscriptions, CRs, ConfigMaps, Routes, etc.) over manual oc commands.
Default to Red Hat / OpenShift-native components when they cover the use case:
| Problem Area | Default Choice |
|---|---|
| Networking / Ingress | OpenShift Route, OpenShift Service Mesh |
| Security policies | Red Hat Advanced Cluster Security (ACS) |
| Multi-cluster / GitOps | ACM, OpenShift GitOps (ArgoCD) |
| Pipelines / CI | OpenShift Pipelines (Tekton) |
| Monitoring / Alerting | OpenShift Monitoring (built-in Prometheus + Alertmanager) |
| Logging | OpenShift Logging (LokiStack) |
| Storage | OpenShift Data Foundation (ODF) |
| Image registry / scanning | Red Hat Quay, ACS |
| Operator lifecycle | OLM / OperatorHub |
Mention Red Hat products because they fit the solution, not to promote them. If an OSS alternative is relevant, list it in an "Alternatives Considered" table without loaded language.
Must include:
Before finishing:
https://docs.redhat.com or https://docs.openshift.com0N- prefix for orderingnpx claudepluginhub juanlu-sanz/rh-saa-skills --plugin openshift-pocProvides expert guidance on Kubernetes, OpenShift, and OLM: debugging resources like pods/deployments, operator development/troubleshooting, manifest/CRD reviews, and cluster investigations.
Creates Dockerfiles, CI/CD pipelines, Kubernetes manifests, and Terraform/Pulumi templates for deployment automation, GitOps, and incident response.
Provides expert guidance for Azure Red Hat OpenShift (ARO) clusters: troubleshooting, best practices, security (Entra, Key Vault), networking, storage, GPU/NetApp integration, and deployment. Use when creating or managing ARO clusters.