RHEcosystemAppEng

73 mods across 2 repositories, 61 stars between them.

debug-rbac

49

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose OpenShift RBAC permission failures that cause workloads to fail with 403 Forbidden errors when accessing the Kubernetes API. Automates multi-step diagnosis: pod logs for FORBIDDEN errors, readiness probe failures, ServiceAccount identification, RoleBinding/ClusterRoleBinding analysis, and remediation history…

50 8d ago A 126 tokens

debug-rhel

50

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose RHEL system issues including systemd service failures, SELinux denials, firewall blocking, and system resource problems. Automates multi-step diagnosis: journalctl log analysis, SELinux denial detection (ausearch), firewall rule inspection, and systemd unit status. Use this skill when applications fail on…

50 8d ago B 116 tokens

debug-scc

51

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose OpenShift Security Context Constraint (SCC) violations that prevent pods from being created. Automates multi-step diagnosis: Deployment status, ReplicaSet FailedCreate events, security context field extraction, SCC rejection parsing, and ServiceAccount SCC binding analysis. Use when: "SCC violation blocking…

50 8d ago A 120 tokens

deploy

52

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Create Kubernetes Deployment, Service, and Route resources on OpenShift to deploy and expose an application. Use this skill after /s2i-build to make the built image accessible. Handles port detection, replica configuration, HTTPS route creation, rollout monitoring, and rollback on failure. Triggers on /deploy command…

50 8d ago A 74 tokens

detect-project

53

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Analyze a project folder or GitHub repository to detect programming language, framework, and version requirements. Use this skill when containerizing an application, selecting an S2I builder image, deploying to OpenShift or RHEL, or determining a project's tech stack. Supports Node.js, Python, Java, Go, Ruby, .NET…

50 8d ago A 103 tokens

helm-deploy

54

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Deploy applications to OpenShift using Helm charts. Use this skill when user wants to deploy with Helm, when a Helm chart is detected in the project, or when /helm-deploy command is invoked. Supports both existing charts and chart creation. Handles chart detection, values customization, install/upgrade operations, and…

50 8d ago A 75 tokens

incident-triage

55

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Structured incident investigation for OpenShift using the Five Whys methodology, investigation guardrails, Prometheus metric analysis, and adversarial due diligence. Orchestrates multi-resource diagnosis across Deployments, ReplicaSets, Pods, Services, and cluster resources to trace from observed symptoms to root…

50 8d ago A 142 tokens

recommend-image

56

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Intelligently recommend the optimal S2I builder image or container base image for a project based on detected language/framework, use-case requirements, security posture, and deployment target. Supports GitHub URLs for remote project analysis (delegates to /detect-project). Use this skill when the user needs a…

50 8d ago A 125 tokens

rhel-deploy

57

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

CRITICAL: When user types /rhel-deploy, use THIS skill immediately. This skill deploys applications to standalone RHEL/Fedora/CentOS systems (NOT OpenShift) using Podman containers with systemd, or native dnf builds. Handles SSH connectivity, SELinux, firewall-cmd, and systemd unit creation. Triggers: /rhel-deploy…

50 8d ago B 102 tokens

s2i-build

58

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Create BuildConfig and ImageStream resources on OpenShift and trigger a Source-to-Image (S2I) build. Use this skill after /detect-project to build container images from source code on the cluster. Handles namespace verification, resource creation with user confirmation, build monitoring with log streaming, and failure…

50 8d ago A 82 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Check and report the status of required tools and environment for rh-developer skills. Validates tool installation (oc, helm, podman, git, skopeo, etc.), cluster connectivity, and permissions. Use this skill before running other deployment skills to ensure prerequisites are met. Triggers on /validate-environment…

50 8d ago B 78 tokens

cve-impact

60

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

CRITICAL: Use for ALL CVE discovery and listing. DO NOT call getcves directly. Use when: "show critical CVEs", "CVEs on hostname X", "remediatable vulnerabilities", "impact of CVE-X", risk assessment. NOT for remediation (use /remediation). System-level: FIRST reply = pagination prompt (Step -1). Parsing…

50 8d ago A 92 tokens

RHEcosystemAppEng/sdlc-plugins

Instructions file

Instructions for RHEcosystemAppEng/sdlc-plugins, covering sdlc-plugins, documentation, version management, project configuration and repository registry.

11 8d ago A 494 tokens original Apache-2.0

sdlc-workflow

64

RHEcosystemAppEng/sdlc-plugins

Plugin Claude Code

AI-assisted SDLC workflow skills for planning features and implementing tasks with full Jira traceability.

11 8d ago A tokens not measured original Apache-2.0

define-feature

65

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Interactively define a Jira Feature by walking through all description template sections and creating the issue.

11 8d ago A 21 tokens original Apache-2.0

implement-task

66

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Implement a Jira task by reading its structured description, modifying code, running tests, and updating Jira.

11 8d ago A 23 tokens original Apache-2.0

plan-feature

67

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Generate an implementation plan and Jira tasks from a Jira feature and Figma mockups.

11 8d ago A 20 tokens original Apache-2.0

report-bug

68

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Interactively define a Jira Bug by walking through project-configured template sections, or accept structured input programmatically from other skills. Creates the issue and suggests triage.

11 8d ago A 37 tokens original Apache-2.0

run-evals

69

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Run skill evals with deterministic output layout and CI-compatible results. Grades assertions, aggregates benchmark.json, and renders summary.md via Python scripts. NOT skill-creator — this skill produces fixed output paths for automated pipelines. Triggers on "run evals", "eval ", "benchmark", or "grade evals".

11 8d ago A 70 tokens original Apache-2.0

setup

70

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Set up or update the Project Configuration in your CLAUDE.md for use with sdlc-workflow skills.

11 8d ago A 25 tokens original Apache-2.0

triage-bug

71

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Use when a Jira Bug issue needs investigation to identify root cause and produce a fix task. Covers bug triage, codebase investigation, root cause analysis, reproducer test guidance, and linked Task creation for implement-task consumption.

11 8d ago A 50 tokens original Apache-2.0

triage-security

72

RHEcosystemAppEng/sdlc-plugins

Skill Claude CodeCodex

Use when a PSIRT-created Vulnerability issue (CVE-based) needs version-aware triage to determine which supported product versions are actually affected. Covers untriaged CVE assessment, security triage, Affects Versions mismatch correction, version impact analysis, duplicate CVE detection, and remediation task…

11 8d ago A 65 tokens original Apache-2.0