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
Or add it to your project's `.agents/plugins/marketplace.json` manually — a starter file is included in this repo at `.agents/plugins/marketplace.json`.
26
+
This registers the marketplace. Then open the plugin browser in Codex, find **Couchbase Skills**, and install it:
27
+
28
+
```bash
29
+
codex
30
+
/plugins
31
+
```
27
32
28
33
Once installed in either agent, skills activate automatically based on what you ask. You can also load one explicitly:
29
34
30
35
```
31
36
read_skill("server-connection-go")
32
37
```
33
38
39
+
**Alternative (no plugin system):** clone the repo and symlink `skills/` into `.agents/skills/` in your project — Codex scans that directory automatically:
0 commit comments