File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,25 @@ Start a new Codex session after installing. To verify:
1818codex debug prompt-input ' noop' | rg ' setup:'
1919```
2020
21- ** Claude Code** :
21+ ** Claude Code with npx skills ** :
2222
2323``` sh
24- /plugin marketplace add coder/skills
25- /plugin install coder-skills@coder-skills
26- /reload-plugins
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+
34+ ** Claude Code plugin marketplace** :
35+
36+ ``` sh
37+ claude plugin marketplace add coder/skills
38+ claude plugin install coder-skills@coder-skills
39+ claude plugin list
2740```
2841
2942** Codex** :
You can’t perform that action at this time.
0 commit comments