Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"plugins": [
{
"name": "sre-agents",
"name": "rh-sre",
"description": "Site Reliability Engineering Agentic Collection",
"version": "1.0.0",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions rh-sre/DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,7 +37,7 @@ Tools: <tool1>, <tool2>,...
Docs: <doc1>, <doc2>, ...
**** 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
```

Expand Down
4 changes: 2 additions & 2 deletions rh-sre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion rh-virt/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_pack_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down
Loading