Skip to content

Commit 729c3bb

Browse files
committed
note installation of skills for other agents
1 parent 17ddb78 commit 729c3bb

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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`.
44

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.
66

77
here's how it works:
88

@@ -222,9 +222,13 @@ the config file can be placed at (checked in order, first found is used):
222222
- `$XDG_CONFIG_HOME/linear/linear.toml` or `~/.config/linear/linear.toml` (Unix)
223223
- `%APPDATA%\linear\linear.toml` (Windows)
224224

225-
## claude code skill
225+
## skills
226226

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):
228232

229233
```bash
230234
# from claude code
@@ -240,6 +244,16 @@ claude plugin marketplace update linear-cli
240244
claude plugin update linear-cli@linear-cli
241245
```
242246

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+
243257
## why
244258

245259
linear's UI is incredibly good but it slows me down. i find the following pretty grating to experience frequently:

0 commit comments

Comments
 (0)