linear

Manage Linear issues, projects, and cycles from a CLI with local context persistence.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/willmarple/linear-skill --skill linear-willmarple
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/willmarple/linear-skill/tree/main
Command: npx skills add https://github.com/willmarple/linear-skill --skill linear-willmarple

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Linear issues, projects, and cycles from a CLI with persistent session memory to maintain context across conversations.

Core Features & Use Cases

  • Read, create, update, and search Linear items from the command line with context persistence
  • Maintain focus tickets and session summaries to smooth multi-session work
  • Seamlessly initialize configuration and cache data for faster responses

Quick Start

Install dependencies, configure your environment, and run the CLI to start using the Linear skill.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I manage Linear issues across multiple CLI sessions without losing context?

You can manage Linear issues across CLI sessions by using a local cache and session memory to persist focus tickets and summaries. This allows you to create, update, and search Linear projects while maintaining workflow context between conversations.

What is the best way to create and update Linear cycles from the command line?

The best way to create and update Linear cycles from the command line is by using a CLI-based skill that resolves team and project IDs via the Linear SDK. It initializes configuration locally to execute workflow management commands.

Do I need the Linear SDK to search for issues and manage workflow states locally?

Yes, you need the Linear SDK to resolve team, project, state, and user IDs for issue searching and workflow management. The skill uses this SDK alongside a local cache to handle configuration and provide robust error handling.

How does local caching work for Linear issue management in a CLI environment?

Local caching for Linear issue management works by storing configuration data and session summaries locally to speed up responses. It resolves necessary team and user IDs through the Linear SDK, ensuring context persists across multiple CLI interactions.

Can I initialize Linear configuration and search projects without leaving the command line?

Yes, you can initialize configuration and search Linear projects directly from the command line. The skill seamlessly sets up your environment, caches data locally for faster responses, and handles errors robustly during issue management tasks.