linear

linear is a skill for Claude Code, Codex from ethanolivertroy/my-agent-stuff. It costs 31 tokens per session (948 once invoked), scanned A, original, MIT.

A workflow guide for Linear, a tool for tracking issues, projects, work cycles, and team tasks. It explains how to read existing records before creating or changing them.

In plain words
What is it for?
Use it to find and inspect issues, teams, projects, statuses, labels, cycles, documents, and other Linear work data before managing it.
Why use it?
It reduces mistakes such as assigning work to the wrong team, using invalid labels, or changing an issue without enough context.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ethanolivertroy/my-agent-stuff/linear
Any agent
npx skills add ethanolivertroy/my-agent-stuff --skill linear
Clone the repo
git clone --depth 1 https://github.com/ethanolivertroy/my-agent-stuff

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/ethanolivertroy/my-agent-stuff/linear.svg)](https://agentmods.dev/skills/ethanolivertroy/my-agent-stuff/linear)
Your own site
<a href="https://agentmods.dev/skills/ethanolivertroy/my-agent-stuff/linear"><img src="https://agentmods.dev/badge/skills/ethanolivertroy/my-agent-stuff/linear.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 948 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00031 $0.00948
Opus 5 $0.00015 $0.00474
Sonnet 5 $0.00006 $0.00190
Haiku 4.5 $0.00003 $0.00095

Measured 4d ago against content hash 42ec59a84ad4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d ago.

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.

skills/linear/SKILL.md · 99 lines

How it starts

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

Linear

Structured workflow for managing issues, projects, and team workflows in Linear via the Linear MCP server (OAuth-based, remote).

Prerequisites

  • Linear MCP server connected via your MCP integration (OAuth)
  • If any Linear MCP tool call fails, the user may need to reconnect their Linear integration.

Workflow

Follow these steps in order.

Step 1: Clarify Scope

Confirm the user's goal: issue creation, triage, sprint planning, status update, documentation, workload review, etc. Identify team, project, priority, labels, cycle, and due dates as needed.

Step 2: Read First

Always query before mutating. Build context with read operations:

Goal Tool
Find issues list_issues (filter by team, assignee, state, label, project, priority)
My open work list_issues with assignee: "me"
Issue details get_issue with issue identifier (e.g., CON-435)
Team lookup list_teams
Project lookup list_projects, get_project
Available states list_issue_statuses (requires team)
Available labels list_issue_labels (optional team filter)
Cycles list_cycles
Documents list_documents, get_document, search_documentation
Comments list_comments (requires issueId)
Users list_users, get_user
Initiatives list_initiatives, get_initiative
Milestones list_milestones (requires project)
Status updates get_status_updates

Step 3: Create or Update

Use save_issue for both creating and updating:

Creating: title and team are required. Omit id.

save_issue(title: "...", team: "Content", description: "...", priority: 3, labels: ["Bug"])

Updating: Pass id with the issue identifier.

save_issue(id: "CON-435", state: "In Progress", assignee: "me")

Other mutation tools:

  • save_comment - add comments to issues
  • save_project, save_initiative, save_milestone - project management
  • save_status_update - post status updates
  • create_issue_label - create new labels
  • create_document, update_document - Linear docs
  • create_attachment - attach files to issues

Read the full file on GitHub · 99 lines

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. 4d ago First seen · 99 lines · 31 tokens per session scan A 42ec59a84ad4

Subscribe to this mod's changes

linear is a skill published in the GitHub repository ethanolivertroy/my-agent-stuff (11 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 948 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

kanban-video-orchestrator

Plan and run multi-agent video production pipelines.

NousResearch/hermes-agent · 16 tokens

mempalace-task

Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste task for another agent, receive a MemPalace task id, or explicitly launch a supported headless agent in controlled mode.

MemPalace/mempalace · 67 tokens

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens

commitment-setup

One-time setup for the commitments tracking system. Creates workspace structure, schema docs, and installs triage and digest missions. Excluded from activation once projects/commitments/README.md exists in the workspace (the file this skill writes as its first step).

suyoumo/ClawProBench · 58 tokens

linear-tools

Linear project management expert for issues, cycles, projects, and workflow automation.

RightNow-AI/openfang · 17 tokens