You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-5Lines changed: 49 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
> **📌 Fork Notice**
2
+
>
3
+
> This is a personal fork of [`darrenhinde/OpenAgentsControl`](https://github.com/darrenhinde/OpenAgentsControl) maintained for **Claude Code plugin** use.
4
+
>
5
+
> **Why this fork exists:** upstream PR [#296](https://github.com/darrenhinde/OpenAgentsControl/pull/296) registers the plugin's 12 skills and 6 commands in `plugin.json` so Claude Code can actually discover them. Until that PR is merged upstream, this fork carries it pre-merged so the Claude Code marketplace install works out of the box.
<sub>Using this fork until upstream merges [PR #296](https://github.com/darrenhinde/OpenAgentsControl/pull/296). Upstream `darrenhinde/OpenAgentsControl` currently does not register skills/commands in `plugin.json`, so Claude Code cannot discover them.</sub>
174
197
175
198
2. Install the plugin:
176
199
```bash
@@ -179,19 +202,40 @@ opencode --agent OpenAgent
179
202
180
203
3. Download context files:
181
204
```bash
182
-
/oac:setup --core
205
+
/install-context
206
+
```
207
+
<sub>Use `/install-context --profile=extended` or `--profile=all` for larger profiles, `--force` to reinstall, `--dry-run` to preview.</sub>
208
+
209
+
4. Verify installation:
210
+
```bash
211
+
/oac:status
183
212
```
184
213
185
-
4. Start building:
214
+
5. Start building:
186
215
```
187
216
Add a login endpoint
188
217
```
189
218
219
+
**Available commands** (as registered in `plugin.json`):
220
+
-`/install-context` — download context files from the OAC registry
221
+
-`/oac:help` — show OAC usage guide
222
+
-`/oac:status` — show plugin status and installed context
0 commit comments