Skip to content

Commit dabed08

Browse files
committed
revise skill stuff in readme, add scripts to install skill
1 parent 0ae5e60 commit dabed08

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ this cli solves this. it knows what you're working on (via git branches or jj co
179179

180180
## claude code skill
181181

182-
linear-cli includes a skill for [claude code](https://docs.anthropic.com/en/docs/claude-code) that helps claude use the CLI effectively.
182+
linear-cli includes [a skill for claude code](https://code.claude.com/docs/en/skills) that helps claude use the CLI effectively. for use cases outside the CLI, it includes instructions to interact directly with the graphql api, including authentication.
183183

184184
```bash
185185
# from claude code

justfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,15 @@ tag:
2424
# cargo-dist - needed to update .github/workflows/release.yml
2525
dist-generate:
2626
dist generate
27+
28+
claude-remove-local:
29+
-claude plugin remove linear-cli@linear-cli
30+
-claude plugin marketplace remove linear-cli
31+
32+
claude-install-local:
33+
claude plugin marketplace add ./
34+
claude plugin install linear-cli@linear-cli
35+
36+
claude-install-github:
37+
claude plugin marketplace add schpet/linear-cli
38+
claude plugin install linear-cli@linear-cli

0 commit comments

Comments
 (0)