File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,6 +41,22 @@ and use JaWS as demonstrated below.
4141
4242For 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
4662The following minimal program renders a single range input whose value
You can’t perform that action at this time.
0 commit comments