
Linear Documents
- 138 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Create and view Linear documents from the CLI - list, get, create, and update project documentation.
About
Manages Linear documents via linear-cli, supporting list, get, create, and update tied to projects. A developer uses it to create or read project documentation from the terminal.
- Create docs against a project with -p and --id-only
- JSON output for parsing document lists
Linear Documents by the numbers
- 138 all-time installs (skills.sh)
- Ranked #1,221 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-documentsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 138 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Create and view Linear documents from the CLI - list, get, create, and update project documentation.
Files
Documents
# List documents
linear-cli d list
linear-cli d list --output json
# Get document
linear-cli d get DOC_ID
linear-cli d get DOC_ID --output json
# Create document
linear-cli d create "Design Doc" -p PROJECT_ID
linear-cli d create "RFC" -p PROJECT_ID --id-only
# Update document
linear-cli d update DOC_ID --title "New Title"
linear-cli d update DOC_ID --content "New content"Flags
| Flag | Purpose |
|---|---|
-p PROJECT | Project ID |
--id-only | Return ID only |
--output json | JSON output |