linear-projects

Manages Linear projects via linear-cli commands including CRUD, labels, members, and archiving.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides command-line instructions for managing Linear projects without opening the Linear web UI, covering creation, updates, labels, members, and archiving. Note that it is deprecated and superseded by the canonical linear skill. ## Core Features & Use Cases - Project CRUD: List, get, create, update, and delete Linear projects with full API fields such as icon, priority, dates, lead, and status. - Labels and Members: Add, remove, or set project labels and list project members. - Archive Management: Archive and unarchive projects, and list projects including archived ones. - Use Case: A team lead wants to create a Q1 roadmap project for the ENG team with a target date and priority, then later archive it, all from the terminal using linear-cli. ## Quick Start Ask the assistant to list all active Linear projects or create a new project for your team using the linear-cli project commands.

Frequently Asked Questions about linear-projects

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

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

Use linear-cli p create with the project name and team flag, for example linear-cli p create "Q1 Roadmap" -t ENG. You can add options like --icon, --priority, --start-date, --target-date, --lead, and --status for full project configuration.

How do I archive or unarchive a Linear project?

Run linear-cli p archive PROJECT_ID to archive a project and linear-cli p unarchive PROJECT_ID to restore it. To view archived projects, use linear-cli p list --archived.

Is the linear-projects skill still maintained?

No, this skill 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.

How do I manage labels on a Linear project?

Use linear-cli p add-labels, remove-labels, or set-labels with the project ID and -l flags for each label. For example, linear-cli p set-labels PROJECT_ID -l label1 -l label2 replaces all labels.

Can I get JSON output from linear-cli project commands?

Yes, pass the --output json flag to project commands to receive structured JSON output. The --id-only flag returns just the project ID, which is useful for scripting.