Revise Codex plugin installation instructions (#105)

Updated installation instructions for Codex plugin and clarified auto-discovery of skills.
This commit is contained in:
Samuel Berthe
2026-09-07 03:45:17 +02:00
committed by GitHub
parent 31cc2b2cab
commit 19a0626ae8
+9 -3
View File
@@ -107,13 +107,19 @@ OpenCode auto-discovers skills from `.agents/skills/`, `.opencode/skills/`, and
<details> <details>
<summary>Codex (OpenAI)</summary> <summary>Codex (OpenAI)</summary>
Clone into the cross-client discovery path: Install the plugin via the Codex CLI:
```bash ```bash
git clone https://github.com/samber/cc-skills-golang.git ~/.agents/skills/cc-skills-golang codex plugin add github:samber/cc-skills
``` ```
Codex auto-discovers skills from `~/.agents/skills/` and `.agents/skills/`. Update with `cd ~/.agents/skills/cc-skills-golang && git pull`. Update with `codex plugin update cc-skills`. Falls back to a manual clone if the marketplace path is unavailable:
```bash
git clone https://github.com/samber/cc-skills.git ~/.agents/skills/cc-skills
```
Codex auto-discovers skills from `~/.agents/skills/` and `.agents/skills/`.
</details> </details>