Skip to content

Commit b5c0119

Browse files
committed
docs: add instructions for installing Codex skill
1 parent c8a5c5c commit b5c0119

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,22 @@ and use JaWS as demonstrated below.
4141

4242
For widget authoring guidance see `lib/ui/README.md`.
4343

44+
### Codex skill
45+
46+
This repository includes a Codex skill under `.agents/skills/jaws/`.
47+
To install it in your local Codex skills tree, copy both `SKILL.md` and
48+
`agents/openai.yaml` into `~/.codex/skills/jaws/`.
49+
50+
Using `curl`:
51+
52+
```bash
53+
mkdir -p "$HOME/.codex/skills/jaws/agents"
54+
curl -fsSL https://raw.githubusercontent.com/linkdata/jaws/main/.agents/skills/jaws/SKILL.md \
55+
-o "$HOME/.codex/skills/jaws/SKILL.md"
56+
curl -fsSL https://raw.githubusercontent.com/linkdata/jaws/main/.agents/skills/jaws/agents/openai.yaml \
57+
-o "$HOME/.codex/skills/jaws/agents/openai.yaml"
58+
```
59+
4460
## Quick start
4561

4662
The following minimal program renders a single range input whose value

0 commit comments

Comments
 (0)