RHEcosystemAppEng

73 mods across 2 repositories, 61 stars between them.

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Interactive skill creation and import with automated validation and marketplace compliance. Use when: "Create a new skill" "Import an existing skill" "Create a new agentic pack" "Add skill to " "Build skill for " User mentions "skill builder", "contribute", "new skill", "import skill", or "new pack" Two modes: create…

50 8d ago E 127 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Diagnose and fix .catalog/ validation failures (schema, roster, banners, sample workflows, JSON mirror). Use when: make validate or CI reports collection compliance errors A PR adds skills but catalog was not updated collection.json is out of sync with collection.yaml Catalog metadata/fragments might have drifted from…

50 8d ago A 111 tokens

compliance-checker

03

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Run skill design compliance validation for agentic collections. Use when the user asks to: "Check skill compliance" / "Validate skill design" / "Run compliance check" "Verify my skills follow design principles" Before committing skill changes Runs the validateskillstier2.py script against SKILLDESIGNPRINCIPLES.md.

50 8d ago A 76 tokens

create-collection

04

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Author or refresh /.catalog/collection.yaml and related .catalog/ artifacts from golden sources (SKILL.md, README, AGENTS.md, Lola marketplace). Use when: Adding a new pack or refreshing the collection catalog for GitHub Pages / tooling Aligning catalog narrative, sample workflows, and decision guide with skills on…

50 8d ago A 114 tokens

skill-linter

05

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Validate skills against agentskills.io specification. Use when adding new skills to the marketplace, reviewing skill PRs, checking skill compliance, or running quality gates on skills. Validates frontmatter fields (name, description, compatibility, metadata, allowed-tools), directory naming, line limits, and structure.

50 8d ago A 63 tokens

RHEcosystemAppEng/agentic-plugins

Instructions file

Claude Code instructions for RHEcosystemAppEng/agentic-plugins, covering claude.md, what this repository is, repository structure, catalog/schema.yaml and agentic pack architecture.

50 8d ago A 4,082 tokens

cluster-creator

07

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

End-to-end OpenShift cluster creation using Red Hat Assisted Installer. Handles Single-Node OpenShift (SNO) and HA multi-node clusters on baremetal, vsphere, oci, nutanix. Use when: "Create a new OpenShift cluster" "Install OpenShift on my servers" "Set up a single-node cluster for edge deployment" "Deploy a…

50 8d ago A 162 tokens

cluster-inventory

08

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

List and inspect OpenShift clusters across self-managed (OCP, SNO) and managed service (ROSA, ARO, OSD) deployments. Returns cluster name, ID, version, status, platform, and creation date. Use when: "List all clusters" "Show cluster status" "What clusters are available?" "Get details of cluster [name]" "Show cluster…

50 8d ago A 99 tokens

cluster-report

09

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Generate a consolidated health report across multiple OpenShift clusters. Verifies each kubeconfig context is a genuine OpenShift cluster before reporting. Non-OpenShift contexts are skipped by default. Collects node resources (CPU, memory, GPUs), namespace counts, and pod status into a single comparison view. Use…

50 8d ago D 129 tokens

cve-recon

12

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Query MITRE, OSV.dev, and Go vulnerability database to produce a structured report of affected packages, ecosystems, and vulnerable version ranges for a CVE.

50 8d ago A 37 tokens

image-inspect

13

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Fetch container image labels, validate registry ownership, resolve tag/digest via SBOM, and report the SBOM artifact reference for a Red Hat container image.

50 8d ago A 35 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Design and validate Kubernetes NetworkPolicies following Zero Trust principles (NIST SP 800-207). Two-tier analysis — architecture review then live cluster verification — produces a verified implementation plan with apply-and-verify results. Use when: "Create NetworkPolicies for my namespace" "Audit network isolation…

50 8d ago A 151 tokens

ai-observability

15

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Analyze AI model performance, GPU utilization, and cluster health on OpenShift AI. Use when: "How is my model performing?" "What GPUs are available in the cluster?" "Show me inference latency for Llama" "Check OpenShift cluster health metrics" "Trace a slow inference request" "Correlate errors across my inference…

50 8d ago A 122 tokens

debug-inference

16

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Troubleshoot failed or slow InferenceService deployments on OpenShift AI. Use when: "My InferenceService won't start" "Model deployment is stuck" "Inference endpoint returns errors" "Model is slow / high latency" "GPU scheduling failed for my model" Progressive diagnosis: status conditions, events, pod logs, GPU…

50 8d ago A 107 tokens

ds-project-setup

17

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Create and configure Data Science Projects on OpenShift AI with namespace setup, S3 data connections, pipeline server, and model serving enablement. Use when: "Create a data science project" "Set up a new namespace for ML work" "Add an S3 data connection to my project" "Configure the pipeline server" "Enable model…

50 8d ago A 146 tokens

guardrails-config

18

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Configure TrustyAI Guardrails Orchestrator for LLM input/output content safety on OpenShift AI. Use when: "Add guardrails to my LLM endpoint" "Set up content safety for my model" "Configure PII detection on my inference endpoint" "Block prompt injection attacks" "I need a guarded endpoint for my deployed model"…

50 8d ago A 148 tokens

model-deploy

19

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Deploy AI/ML models on OpenShift AI using KServe with vLLM, NVIDIA NIM, or Caikit+TGIS runtimes. Use when: "Deploy Llama 3 on my cluster" "Set up a vLLM inference endpoint" "Deploy a model with NIM" "Create an InferenceService for Granite" "I need to serve a model on OpenShift AI" Handles runtime selection, GPU…

50 8d ago B 135 tokens

model-monitor

20

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Configure TrustyAI model monitoring for bias detection and data drift on deployed InferenceServices. Use when: "Monitor my model for bias" "Set up drift detection on my inference endpoint" "Configure TrustyAI for my deployed model" "Check if my model has fairness issues" "I need SPD / DIR metrics for my model" Handles…

50 8d ago A 157 tokens

model-registry

21

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Register, version, and manage ML models in the OpenShift AI Model Registry. Browse the Model Catalog, track model metadata, and promote models across environments. Use when: "Register a new model in the registry" "List registered models" "What versions exist for my model?" "Promote a model from dev to production"…

50 8d ago A 127 tokens

nim-setup

22

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Configure NVIDIA NIM platform on OpenShift AI for optimized model inference. Use when: "Set up NIM on my cluster" "Configure NGC credentials for NIM" "I want to deploy a NIM model but haven't set up the platform" "Create the NIM Account CR" One-time prerequisite before deploying models with NVIDIA NIM runtime via…

50 8d ago A 111 tokens

pipeline-manage

23

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Create, run, schedule, and monitor Data Science Pipelines (Kubeflow Pipelines 2.0) on OpenShift AI. Use when: "Run a pipeline in my project" "Schedule a recurring pipeline" "Check my pipeline run status" "List pipeline runs and their logs" "Set up the pipeline server" "Delete a pipeline or pipeline run" Handles…

50 8d ago A 143 tokens

RHEcosystemAppEng/agentic-plugins

Skill Claude CodeCodex

Configure custom ServingRuntime CRs on OpenShift AI for model serving frameworks not covered by built-in runtimes. Use when: "Create a custom serving runtime" "I need a runtime for ONNX / Triton / custom framework" "Customize vLLM runtime parameters" "What serving runtimes are available?" "Add a custom container image…

50 8d ago A 131 tokens