File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ git push -u origin main
1616Use the Skills CLI install pattern:
1717
1818``` bash
19- npx skills add https://github.com/< your-org-or-user > /code-explainer --skill code-explainer
19+ npx skills add https://github.com/baboonzero /code-explainer --skill code-explainer
2020```
2121
2222Or with Codex system installer script:
2323
2424``` bash
2525python ~ /.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
26- --repo < your-org-or-user > /code-explainer \
26+ --repo baboonzero /code-explainer \
2727 --path code-explainer
2828```
2929
Original file line number Diff line number Diff line change @@ -146,6 +146,22 @@ python scripts/analyze.py analyze \
146146 --enable-web-enrichment true
147147```
148148
149+ ## Install From GitHub (For Other Developers)
150+
151+ Using Skills CLI:
152+
153+ ``` bash
154+ npx skills add https://github.com/baboonzero/code-explainer --skill code-explainer
155+ ```
156+
157+ Using Codex skill installer:
158+
159+ ``` bash
160+ python ~ /.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
161+ --repo baboonzero/code-explainer \
162+ --path code-explainer
163+ ```
164+
149165## Install Into Codex
150166
151167Use the installer script:
You can’t perform that action at this time.
0 commit comments