Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
finesssee avatar

Linear Labels

  • 141 installs
  • 128 repo stars
  • Updated July 24, 2026
  • finesssee/linear-cli

Manage Linear labels from the CLI - list, create with a color, and delete project or issue labels.

About

Manages Linear labels via linear-cli, supporting list, create with a hex color, and delete for project and issue labels. A developer uses it to organize labels from the terminal.

  • Create labels with --color and --id-only
  • --type issue lists issue labels versus project labels

Linear Labels by the numbers

  • 141 all-time installs (skills.sh)
  • Ranked #1,210 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-labels

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs141
repo stars128
Last updatedJuly 24, 2026
Repositoryfinesssee/linear-cli

What it does

Manage Linear labels from the CLI - list, create with a color, and delete project or issue labels.

Files

SKILL.mdMarkdownGitHub ↗

Labels

# List labels
linear-cli l list                    # Project labels
linear-cli l list --type issue       # Issue labels

# Create label
linear-cli l create "Feature" --color "#10B981"
linear-cli l create "Bug" --color "#EF4444" --id-only

# Delete label
linear-cli l delete LABEL_ID
linear-cli l delete LABEL_ID --force

# Agent-optimized
linear-cli l list --output json --compact

Flags

FlagPurpose
--id-onlyReturn ID only
--output jsonJSON output
--forceSkip confirmation

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.