Skip to content

Commit becf20f

Browse files
committed
Add Claude Code plugin installation instructions to README
1 parent a508f2c commit becf20f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,27 @@ glab-discussion resolve DISCUSSION_ID --mr-url ...
5252
glab-discussion resolve DISCUSSION_ID --unresolve --mr-url ...
5353
```
5454

55+
## Claude Code plugin
56+
57+
The repo includes a Claude Code plugin with a skill that teaches AI agents how to use `glab-discussion`.
58+
59+
```bash
60+
# Install the CLI
61+
uv tool install glab-discussion
62+
63+
# Add the marketplace and install the plugin
64+
claude plugin marketplace add fprochazka/glab-discussion
65+
claude plugin install glab-discussion@fprochazka-glab-discussion
66+
```
67+
68+
To upgrade after a new release:
69+
70+
```bash
71+
uv tool install --force glab-discussion
72+
claude plugin marketplace update fprochazka-glab-discussion
73+
claude plugin update glab-discussion@fprochazka-glab-discussion
74+
```
75+
5576
## Requirements
5677

5778
- `glab` CLI installed and authenticated

0 commit comments

Comments
 (0)