Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

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-documents

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs138
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Create and view Linear documents from the CLI - list, get, create, and update project documentation.

Files

SKILL.mdMarkdownGitHub ↗

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

FlagPurpose
-p PROJECTProject ID
--id-onlyReturn ID only
--output jsonJSON output

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.