From 6c2ec20cd7a2093ce09088c72acf6b5a9a547874 Mon Sep 17 00:00:00 2001 From: acmenezes Date: Wed, 11 Mar 2026 15:13:14 -0400 Subject: [PATCH 1/3] Fix plugin install instructions on generated website --- rh-sre/.claude-plugin/plugin.json | 2 +- rh-virt/.claude-plugin/plugin.json | 2 +- scripts/generate_pack_data.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rh-sre/.claude-plugin/plugin.json b/rh-sre/.claude-plugin/plugin.json index 3731cfd2..f3b1f384 100644 --- a/rh-sre/.claude-plugin/plugin.json +++ b/rh-sre/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "rh-sre", + "name": "sre-agents", "version": "1.0.0", "description": "Site reliability engineering tools and automation for managing Red Hat platforms and infrastructure.", "author": { diff --git a/rh-virt/.claude-plugin/plugin.json b/rh-virt/.claude-plugin/plugin.json index d121a770..3d0dd091 100644 --- a/rh-virt/.claude-plugin/plugin.json +++ b/rh-virt/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "rh-virt", + "name": "openshift-virtualization", "version": "1.0.0", "description": "Virtual machine management and automation for OpenShift Virtualization and KubeVirt workloads.", "author": { diff --git a/scripts/generate_pack_data.py b/scripts/generate_pack_data.py index aae0ec9a..1c48bb49 100644 --- a/scripts/generate_pack_data.py +++ b/scripts/generate_pack_data.py @@ -11,7 +11,7 @@ import yaml # List of agentic packs to parse -PACK_DIRS = ['rh-sre', 'rh-developer', 'ocp-admin', 'rh-support-engineer', 'rh-virt'] +PACK_DIRS = ['rh-sre', 'rh-developer', 'ocp-admin', 'rh-virt'] def parse_yaml_frontmatter(file_path: Path) -> Dict[str, Any]: From aca5e485259d42fca5eb2c8b055a83b629406b8f Mon Sep 17 00:00:00 2001 From: acmenezes Date: Thu, 12 Mar 2026 09:30:02 -0400 Subject: [PATCH 2/3] Revert rh-sre plugin name --- .claude-plugin/marketplace.json | 2 +- rh-sre/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 20d90176..c4780b76 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ }, "plugins": [ { - "name": "sre-agents", + "name": "rh-sre", "description": "Site Reliability Engineering Agentic Collection", "version": "1.0.0", "author": { diff --git a/rh-sre/.claude-plugin/plugin.json b/rh-sre/.claude-plugin/plugin.json index f3b1f384..3731cfd2 100644 --- a/rh-sre/.claude-plugin/plugin.json +++ b/rh-sre/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "sre-agents", + "name": "rh-sre", "version": "1.0.0", "description": "Site reliability engineering tools and automation for managing Red Hat platforms and infrastructure.", "author": { From 1d2b99a4ba5674b5325bb45fcd0da9bcc2e05d3e Mon Sep 17 00:00:00 2001 From: acmenezes Date: Thu, 12 Mar 2026 09:39:06 -0400 Subject: [PATCH 3/3] Switch sre-agents by rh-sre on README and DEMO files --- rh-sre/DEMO.md | 4 ++-- rh-sre/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rh-sre/DEMO.md b/rh-sre/DEMO.md index 5b322d52..3ad20fbf 100644 --- a/rh-sre/DEMO.md +++ b/rh-sre/DEMO.md @@ -14,7 +14,7 @@ claude plugin marketplace remove redhat-agentic-collections ### Install plugin ```bash claude plugin marketplace add https://github.com/RHEcosystemAppEng/agentic-collections -claude plugin install sre-agents +claude plugin install rh-sre ``` ## (optional) System prompt @@ -37,7 +37,7 @@ Tools: , ,... Docs: , , ... **** EXECUTION SUMMARY END **** """ -Agent, skills and tools names must include the plugin name, as in sre-agents:remediation. +Agent, skills and tools names must include the plugin name, as in rh-sre:remediation. Doc names must include only the folder and the document name, omit everything before the docs/ folder. Example: docs/ansible/cve-remediation-templates.md ``` diff --git a/rh-sre/README.md b/rh-sre/README.md index e3cfb9a6..941b7f56 100644 --- a/rh-sre/README.md +++ b/rh-sre/README.md @@ -145,14 +145,14 @@ Install the pack as a Claude Code plugin: ```bash claude plugin marketplace add https://github.com/RHEcosystemAppEng/agentic-collections -claude plugin install sre-agents +claude plugin install rh-sre ``` Or for local development: ```bash claude plugin marketplace add /path/to/agentic-collections -claude plugin install sre-agents +claude plugin install rh-sre ``` Show installed Red Hat plugins: