linear-labels

Manage Linear labels via CLI commands for listing, creating, and deleting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides quick command-line reference for managing Linear labels, though it is deprecated and superseded by the canonical linear skill. ## Core Features & Use Cases - List Labels: View project or issue labels with JSON output options for agent consumption. - Create Labels: Add new labels with custom colors and optional ID-only output for scripting. - Delete Labels: Remove labels by ID with a force flag to skip confirmation prompts. - Use Case: When organizing a Linear project, list existing labels, create a new "Bug" label with a red color, and capture its ID for use in automation scripts. ## Quick Start Ask the AI to list all Linear issue labels or create a new label with a specific name and color using the linear CLI.

Frequently Asked Questions about linear-labels

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

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

Use linear-cli l create with the label name and a color flag, such as linear-cli l create "Bug" --color "#EF4444". Add --id-only to return just the new label ID for scripting.

How to list Linear labels as JSON output?

Run linear-cli l list --output json --compact to get machine-readable label data. Use --type issue to filter for issue labels instead of project labels.

How do I delete a Linear label without confirmation?

Use linear-cli l delete LABEL_ID --force to skip the confirmation prompt. Without the force flag, the CLI asks for confirmation before removing the label.

Is the linear-labels skill still maintained?

No, it is deprecated as of 2026-06-20 and superseded by the canonical linear skill. All content was merged into the linear skill, and this version is kept temporarily only for review.