RHEcosystemAppEng

73 mods across 2 repositories, 61 stars between them.

workbench-manage

25

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Create and manage Jupyter notebook workbenches on OpenShift AI with image selection, resource configuration, PVC storage, and lifecycle management. Use when: "Create a notebook workbench" "Spin up a Jupyter environment for data science" "Start / stop my workbench" "What notebook images are available?" "Delete a…

50 8d ago A 143 tokens

aap-mcp-validator

26

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Validate that required AAP MCP servers are accessible before executing automation skills. Use when: Before any skill that requires AAP MCP access "Validate AAP MCP", "Check if AAP is configured" "Verify AAP connection", "Test AAP MCP servers" NOT for: actual automation tasks (use specialized skills instead).

50 8d ago A 75 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Analyze execution risk by classifying inventory, scanning extravars for secrets, and assessing scope. Use when: "Execute on production", "Deploy to production" (as first step before launch) "Is this execution safe?" "Check execution risk" "Validate the execution target" NOT for: launching jobs (use…

50 8d ago A 87 tokens

execution-summary

28

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Generate concise execution audit reports tracking documents consulted, MCP tools used, decisions made, and outcomes. Use when: "Generate execution summary" "Create execution report" "Show workflow audit trail" After completing any governance workflow (assessment, execution, troubleshooting) NOT for: starting a new…

50 8d ago A 71 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Orchestrates forensic analysis of failed jobs with event extraction, host correlation, and resolution advisory. Use when: "Job #X failed", "Why did the execution fail?" "Analyze the failure", "What went wrong?" "Root cause analysis of job #X" NOT for execution (use governance-executor) or platform assessment (use…

50 8d ago A 81 tokens

governance-assessor

30

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Orchestrates AAP governance readiness assessments -- full platform audit or scoped to specific domains. Assesses 7 governance domains + 1 bonus: 1. Workflow Governance (approval gates, workflow coverage) 2. Notification Coverage (failure alerting, notification bindings) 3. Access Control / RBAC (teams, roles, least…

50 8d ago A 217 tokens

governance-executor

31

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Orchestrates governed job execution with risk analysis, check mode, approval, and rollback. Use when: "Execute job template X", "Deploy to production", "Push to prod", "Launch job template" Any execution request targeting sensitive environments Job template launches requiring governance controls NOT for platform…

50 8d ago A 84 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Assess AAP platform governance readiness -- full 7-domain audit or scoped to specific domains. Use when: Full assessment: "Is my AAP ready for production?", "Audit my platform governance" Scoped assessment: "Assess my credentials setup", "Check my RBAC", "How are my notifications configured?" "What should I fix before…

50 8d ago A 138 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Execute governed job launches with check mode, approval gates, phased rollout, and rollback. Use when: After execution-risk-analyzer has classified the execution risk "Launch with check mode first", "Run the dry run" "Execute the job" (after risk analysis) "Rollback the failed job" NOT for: risk analysis (use…

50 8d ago A 94 tokens

host-fact-inspector

34

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Correlate job failures with host system facts to determine platform drift and resource issues. Use when: After job failure analysis identifies affected hosts "Check the system facts for failed hosts" "Is the host healthy?", "Check disk space on server-01" "Why is the service failing on this host?" NOT for: analyzing…

50 8d ago A 97 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Extract and analyze failure events from AAP jobs to classify errors and reconstruct failure timelines. Use when: "Job #X failed", "Why did the execution fail?" "Analyze the failed job", "What went wrong?" "Show me the failure details" NOT for: host fact correlation (use host-fact-inspector) or resolution…

50 8d ago A 83 tokens

resolution-advisor

36

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Provide Red Hat documentation-backed resolution recommendations for classified job errors. Use when: After failure analysis and host fact inspection: "How do I fix this?" "What does Red Hat recommend for this error?" "What's the fix for privilege escalation timeout?" "Is this a known AAP issue?" NOT for: analyzing…

50 8d ago A 93 tokens

red-hat-diagnostics

38

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Explain how to gather diagnostic information for Red Hat products (RHEL, OpenShift, Ansible Automation Platform, Satellite) to share with Red Hat Technical Support.

50 8d ago A 38 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Explain a Red Hat product's lifecycle status, support phases, and recommended action. Answers questions like "Is RHEL 8.6 still supported?" or "When does OpenShift 4.14 reach end of maintenance?".

50 8d ago A 52 tokens

containerize-deploy

43

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Complete end-to-end workflow for containerizing and deploying applications to OpenShift or standalone RHEL systems. Orchestrates /detect-project, /s2i-build, /deploy, /helm-deploy, and /rhel-deploy skills with user confirmation checkpoints at each phase. Supports S2I, Podman, Helm deployment strategies for OpenShift…

50 8d ago A 124 tokens

debug-build

44

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose OpenShift build failures including S2I builds, Docker/Podman builds, and BuildConfig issues. Automates multi-step diagnosis: BuildConfig validation, build pod logs, registry authentication, and source repository access. Use this skill when builds fail, hang, or produce unexpected results. Triggers on…

50 8d ago A 98 tokens

debug-container

45

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose local container issues with Podman/Docker including image pull errors, container startup failures, OOM kills, and networking problems. Automates multi-step diagnosis: container inspect, logs retrieval, image analysis, and resource constraint checking. Use this skill when containers fail to run locally before…

50 8d ago A 93 tokens

debug-network

46

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose OpenShift service connectivity issues including DNS resolution, service endpoints, route ingress, and network policies. Automates multi-step diagnosis: service endpoint verification, pod selector matching, route status, and network policy analysis. Use this skill when services can't communicate, routes return…

50 8d ago A 97 tokens

debug-pipeline

47

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose OpenShift Pipelines (Tekton) CI/CD failures including PipelineRun failures, TaskRun step errors, workspace/PVC binding issues, and authentication problems. Automates multi-step diagnosis: PipelineRun status, failed TaskRun analysis, step container logs, and related resource checks. Use this skill when…

50 8d ago A 113 tokens

debug-pod

48

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose pod failures on OpenShift including CrashLoopBackOff, ImagePullBackOff, OOMKilled, and pending pods. Automates multi-step diagnosis: pod status, events, logs (current + previous), and resource constraint analysis. Use this skill when pods are not running, restarting frequently, or stuck in non-ready states.…

50 8d ago A 109 tokens