gcp-hcp: Skill for Claude Code

.claude/skills/onboard-konflux/SKILL.md

onboard-konflux is a skill for Claude Code from openshift-online/gcp-hcp. It costs 43 tokens per session (3,577 once invoked), scanned A, original, Apache-2.0.

A workflow for registering a new container image with Konflux, a system that builds and releases container-based applications, in a specified Red Hat tenant and Kubernetes cluster.

In plain words
What is it for?
Use it to create an Application, Component, ImageRepository, integration-test scenario, ReleasePlan, and generated manifests for a new image.
Why use it?
It gathers the required repositories and current configuration patterns before creating the resources needed for the image’s release process.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

This is openshift-online/gcp-hcp's own configuration. It tells Claude Code how to work on gcp-hcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything gcp-hcp configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/openshift-online/gcp-hcp/main/.claude/skills/onboard-konflux/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/openshift-online/gcp-hcp

Made for: Claude Code.

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 onboard-konflux

README.md
[![agentmods](https://agentmods.dev/badge/skills/openshift-online/gcp-hcp/onboard-konflux/github.svg)](https://agentmods.dev/skills/openshift-online/gcp-hcp/onboard-konflux)
Your own site
<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.

agentmods 80×15 button for onboard-konflux

Your own site · 80×15
<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>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,577 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.00043 $0.03577
Opus 5 $0.00022 $0.01788
Sonnet 5 $0.00009 $0.00715
Haiku 4.5 $0.00004 $0.00358

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

Security

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.

.claude/skills/onboard-konflux/SKILL.md · 409 lines

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

  1. 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 -5
    

    If 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 origin
    

    Normalize 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 .git suffix

    The repository path must be releng/konflux-release-data on gitlab.cee.redhat.com. If it does not match, ask the user to confirm or provide the correct path. Do not run build-manifests.sh from an unvalidated directory.

  2. Set TENANT_DIR = <repo>/tenants-config/cluster/kflux-prd-rh02/tenants/gcp-hcp-tenant

  3. 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.
  4. Verify kustomize is 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.

Read the full file on GitHub · 409 lines

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. 12d ago First seen · 409 lines · 43 tokens per session scan A bdb3d519170d

Subscribe to this mod's changes

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.

Related

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.

affaan-m/ECC · 41 tokens

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…

giuseppe-trisciuoglio/developer-kit · 71 tokens

devops

DevOps - Docker, CI/CD, cloud infra, monitoring.

sipyourdrink-ltd/bernstein · 16 tokens

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.

xalgorix/xalgorix · 48 tokens

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.

yonatangross/orchestkit · 44 tokens

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…

curiositech/some_claude_skills · 87 tokens