linear-manager

Official

Create and manage Linear issues from Claude.

Authorcncorp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides direct GraphQL-based integration with Linear to create, update, search, and comment on Linear issues without relying on an MCP server.

Core Features & Use Cases

  • Create issues: quickly create Linear issues from Claude commands.
  • Update and search: fetch issue details and modify properties.
  • Comments & linking: add comments and link references to code.
  • Team discovery: list teams and fetch IDs for creating issues.

Quick Start

  1. Get a Linear API key from https://linear.app/settings/api and configure LINEAR_API_KEY in arsenal/.env
  2. Install dependencies: pip install -r requirements.txt
  3. Use the helper scripts in .claude/skills/linear-manager/scripts to manage issues, e.g. get_teams.sh, create_issue.sh, etc.

Dependency Matrix

Required Modules

requests

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: linear-manager
Download link: https://github.com/cncorp/arsenal/archive/main.zip#linear-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository