Skip to content
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 rh-developer/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Red Hat Developer Agentic Skills Collection",
"name": "rh-developer",
"version": "1.0.0",
"description": "Plugins for building and deploying applications on Red Hat platforms.",
"author": {
Expand Down
16 changes: 16 additions & 0 deletions rh-developer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ A Claude Code plugin for building and deploying applications on Red Hat platform
| `/rhel-deploy` | Deploy to standalone RHEL/Fedora systems via SSH |
| `/containerize-deploy` | End-to-end workflow from source to running app (use if not sure which strategy to choose)) |

### Troubleshooting

| Command | Description |
| -------------------- | ------------------------------------------------------------------------------------------ |
| `/debug-pod` | Diagnose pod failures on OpenShift (CrashLoopBackOff, ImagePullBackOff, OOMKilled, pending pods) |
| `/debug-build` | Diagnose OpenShift build failures (S2I builds, Docker/Podman builds, BuildConfig issues) |
| `/debug-network` | Diagnose OpenShift service connectivity (DNS, endpoints, routes, network policies) |
| `/debug-container` | Diagnose local Podman/Docker container issues (startup failures, OOM kills, image pull errors) |
| `/debug-rhel` | Diagnose RHEL system issues (systemd failures, SELinux denials, firewall blocking) |

### Environment

| Command | Description |
| ------------------------ | -------------------------------------------------------------------------------------- |
| `/validate-environment` | Check required tools and environment setup (oc, helm, podman, git, cluster connectivity) |

## Prerequisites

- OpenShift cluster access (for S2I and OpenShift deployments)
Expand Down
Loading