Skip to content

Commit e8be04b

Browse files
authored
docs: fix open agent skills section not rendering in README (#49)
Add a blank line between the closing </details> tag and the "Installing using open agent skills tool" heading so GitHub parses it as a heading, and add the missing step 1 label for consistency.
1 parent 5623910 commit e8be04b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,13 @@ Enter your environment vars as described in the [configuration section](#configu
217217
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
218218

219219
</details>
220+
220221
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
221222

222223
You can install skills using the `npx skills` command.
223224

225+
**1. Install the skills:**
226+
224227
Run the following command in your terminal to automatically download and register the skills:
225228

226229
```bash

0 commit comments

Comments
 (0)