You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
a cli to list, start and create issues in the [linear](https://linear.app/) issue tracker. git and [jj](https://www.jj-vcs.dev/) aware to keep you in the right views in linear. allows jumping to the web or the linear desktop app similar to `gh`.
4
4
5
-
**works great with AI agents** — the CLI includes a [skill for Claude Code](#claude-code-skill) that lets agents create issues, update status, and manage your Linear workflow alongside your code.
5
+
**works great with AI agents** — the CLI includes a [skill](#skills) that lets agents create issues, update status, and manage your Linear workflow alongside your code.
6
6
7
7
here's how it works:
8
8
@@ -222,9 +222,13 @@ the config file can be placed at (checked in order, first found is used):
222
222
-`$XDG_CONFIG_HOME/linear/linear.toml` or `~/.config/linear/linear.toml` (Unix)
223
223
-`%APPDATA%\linear\linear.toml` (Windows)
224
224
225
-
## claude code skill
225
+
## skills
226
226
227
-
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.
227
+
linear-cli includes a skill that helps AI agents use the CLI effectively. for use cases outside the CLI, it includes instructions to interact directly with the graphql api, including authentication.
228
+
229
+
### claude code
230
+
231
+
install the skill using [claude code's plugin system](https://code.claude.com/docs/en/skills):
228
232
229
233
```bash
230
234
# from claude code
@@ -240,6 +244,16 @@ claude plugin marketplace update linear-cli
240
244
claude plugin update linear-cli@linear-cli
241
245
```
242
246
247
+
### skills.sh for other agents
248
+
249
+
install the skill using [skills.sh](https://skills.sh):
250
+
251
+
```bash
252
+
npx skills add schpet/linear-cli
253
+
```
254
+
255
+
view the skill at [skills.sh/schpet/linear-cli/linear-cli](https://skills.sh/schpet/linear-cli/linear-cli)
256
+
243
257
## why
244
258
245
259
linear's UI is incredibly good but it slows me down. i find the following pretty grating to experience frequently:
0 commit comments