Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/parallel-cli-setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ Install the skills for the user:
parallel-cli skills install
```

The user may need to restart their agent if it doesn't support hot reloading (e.g. Claude).
The user may need to restart their agent if it doesn't support hot reloading.

## Step 5: Suggest a first run

Prompt the user to use the newly installed skills to run a search or extract right away. Suggest one of:
Prompt the user to use the newly installed skills to run a search or extract right away. Suggest one of (use `$` instead of `/` for Codex):

- `/parallel-web-search <query>` — fast web search
- `/parallel-web-extract <url>` — extract content from a URL
Expand Down
Loading