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

Linear Projects

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

Manage Linear projects from the CLI - full CRUD with labels, members, icons, dates, priority, saved views, and archive.

About

Manages Linear projects via linear-cli with full CRUD, including labels, members, icons, dates, priority, and archiving. A developer uses it to create and maintain projects from the terminal.

  • Create projects with icon, priority, and start/target dates
  • p open launches a project in the browser; --view applies saved views

Linear Projects by the numbers

  • 144 all-time installs (skills.sh)
  • Ranked #1,199 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-projects

Add your badge

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

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

What it does

Manage Linear projects from the CLI - full CRUD with labels, members, icons, dates, priority, saved views, and archive.

Files

SKILL.mdMarkdownGitHub ↗

Projects

# List projects
linear-cli p list                    # All projects
linear-cli p list --archived         # Include archived
linear-cli p list --view "Active"    # Apply saved view

# Get project
linear-cli p get PROJECT_ID
linear-cli p open PROJECT_ID        # Open in browser

# Create project (full API fields)
linear-cli p create "Q1 Roadmap" -t ENG
linear-cli p create "Feature" -t ENG --icon "🚀" --priority 1 \
  --start-date 2025-01-01 --target-date 2025-03-31 \
  --lead USER_ID --status planned --content "Project description"

# Update project
linear-cli p update PROJECT_ID --name "New Name" --status completed
linear-cli p update PROJECT_ID --lead USER_ID --priority 2

# Archive/unarchive
linear-cli p archive PROJECT_ID
linear-cli p unarchive PROJECT_ID

# Labels
linear-cli p add-labels PROJECT_ID -l label1 -l label2
linear-cli p remove-labels PROJECT_ID -l label1
linear-cli p set-labels PROJECT_ID -l label1 -l label2

# Members
linear-cli p members PROJECT_ID

# Delete
linear-cli p delete PROJECT_ID --force

Flags

FlagPurpose
--icon EMOJIProject icon
--priority NPriority (1=urgent, 4=low)
--start-date DATEStart date
--target-date DATETarget date
--lead USERProject lead
--status STATEProject status
--id-onlyReturn ID only
--output jsonJSON output

Related skills

This week in AI coding

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

unsubscribe anytime.