Skip to content

Commit 2540565

Browse files
committed
Simplify install examples
1 parent cab7707 commit 2540565

1 file changed

Lines changed: 4 additions & 27 deletions

File tree

README.md

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,19 @@ Skills for Claude Code, Codex, Cursor, and other coding agents to install, confi
66

77
## Usage
88

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

1111
```sh
12-
npx skills add coder/skills --global --agent codex --skill setup --yes --copy
12+
npx skills add coder/skills --global --skill '*' --yes --copy
1313
```
1414

15-
Start a new Codex session after installing. To verify:
15+
This installs every skill in this repository for the detected agent.
16+
Start a new agent session after installing. For Codex, verify with:
1617

1718
```sh
1819
codex debug prompt-input 'noop' | rg 'setup:'
1920
```
2021

21-
**Claude Code with npx skills**:
22-
23-
```sh
24-
npx skills add coder/skills --global --agent claude-code --skill setup --yes --copy
25-
```
26-
27-
Start a new Claude Code session after installing. To verify:
28-
29-
```sh
30-
claude -p --tools '' --permission-mode bypassPermissions \
31-
'/setup Do not install or configure anything. Reply with exactly: SETUP_SKILL_LOADED'
32-
```
33-
3422
**Claude Code plugin marketplace**:
3523

3624
```sh
@@ -39,17 +27,6 @@ claude plugin install coder-skills@coder-skills
3927
claude plugin list
4028
```
4129

42-
**Codex**:
43-
44-
```sh
45-
codex plugin marketplace add coder/skills
46-
```
47-
48-
This registers the marketplace, but Codex CLI 0.130.0 does not provide
49-
a command-line plugin install or enable command. Use `npx skills` for a
50-
fully command-line Codex install, or open Codex and install from
51-
`/plugins` if using the marketplace UI.
52-
5330
After installing, the skill activates automatically when you ask an agent to install or set up Coder.
5431

5532
## License

0 commit comments

Comments
 (0)