- Discovery — knowing what OpenShift AI offers and which components are relevant to your project takes time.
- Integration — deploying and wiring OpenShift AI components into an existing codebase is not straightforward.
This plugin provides an AI advisor that solves both problems. It analyzes your repository, recommends OpenShift AI components — both migrations from your current infrastructure and net-new additions — and then implements the selected components while you stay in the loop.
Suppose your project already contains a RAG pipeline. The advisor will suggest:
- Migrate to the OpenShift AI RAG Stack.
- Add RAGAS for evaluation.
- Add AutoRAG for chunking optimization.
You pick what to adopt — for example, only the RAG Stack migration. The agent then proposes implementation approaches, wires the component into your project, and verifies it works in your environment. You do not need prior knowledge of OpenShift AI; the advisor handles the details.
Works with Cursor, Claude Code, and OpenAI Codex.
Tested and refined across multiple repositories over 40+ iterations.
/add-plugin openshift-ai-skills
Or clone manually:
git clone https://github.com/ikatav/openshift-ai-skills.git \
~/.cursor/plugins/local/openshift-ai-skillsclaude --plugin-dir ./openshift-ai-skillsOr install from a marketplace once published.
Clone into your plugins directory:
git clone https://github.com/ikatav/openshift-ai-skills.git \
~/.agents/plugins/openshift-ai-skillsThen use @plugin-creator to add it to your personal marketplace, or invoke skills directly with @openshift-ai-skills.
| Skill | What it does |
|---|---|
openshift-ai-advisor |
Analyzes your project and recommends which OpenShift AI components to add |
add-openshift-ai-component |
Adds a component, wires it into your app, tests it, verifies on each deployment target |
| Provider | Advisor | Add Component |
|---|---|---|
| Cursor | /openshift-ai-advisor |
/add-openshift-ai-component |
| Claude Code | /openshift-ai-skills:openshift-ai-advisor |
/openshift-ai-skills:add-openshift-ai-component |
| OpenAI Codex | @openshift-ai-skills openshift-ai-advisor |
@openshift-ai-skills add-openshift-ai-component |
- Detects your cluster state (OpenShift AI version, enabled components, operator status).
- Detects your project structure (Helm, Kustomize, raw YAML, compose).
- Generates manifests matching your version and deployment style.
- Wires the component into your application code.
- Writes tests via an unbiased sub-agent (black-box, contract-only).
- Deploys and verifies — nothing is applied without your approval.
All generated manifests and tests align with the OpenShift AI version running on your cluster, not a hardcoded default.
ocCLI installed and logged into an OpenShift cluster- Red Hat OpenShift AI operator installed on the cluster
Apache-2.0