linear

linear is a skill for Claude Code, Codex from eric861129/SKILLS_All-in-one. It costs 37 tokens per session (880 once invoked), scanned A, original, MIT.

A command-line tool for working with Linear, a service teams use to track software issues and projects. It can access issues, users, teams, and projects.

In plain words
What is it for?
Listing issues by team, assignee, or status, and viewing, creating, updating, commenting on, or deleting issues.
Why use it?
It lets a coding agent manage issue-tracking work from the terminal instead of requiring separate manual steps in Linear.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Listing issues by team, assignee, or status, and viewing, creating, updating, commenting on, or deleting issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eric861129/skills_all-in-one/linear-cli-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add eric861129/SKILLS_All-in-one --skill linear-cli-skill
Clone the repo
git clone --depth 1 https://github.com/eric861129/SKILLS_All-in-one

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for linear

README.md
[![agentmods](https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/linear-cli-skill.svg)](https://agentmods.dev/skills/eric861129/skills_all-in-one/linear-cli-skill)
Your own site
<a href="https://agentmods.dev/skills/eric861129/skills_all-in-one/linear-cli-skill"><img src="https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/linear-cli-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 880 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00880
Opus 5 $0.00018 $0.00440
Sonnet 5 $0.00007 $0.00176
Haiku 4.5 $0.00004 $0.00088

Measured 8d ago against content hash 25f3f07a33fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

linear scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/linear-cli.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

public/SKILLS/Collaboration & Project Management/linear-cli-skill/SKILL.md · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Linear Issue Management

Use this skill whenever the user mentions Linear or asks to work with issues.

Lightweight CLI to interact with Linear's issue tracking system. All commands run from the skill directory using ./linear.

Setup

Dependencies install automatically on first run. API key errors are self-explanatory.

Command Pattern

./linear <resource> <action> [arguments] [options]

Resources: issue, user, team, project

Commands

List Users

./linear user list

Returns: #<user-id> <name> <email>

List Teams

./linear team list

Returns: #<team-id> <name> <key>

List Projects

./linear project list

Returns: #<project-id> <name> <state>

List Issues

./linear issue list [options]

Options:

  • --team <id> - Filter by team ID
  • --assignee <id> - Filter by user ID
  • --status <name> - Filter by status name (case-sensitive)
  • --limit <n> - Limit results (default: 50)

Returns: #<identifier> <title> <status> <assignee>

Examples:

./linear issue list --team abc123 --limit 10
./linear issue list --assignee def456 --status "In Progress"

View Issue

./linear issue view <id-or-key>

Arguments:

  • <id-or-key> - Issue identifier (e.g., ENG-123) or UUID

Returns full issue details including title, status, assignee, team, priority, labels, dates, description, and comments.

Create Issue

./linear issue create <title> [options]

Arguments:

  • <title> - Issue title (multi-word titles auto-combined)

Options:

  • --team <id> - Team ID (required)
  • --description <text> - Issue description
  • --assignee <id> - User ID
  • --priority <n> - Priority (0=None, 1=Urgent, 2=High, 3=Medium, 4=Low)
  • --status <name> - Initial status

Example:

./linear issue create "Fix login bug" --team abc123 --priority 2

Add Comment

./linear issue comment <id-or-key> <text>

Multi-word text auto-combined. No quotes needed.

Read the full file on GitHub · 129 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 129 lines · 37 tokens per session scan A 25f3f07a33fa

Subscribe to this mod's changes

linear is a skill published in the GitHub repository eric861129/SKILLS_All-in-one (52 stars, last pushed 4mo ago), licensed MIT. It adds 37 tokens to every session and 880 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cross-campaign

Discover and reference other camps, projects, and files across camp boundaries. Use when the user mentions another camp or campaign by name, references work done "in another project/camp", or needs to find/copy/compare code across camps.

Obedience-Corp/festival · 52 tokens

fest-execution

Execute active festival tasks. Use when finding the next task, marking tasks completed/blocked/reset, committing with festival traceability, advancing workflow steps, and validating sequence progress.

Obedience-Corp/festival · 38 tokens

fest-planning

Plan and scaffold festivals. Use when creating festival/phase/sequence/task structure, enforcing naming rules, linking festivals to projects, and promoting lifecycle states.

Obedience-Corp/festival · 34 tokens

camp-workitems

Find, filter, choose, create, or adopt camp work items with camp workitem, camp wi, or camp workitems. Use when a user wants current active work across intents, designs, explore notes, festivals, or tracked workflow directories; when agents need safe camp workitem --json output; or when creating/adopting tracked…

Obedience-Corp/festival · 79 tokens

camp-projects

Manage a camp's projects. Use when committing inside projects/, deciding status/pull/push scope (root vs submodule vs all), or creating/removing project worktrees.

Obedience-Corp/festival · 41 tokens

speckit-companion-mark-complete

../../../.specify/extensions/companion/.specify-dev/agent-commands/claude/speckit-companion-mark-complete/SKILL.md.

alfredoperez/speckit-companion · 0 tokens