nesszer/linear-cli

linear-templates

Manage issue templates - local templates and Linear API templates. Use when creating or using templates.

First seen Feb 7, 2026

Installation

$ npx skills add nesszer/linear-cli --skill linear-templates

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nesszer/linear-cli · top by installs.

npx skills add nesszer/linear-cli

Browse all from nesszer/linear-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 133
License LICENSE
Default branch master
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 950 B
  • docs SUMMARY.md 128 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 137 installs

SKILL.md

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

Flag Purpose
-t TEAM Team for remote templates
--output json JSON output