skills/linear-documents/SKILL.md
Manage Linear documents. Use for creating and viewing documentation.
npx skillsauth add finesssee/linear-cli linear-documentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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"
| Flag | Purpose |
|------|---------|
| -p PROJECT | Project ID |
| --id-only | Return ID only |
| --output json | JSON output |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.