Borrowing it
Nothing to install: this file belongs to openshift-online/gcp-hcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/openshift-online/gcp-hcp/main/.claude/skills/onboard-konflux/SKILL.mdgit clone --depth 1 https://github.com/openshift-online/gcp-hcpWrote 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/openshift-online/gcp-hcp/onboard-konflux)<a href="https://agentmods.dev/skills/openshift-online/gcp-hcp/onboard-konflux"><img src="https://agentmods.dev/badge/skills/openshift-online/gcp-hcp/onboard-konflux/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/openshift-online/gcp-hcp/onboard-konflux"><img src="https://agentmods.dev/badge/skills/openshift-online/gcp-hcp/onboard-konflux.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.00043 | $0.03577 |
| Opus 5 | $0.00022 | $0.01788 |
| Sonnet 5 | $0.00009 | $0.00715 |
| Haiku 4.5 | $0.00004 | $0.00358 |
Grade A, and why
onboard-konflux 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 12d 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 — 409 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Onboard App to Konflux (gcp-hcp-tenant)
Register a new container image in the gcp-hcp-tenant Konflux tenant on the kflux-prd-rh02 cluster. Creates all required Kubernetes resources and runs manifest generation.
Tenant: gcp-hcp-tenant
Cluster: kflux-prd-rh02
Repo: gitlab.cee.redhat.com:releng/konflux-release-data
Phase 0: Locate repos and read current patterns
-
Find the konflux-release-data repo. Run:
find "$HOME" -maxdepth 5 -type d -name "konflux-release-data" -not -path "*/Library/*" -not -path "*/.Trash/*" 2>/dev/null | head -5If multiple results, prefer a path under the user's own username directory. If no results, ask the user for the path.
Validate the repo before proceeding — confirm it is the expected checkout:
git -C <repo> remote get-url originNormalize the URL to extract the host and repository path. Accept any of these trusted forms:
[email protected]:releng/konflux-release-data.git(SSH)https://gitlab.cee.redhat.com/releng/konflux-release-data.git(HTTPS)- Either form without the
.gitsuffix
The repository path must be
releng/konflux-release-dataongitlab.cee.redhat.com. If it does not match, ask the user to confirm or provide the correct path. Do not runbuild-manifests.shfrom an unvalidated directory. -
Set
TENANT_DIR=<repo>/tenants-config/cluster/kflux-prd-rh02/tenants/gcp-hcp-tenant -
Read the current state:
$TENANT_DIR/applications/kustomization.yaml— list of existing apps$TENANT_DIR/gar-release-sa.yaml— current GAR service account secrets- Pick ONE existing app directory (prefer
gcp-hcp-common-tools) and read all its files to confirm the current templates haven't drifted from what this skill expects.
-
Verify
kustomizeis available:which kustomize. If not, tell the user to install it.
Phase 1: Gather information
If $ARGUMENTS was provided, use it as the app name. Otherwise, ask the user.
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.
- 12d ago First seen · 409 lines · 43 tokens per session scan A bdb3d519170d
onboard-konflux is a skill published in the GitHub repository openshift-online/gcp-hcp (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 43 tokens to every session and 3,577 once invoked, about $0.0002 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
deployment-patterns
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.
nextjs-deployment
Provides comprehensive patterns for deploying Next.js applications to production. Use when configuring Docker containers, setting up GitHub Actions CI/CD pipelines, managing environment variables, implementing preview deployments, or setting up monitoring and logging for Next.js applications. Covers standalone output…
devops
DevOps - Docker, CI/CD, cloud infra, monitoring.
performing-container-security-scanning-with-trivy
Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.
devops-deployment
Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.
devops-automator
Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use…