Skip to content

Commit f2aec6f

Browse files
committed
Document Codex skills CLI install
1 parent 34178fd commit f2aec6f

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ Skills for Claude Code, Codex, Cursor, and other coding agents to install, confi
66

77
## Usage
88

9-
**npx skills**:
9+
**Codex with npx skills**:
1010

1111
```sh
12-
npx skills add coder/skills --global
12+
npx skills add coder/skills --global --agent codex --skill setup --yes --copy
13+
```
14+
15+
Start a new Codex session after installing. To verify:
16+
17+
```sh
18+
codex debug prompt-input 'noop' | rg 'setup:'
1319
```
1420

1521
**Claude Code**:
@@ -26,7 +32,10 @@ npx skills add coder/skills --global
2632
codex plugin marketplace add coder/skills
2733
```
2834

29-
Then open Codex and install `coder-skills` from `/plugins`.
35+
This registers the marketplace, but Codex CLI 0.130.0 does not provide
36+
a command-line plugin install or enable command. Use `npx skills` for a
37+
fully command-line Codex install, or open Codex and install from
38+
`/plugins` if using the marketplace UI.
3039

3140
After installing, the skill activates automatically when you ask an agent to install or set up Coder.
3241

0 commit comments

Comments
 (0)