Skip to content

Commit 75d1dfe

Browse files
committed
docs: add copy-paste GitHub install commands for code-explainer
1 parent ffaf4ca commit 75d1dfe

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

PUBLISHING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ git push -u origin main
1616
Use 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

2222
Or with Codex system installer script:
2323

2424
```bash
2525
python ~/.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

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

151167
Use the installer script:

0 commit comments

Comments
 (0)