Skip to content

Commit 2cae1b4

Browse files
astefanutticlaude
andcommitted
Rework README: multi-harness install, drop static plugin table
- Add install examples for Cursor, Copilot CLI, Gemini CLI, Codex/OpenCode - Remove static plugin table (goes stale), link to catalog.md instead - Reorganize into Install / Update / Verify / Team Setup sections Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 416e839 commit 2cae1b4

1 file changed

Lines changed: 50 additions & 25 deletions

File tree

README.md

Lines changed: 50 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Central registry for AI skills and plugins developed across the opendatahub-io organization.
66
Works as both a **Claude Code marketplace** (native integration) and a **universal skill catalog** for other agent harnesses.
77

8-
## Quick Start
8+
## Installation
99

10-
### Install
10+
### Claude Code
1111

1212
```bash
1313
# Add the marketplace
@@ -20,7 +20,44 @@ claude plugin marketplace add opendatahub-io/skills-registry
2020
/plugin install rfe-creator@opendatahub-skills
2121
```
2222

23-
### Update
23+
### Cursor
24+
25+
```
26+
/add-plugin opendatahub-io/skills-registry
27+
```
28+
29+
### GitHub Copilot CLI
30+
31+
```bash
32+
copilot plugin marketplace add opendatahub-io/skills-registry
33+
copilot plugin install rfe-creator@opendatahub-skills
34+
```
35+
36+
### Gemini CLI
37+
38+
```bash
39+
gemini extensions install https://github.com/opendatahub-io/skills-registry
40+
```
41+
42+
### Codex / OpenCode
43+
44+
Tell the agent:
45+
46+
> Fetch and follow instructions from https://raw.githubusercontent.com/opendatahub-io/skills-registry/main/registry.yaml
47+
48+
### Other Agent Harnesses
49+
50+
The registry metadata is available at:
51+
52+
```
53+
https://raw.githubusercontent.com/opendatahub-io/skills-registry/main/registry.yaml
54+
```
55+
56+
It contains all plugin metadata including per-harness install instructions, skill lists, dependencies, and source references.
57+
58+
## Update
59+
60+
### Claude Code
2461

2562
```bash
2663
# Update a specific plugin
@@ -30,17 +67,23 @@ claude plugin marketplace add opendatahub-io/skills-registry
3067
/plugin update
3168
```
3269

33-
### Verify
70+
### Gemini CLI
71+
72+
```bash
73+
gemini extensions update opendatahub-io/skills-registry
74+
```
75+
76+
## Verify
3477

35-
After installing, start a new Claude Code session and invoke a skill:
78+
After installing, start a new session and invoke a skill:
3679

3780
```bash
3881
/rfe.create
3982
```
4083

4184
If the skill responds, the plugin is installed correctly.
4285

43-
### Team Setup
86+
## Team Setup
4487

4588
Add to your project's `.claude/settings.json` to auto-enable for all developers:
4689

@@ -57,27 +100,9 @@ Add to your project's `.claude/settings.json` to auto-enable for all developers:
57100
}
58101
```
59102

60-
### Other Agent Harnesses
61-
62-
The registry metadata is available as a YAML file at:
63-
64-
```
65-
https://raw.githubusercontent.com/opendatahub-io/skills-registry/main/registry.yaml
66-
```
67-
68-
It contains all plugin metadata including per-harness install instructions, skill lists, dependencies, and source references. Parse it to integrate with any agent framework.
69-
70103
## Available Plugins
71104

72-
| Plugin | Description | Version |
73-
|--------|-------------|---------|
74-
| [rfe-creator](https://github.com/jwforres/rfe-creator) | RFE creation, review, and submission pipeline | 0.1.0 |
75-
| [assess-rfe](https://github.com/n1hility/assess-rfe) | RFE quality assessment against a structured rubric | 1.0.0 |
76-
| [rhoai-security-reviewer](https://github.com/astefanutti/rhoai-security-reviewer) | Consensus-based security review for RHOAI strategies | 0.1.0 |
77-
| [test-plan](https://github.com/fege/test-plan) | Test plan and test case generation from strategies | 0.1.0 |
78-
| [quality-tooling](https://github.com/antowaddle/Red-Hat-Quality-Tiger-Team) | Repository analysis, build validation, and test patterns | 1.0.0 |
79-
80-
See [catalog.md](catalog.md) for the full list with skills and install commands.
105+
See [catalog.md](catalog.md) for the full list of plugins, skills, and install commands.
81106

82107
## Structure
83108

0 commit comments

Comments
 (0)