Use this skill to implement TLS security profiles for operators and workloads on OpenShift. Provides guidance on reading TLS config from APIServer CR and applying it to webhook/metrics servers, HTTP, and gRPC endpoints.
How this command is triggered — by the user, by Claude, or both
Slash command
/openshift-tls-profile:implement [question or implementation request]The summary Claude sees in its command listing — used to decide when to auto-load this command
## Name openshift-tls-profile:implement ## Synopsis ## Description The `openshift-tls-profile:implement` command provides guidance on implementing TLS security profiles for operators and workloads running on OpenShift. It helps with: - **Recommended**: Using `github.com/openshift/controller-runtime-common/pkg/tls` for controller-runtime operators (provides `FetchAPIServerTLSProfile`, `NewTLSConfigFromProfile`, and `SecurityProfileWatcher`) - Reading TLS configuration from the APIServer custom resource - Converting OpenShift TLS profiles to Go `crypto/tls` configuration - Applying TLS...
openshift-tls-profile:implement
/openshift-tls-profile:implement [question or implementation request]
The openshift-tls-profile:implement command provides guidance on implementing TLS security profiles for operators and workloads running on OpenShift. It helps with:
github.com/openshift/controller-runtime-common/pkg/tls for controller-runtime operators (provides FetchAPIServerTLSProfile, NewTLSConfigFromProfile, and SecurityProfileWatcher)crypto/tls configurationgithub.com/openshift/library-go/pkg/crypto utilities for cipher suite conversionObserveTLSSecurityProfile for OpenShift operatorsplugins/openshift-tls-profile/skills/openshift-tls-profile/SKILL.mdGet overview of TLS profile implementation:
/openshift-tls-profile:implement
Ask about reading TLS profile from cluster:
/openshift-tls-profile:implement How do I read the TLS profile from the APIServer CR?
Get help with gRPC server configuration:
/openshift-tls-profile:implement Show me how to configure a gRPC server with the TLS profile
Understand profile change handling:
/openshift-tls-profile:implement How do I respond to TLS profile changes in the cluster?
Use library-go configobserver pattern:
/openshift-tls-profile:implement How do I use ObserveTLSSecurityProfile in my OpenShift operator?
Use controller-runtime-common package:
/openshift-tls-profile:implement How do I use controller-runtime-common for TLS profile support?
11plugins reuse this command
First indexed Jul 11, 2026
Showing the 6 earliest of 11 plugins
npx claudepluginhub rausingh-rh/ai-helpers --plugin openshift-tls-profile/implementExecutes tasks from a track's implementation plan following a TDD workflow. Supports selecting a track by ID or interactive menu, loads project context, and guides through red-green-refactor phases.
/implementImplements features with persona-driven code generation, framework detection, MCP tool coordination, and integrated testing validation.
/implementImplements a feature from specification through a structured development workflow: understand requirements, create branch, design, incrementally implement with tests, self-review, and create a PR.
/implementFully automates a multi-step Evaluate-Loop workflow: detects current state, dispatches specialized agents, and continues until track completion. Accepts an optional track ID.
/implementStarts a task execution loop based on a spec, with options for max iterations and recovery mode. Validates prerequisites, initializes state, and executes tasks.
/implementStarts the task execution loop for a specified feature, validating prerequisites, parsing arguments (--max-task-iterations, --recovery-mode), and initializing execution state.