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/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: 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]: