Skip to content

Commit d956543

Browse files
jarrodwattsclaude
andcommitted
fix: add -y flag to skills install command in docs
Agents can't interact with the interactive skill selector prompt. The -y flag auto-selects all skills. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e82298f commit d956543

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ agw-cli mcp-config --npx # npx-based (no global install needed)
198198
The repo ships agent skills that teach AI agents how to use the CLI safely. Install them with:
199199

200200
```bash
201-
npx skills add https://github.com/Abstract-Foundation/agw-cli/tree/main/packages/agw-cli/skills
201+
npx skills add https://github.com/Abstract-Foundation/agw-cli/tree/main/packages/agw-cli/skills -y
202202
```
203203

204204
Available skills:

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ The AGW repo ships agent Skills that teach the agent how to use the CLI safely a
6666
Install all AGW skills by default:
6767

6868
```bash
69-
npx skills add https://github.com/Abstract-Foundation/agw-cli/tree/main/packages/agw-cli/skills
69+
npx skills add https://github.com/Abstract-Foundation/agw-cli/tree/main/packages/agw-cli/skills -y
7070
```

0 commit comments

Comments
 (0)