Skip to content

Commit a7c37cd

Browse files
committed
recommend gh skill to install skills file
1 parent ba2ca25 commit a7c37cd

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Requires the [GitHub CLI](https://cli.github.com/) (`gh`) v2.0+.
2121
Install the gh-stack skill so your AI coding agent knows how to work with stacked PRs and the `gh stack` CLI:
2222

2323
```sh
24-
npx skills add github/gh-stack
24+
gh skill install github/gh-stack
2525
```
2626

2727
## Quick start

docs/src/content/docs/getting-started/quick-start.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ gh extension install github/gh-stack
2323

2424
If you use AI coding agents (like GitHub Copilot), install the gh-stack skill so they know how to work with Stacked PRs:
2525

26+
```sh
27+
gh skill install github/gh-stack
28+
```
29+
30+
Or if you prefer to use `npx skills`:
31+
2632
```sh
2733
npx skills add github/gh-stack
2834
```

docs/src/content/docs/guides/workflows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ The `unstack` command deletes the stack on GitHub first, then removes local trac
191191

192192
AI coding agents (like GitHub Copilot) can create and manage Stacked PRs on your behalf. Install the gh-stack skill to give them the context they need:
193193

194+
```sh
195+
gh skill install github/gh-stack
196+
```
197+
198+
Or if you prefer to use `npx skills`:
199+
194200
```sh
195201
npx skills add github/gh-stack
196202
```

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import stackNavigator from '../../assets/screenshots/stack-navigator.png';
3131
The `gh stack` CLI makes it easy to create stacks, perform cascading rebases, push branches and create PRs, and navigate between layers — all from your terminal.
3232
</Card>
3333
<Card title="AI Agent Integration" icon="puzzle">
34-
Run `npx skills add github/gh-stack` to teach your AI coding agents how to work with stacks. Break up a large diff into a stack or develop with stacks from the start.
34+
Run `gh skill install github/gh-stack` to teach your AI coding agents how to work with stacks. Break up a large diff into a stack or develop with stacks from the start.
3535
</Card>
3636
</CardGrid>
3737

0 commit comments

Comments
 (0)