linear-extended

Manage Linear project milestones and download issue images via JSON output.

2|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/SaharCarmel/Sahar-claude-code-marketplace --skill linear-extended
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-extended
Source: https://github.com/SaharCarmel/Sahar-claude-code-marketplace/tree/main/plugins/linear-extended/skills/linear-extended
Command: npx skills add https://github.com/SaharCarmel/Sahar-claude-code-marketplace --skill linear-extended

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @linear/sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill helps teams manage Linear project milestones and easily retrieve images from issues, reducing manual juggling between tasks and media assets across project phases.

Core Features & Use Cases

  • Milestone management: list, create, update, and delete milestones for Linear projects.
  • Issue image extraction: download and organize images from issue attachments and descriptions.
  • Project phase templates: quickly scaffold Alpha, Beta, Launch phase milestones.

Quick Start

Use the Linear Extended Skill to manage milestones and fetch images from issues. For example: node milestones-list.js Candlekeep to list milestones, then node issue-images.js CND-121 --output-dir ./linear-images.

Frequently Asked Questions about linear-extended

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate milestone management in Linear projects?

Automate Linear milestone management by using scripts to list, create, update, and delete milestones across Alpha, Beta, and Launch phases. The Skill provides command-line scripts that integrate with Linear's API, requiring OAuth with PKCE device flow or API key authentication for secure access.

Can I download images from Linear issues automatically?

Yes, download images from Linear issues automatically by extracting both attachments and inline images from issue descriptions. The Skill retrieves and organizes these images into a specified output directory, enabling bulk asset collection for external workflows.

What authentication methods does Linear API integration support?

Linear API integration supports OAuth with PKCE device flow for secure browser-based authentication and API key authentication for direct programmatic access. Both methods authenticate requests to the Linear SDK for milestone and issue operations.

How do I integrate Linear milestone and image data into RAG pipelines?

All scripts output JSON-formatted data from milestone operations and image retrieval, which integrates directly into RAG pipelines and other downstream processes. This structured output enables seamless data handoff to analysis and indexing systems.

Can I use phase templates to scaffold milestones for Alpha, Beta, and Launch stages?

Yes, use built-in project phase templates to quickly scaffold milestone structures for Alpha, Beta, and Launch phases. Templates reduce manual setup and ensure consistent phase definitions across Linear projects.