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

Linear Templates

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

Manage Linear issue templates from the terminal, both local templates and Linear API server-side templates, with create, list, show and delete commands.

About

A CLI skill that manages Linear issue templates, covering both local template files and Linear's server-side API templates. A developer uses it to standardize issue creation without leaving the terminal.

  • Local template commands: tpl list/show/create/delete
  • Remote API templates via tpl remote-create/update/delete with team flag

Linear Templates by the numbers

  • 126 all-time installs (skills.sh)
  • Ranked #1,266 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-templates

Add your badge

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

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

What it does

Manage Linear issue templates from the terminal, both local templates and Linear API server-side templates, with create, list, show and delete commands.

Files

SKILL.mdMarkdownGitHub ↗

Local Templates

# List local templates
linear-cli tpl list

# Show template
linear-cli tpl show bug

# Create local template
linear-cli tpl create bug

# Delete local template
linear-cli tpl delete bug

API Templates (Linear server-side)

# List remote templates
linear-cli tpl remote-list
linear-cli tpl remote-list --output json

# Get remote template
linear-cli tpl remote-get TEMPLATE_ID

# Create remote template
linear-cli tpl remote-create "Bug Report" -t ENG

# Update remote template
linear-cli tpl remote-update TEMPLATE_ID --name "Updated"

# Delete remote template
linear-cli tpl remote-delete TEMPLATE_ID --force

Flags

FlagPurpose
-t TEAMTeam for remote templates
--output jsonJSON output

Related skills

This week in AI coding

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

unsubscribe anytime.