linear

Installation
SKILL.md

Linear

Use scripts/linear from this skill directory. It is a small, dependency-free wrapper around Linear's public GraphQL API, not an MCP server. Use command-specific --help rather than copying the full command reference into a response.

Setup

  1. Inspect the available command and relevant noun: scripts/linear --help and scripts/linear issue --help.
  2. For a live request, set exactly one credential in the process environment. Use LINEAR_API_KEY for a personal key or LINEAR_ACCESS_TOKEN for OAuth. Never print, persist, or place either in a command transcript.
  3. Begin with bounded discovery. Reads default to --limit 10; the maximum is 100.
  4. Output is always JSON: compact with --json, indented without it. --dry-run makes no network request and previews the operation.

Command Map

Installs
7
GitHub Stars
76
First Seen
Aug 5, 2026
linear — magnus919/agent-skills