Skip to content

Commit d8ef41a

Browse files
roboalchemistclaude
andcommitted
Update skill docs to v0.3.0 and add skill commands
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4f2bd9b commit d8ef41a

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.claude/skills/linear-cli/SKILL.md

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

33
CLI for the [Linear API](https://developers.linear.app/) — issues, projects, cycles, labels, documents, initiatives, views, teams, and raw GraphQL. Built for both humans and AI agents.
44

5-
**Version**: 0.2.2 | **Binary**: `linear-cli` | **Config**: `~/.linear-cli.yaml` | **Auth**: `~/.linear-cli-auth.json`
5+
**Version**: 0.3.0 | **Binary**: `linear-cli` | **Config**: `~/.linear-cli.yaml` | **Auth**: `~/.linear-cli-auth.json`
66

77
## Setup
88

@@ -281,6 +281,8 @@ linear-cli auth rate-limit # Show API rate limit status
281281
linear-cli auth login # Interactive login
282282
linear-cli auth logout # Clear credentials
283283
linear-cli docs # Show full embedded documentation
284+
linear-cli skill print # Print embedded Claude Code skill
285+
linear-cli skill add # Install skill to ~/.claude/skills/
284286
linear-cli completion zsh # Generate shell completions
285287
```
286288

.claude/skills/linear-cli/reference/commands.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# linear-cli Command Reference
22

3-
**Version**: 0.2.2 | **Binary**: `/opt/homebrew/bin/linear-cli`
3+
**Version**: 0.3.0 | **Binary**: `/opt/homebrew/bin/linear-cli`
44

55
## Table of Contents
66

@@ -474,6 +474,14 @@ Shortcut for `user me`.
474474

475475
Outputs full embedded documentation in markdown.
476476

477+
### `skill print`
478+
479+
Print the embedded Claude Code skill (SKILL.md) to stdout.
480+
481+
### `skill add`
482+
483+
Install the Claude Code skill to `~/.claude/skills/linear-cli/`. Creates both `SKILL.md` and `reference/commands.md`.
484+
477485
### `completion`
478486

479487
Generate shell completion scripts: `bash`, `zsh`, `fish`, `powershell`.

0 commit comments

Comments
 (0)