linear-templates

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-templates" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-templates

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-workflow

No summary provided by upstream source.

Repository SourceNeeds Review