linear-documents

Manage Linear documents via linear-cli commands for listing, creating, and updating project documentation.

1|Updated Sep 15, 2026
One-click install
npx skills add https://github.com/amoai-tech/mdeai --skill linear-documents-amoai-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-documents
Source: https://github.com/amoai-tech/mdeai/tree/main/.claude/skills/archive/linear/linear-documents
Command: npx skills add https://github.com/amoai-tech/mdeai --skill linear-documents-amoai-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Linear project documentation from the command line requires remembering specific CLI syntax and flags, which slows down documentation workflows for teams tracking work in Linear. ## Core Features & Use Cases - Document Listing and Retrieval: List all Linear documents or fetch a specific document by ID, with optional JSON output for scripting. - Document Creation and Updates: Create new documents attached to projects and update titles or content in place. - Use Case: A developer drafting an RFC for a Linear project can create the document with a single command, retrieve its ID for linking, and later update its content without opening the Linear web UI. - Deprecation Notice: This Skill is deprecated and superseded by the canonical linear skill; it is kept temporarily for review and should not be extended. ## Quick Start Ask the assistant to create a new Linear document titled "Design Doc" in your project using the linear-cli document commands.

Frequently Asked Questions about linear-documents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Linear document from the command line?

Run linear-cli d create with the document title and the -p flag for the project ID. Add --id-only to return just the new document ID for use in scripts or links.

How to list and get Linear documents with linear-cli?

Use linear-cli d list to show all documents and linear-cli d get DOC_ID to fetch a specific one. Both commands support --output json for machine-readable results.

Is the linear-documents skill still maintained?

No, it is deprecated as of 2026-06-20 and superseded by the canonical linear skill. Its content was merged into the linear skill's SKILL.md and references, and it is scheduled for removal.

Can I update a Linear document title or content via CLI?

Yes, use linear-cli d update DOC_ID with --title to change the title or --content to replace the body content. The document ID is required for any update operation.

What permissions does the linear-documents skill need?

It requires Bash tool access to execute linear-cli commands. The CLI itself must be installed and authenticated with your Linear workspace before any document operations will succeed.