Skip to content
Merged
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
10 changes: 10 additions & 0 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This document lists all available Claude Code plugins and their commands in the
- [Hello World](#hello-world-plugin)
- [Jira](#jira-plugin)
- [Must Gather](#must-gather-plugin)
- [Olm](#olm-plugin)
- [Openshift](#openshift-plugin)
- [Prow Job](#prow-job-plugin)
- [Session](#session-plugin)
Expand Down Expand Up @@ -89,6 +90,15 @@ A plugin to analyze and report on must-gather data

See [plugins/must-gather/README.md](plugins/must-gather/README.md) for detailed documentation.

### Olm Plugin

OLM (Operator Lifecycle Manager) debugging and analysis tools

**Commands:**
- **`/olm:debug` `<issue-description> <must-gather-path> [olm-version]`** - Debug OLM issues using must-gather logs and source code analysis

See [plugins/olm/README.md](plugins/olm/README.md) for detailed documentation.

### Openshift Plugin

OpenShift development utilities and helpers
Expand Down