Skip to content

Commit 611760a

Browse files
committed
Add Cortex to the per-agent install examples
The skills CLI already supports --agent cortex (installs to .cortex/skills/). Requested by the ISV partner team; command verified end-to-end against the live catalog. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com>
1 parent 2029844 commit 611760a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent cl
5757
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent codex
5858
```
5959

60+
**Cortex**
61+
62+
```bash
63+
npx skills add nvidia/skills --skill cuopt-numerical-optimization-api --agent cortex
64+
```
65+
6066
**Cursor**
6167

6268
```bash

0 commit comments

Comments
 (0)