Directory / linear (claude-tag-plugins)

linear (claude-tag-plugins)

Strong

Full read/write access to Linear via a single GraphQL shell helper — list, search, create, update, and transition issues without leaving your Claude session.

project-managementlinearapi-integrationdevelopersource:first-party

Verdict

The Linear tag plugin ships a single well-structured skill and one shell helper that handles pagination, output format flags, and JQL-equivalent filtering over Linear's GraphQL API. Credentials are never printed or stored by the script — they are injected by the Claude Code runtime. The SKILL.md is a practical reference document: real curl recipes, GraphQL mutation templates, pagination patterns, and a priority-to-number mapping that saves the user a lookup. Lean and honest about what it covers.

Install

/plugin marketplace add anthropics/claude-tag-plugins
/plugin install linear@claude-tag-plugins

Source: github.com/anthropics/claude-tag-plugins

Audit receipts

Every listing is verified against a specific commit. These are the receipts.

Commit sha84890f26be5a…
Audit date2026-08-03
Install check✓ Pass

Single skill (linear-api) with one Bash helper script. Credentials injected by runtime into AUTH header.

Risk scan✓ Clean

All traffic to api.linear.app/graphql — disclosed and expected. LINEAR_API_KEY read from env and injected into Authorization header by the runtime design. Variable quoting in linear_issues.sh uses jq for JSON construction, preventing injection. LINEAR_BASE_URL env override is a documented enterprise-proxy pattern.

KindCode-backed
Prose lines558
Code lines222
Prose/code ratio2.51
← All listingsListing criteriaGitHub repo ↗