linear
Installation
SKILL.md
Linear
Use the bundled CLI instead of MCP. It calls Linear's GraphQL API directly and prints JSON for reliable agent consumption.
CLI
Before the first Linear operation in a session, check whether the installed CLI is available:
command -v linear
If found, prefer it for all operations:
linear <command>
Otherwise, fall back to the bundled CLI at scripts/linear.mjs, relative to this SKILL.md. Resolve that path from the loaded skill directory and invoke it with Node: