platform-integration

platform-integration is a skill for Claude Code from alimobrem/openshift-platform-skills. It costs 134 tokens per session (1,857 once invoked), scanned A, original, MIT.

A guide for connecting the parts of an OpenShift software platform, including builds, automated pipelines, image storage, secrets, traffic routing, deployments, and GitOps. OpenShift is Red Hat's Kubernetes-based platform; GitOps manages infrastructure through changes in a Git repository.

In plain words
What is it for?
Use it for team onboarding, end-to-end delivery flows, DORA measurement, cross-layer debugging, and OpenShift platform health checks.
Why use it?
It helps teams coordinate delivery across platform layers and diagnose failures that cross build, deployment, networking, and cluster systems.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the platform-skills plugin — 4 skills shipped together

Good fit Use it for team onboarding, end-to-end delivery flows, DORA measurement, cross-layer debugging, and OpenShift platform health checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alimobrem/openshift-platform-skills/platform-integration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alimobrem/openshift-platform-skills --skill platform-integration
Clone the repo
git clone --depth 1 https://github.com/alimobrem/openshift-platform-skills

Made for: Claude Code.

Or install platform-skills, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for platform-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/alimobrem/openshift-platform-skills/platform-integration/github.svg)](https://agentmods.dev/skills/alimobrem/openshift-platform-skills/platform-integration)
Your own site
<a href="https://agentmods.dev/skills/alimobrem/openshift-platform-skills/platform-integration"><img src="https://agentmods.dev/badge/skills/alimobrem/openshift-platform-skills/platform-integration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for platform-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/alimobrem/openshift-platform-skills/platform-integration"><img src="https://agentmods.dev/badge/skills/alimobrem/openshift-platform-skills/platform-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,857 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00134 $0.01857
Opus 5 $0.00067 $0.00928
Sonnet 5 $0.00027 $0.00371
Haiku 4.5 $0.00013 $0.00186

Measured 8d ago against content hash 889700e751c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

platform-integration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/discover.sh, scripts/health-check.sh, scripts/validate.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/platform-integration/SKILL.md · 191 lines

How it starts

The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenShift Platform Integration

Cross-layer skill for end-to-end delivery orchestration, team onboarding, observability, and platform health on OpenShift.

Delivery Lifecycle

Code pushed ──> Shipwright builds image ──> Tekton pipeline runs tests/scans
                                              |
                                              v
                              Tekton updates GitOps repo (image tag)
                                              |
                                              v
                              Argo CD syncs to cluster (argo-skills)
                                              |
                                              v
                              Istio routes traffic (VirtualService)
                                              |
                                              v
                              Argo Rollouts shifts weight (canary/blue-green)
                                              |
                                              v
                              gitops-promoter gates promotion to next env
                                              |
                                              v
                              DORA metrics track delivery performance

Rules

  1. Always use correct apiVersion and kind. Every CRD example must use the real apiVersion from the CRD table below. Never invent CRDs or apiVersions.
  2. Load references on-demand. Only read reference files when the user's question requires detailed field-level knowledge. Do not preload all references.
  3. Validate YAML before presenting. Every YAML example must be syntactically valid and use real field names from the CRD schemas.
  4. Prefer canonical patterns. Use patterns from reference docs as starting points. Adapt to the user's specifics rather than inventing from scratch.
  5. State trade-offs. When recommending an approach, briefly note what you give up.
  6. Redirect Argo CD questions to argo-skills. This skill does not duplicate Argo CD Application, ApplicationSet, or AppProject reference material.

Read the full file on GitHub · 191 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 191 lines · 134 tokens per session scan A 889700e751c8

Subscribe to this mod's changes

platform-integration is a skill published in the GitHub repository alimobrem/openshift-platform-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 134 tokens to every session and 1,857 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

atmos-lint

Atmos Terraform linting with TFLint: standalone atmos terraform lint, component-aware config discovery and toolchain versions, TFLint rule configuration, and lifecycle hooks/CI findings. Use when configuring, running, debugging, or documenting Terraform/OpenTofu linting in an Atmos project.

cloudposse/atmos · 64 tokens

failure-diagnosis

Diagnose deployment failures, container crashes, and networking issues using structured pattern matching on logs and container state. Use when a deployment fails, a container crashes or exits unexpectedly, or the app is unreachable after deployment.

nixopus/nixopus · 47 tokens

cpln

Writes cpln CLI commands and workflows for Control Plane. Use when the user asks about cpln login, cpln apply, cpln workload, CLI or CI/CD deploys, container debugging with cpln exec/logs, or any cpln resource command.

controlplane-com/ai-plugin · 62 tokens

argocd-expert

Expert-level ArgoCD GitOps deployment, application management, sync strategies, and production operations.

pedronauck/skills · 24 tokens

Triage Argo CD App OutOfSync

Identify why an Argo CD application is OutOfSync and resolve safely.

bregman-arie/devops-sre-skills · 25 tokens

diagnosing-azure-deployment-failures

Matches Azure deploy / CI / runtime failures against 37+ documented gotchas with verified fixes (BCP258, AADSTS70021, sqlcmd-not-found, FC1-CLI-silent-fallback, ACS dataLocation quirks, SSE timeouts, and more). Delegates to Microsoft's azure-diagnostics for live log/metric queries. Use when a deploy fails, a deployed…

alexpizarro/azure-lean-stack-skills · 99 tokens