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.
npx skills add alimobrem/openshift-platform-skills --skill platform-integrationgit clone --depth 1 https://github.com/alimobrem/openshift-platform-skillsWrote 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.
[](https://agentmods.dev/skills/alimobrem/openshift-platform-skills/platform-integration)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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
- Always use correct apiVersion and kind. Every CRD example must use the real apiVersion from the CRD table below. Never invent CRDs or apiVersions.
- Load references on-demand. Only read reference files when the user's question requires detailed field-level knowledge. Do not preload all references.
- Validate YAML before presenting. Every YAML example must be syntactically valid and use real field names from the CRD schemas.
- Prefer canonical patterns. Use patterns from reference docs as starting points. Adapt to the user's specifics rather than inventing from scratch.
- State trade-offs. When recommending an approach, briefly note what you give up.
- Redirect Argo CD questions to argo-skills. This skill does not duplicate Argo CD Application, ApplicationSet, or AppProject reference material.
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.
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.
- 8d ago First seen · 191 lines · 134 tokens per session scan A 889700e751c8
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.
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.
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.
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.
argocd-expert
Expert-level ArgoCD GitOps deployment, application management, sync strategies, and production operations.
Triage Argo CD App OutOfSync
Identify why an Argo CD application is OutOfSync and resolve safely.
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…