Documents

SkillDocs & knowledge

Manage Linear documents. Use for creating and viewing documentation.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Documents skill

What this skill tells your AI

The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-documents/SKILL.md and read by ahel’s review.

# 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

Signals

GitHub stars
133
Forks
18
Last commit
Jul 2026

ahel review

  • S4info
    community integration — published by nesszer, not linear

Automated review, not a security audit. Ruleset v1.

Advanced
Catalog kind
skill
Gateway key
linear-documents
Source
github.com/nesszer/linear-cli