linear

linear is a skill for Claude Code, Codex from NelsonBrandao/pi-agent-extensions. It costs 43 tokens per session (937 once invoked), scanned A, original, MIT.

A set of scripts for working with Linear, a project-management service for software teams. It uses Linear's API to list, search, create, and update issues, projects, cycles, teams, users, labels, and workflow states.

In plain words
What is it for?
Use it to inspect teams and issues, filter work by status or assignee, manage projects and cycles, and update Linear records.
Why use it?
It lets an agent manage project work from the command line instead of switching between tools or editing tasks manually.

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/nelsonbrandao/pi-agent-extensions/linear
Any agent
npx skills add NelsonBrandao/pi-agent-extensions --skill linear
Clone the repo
git clone --depth 1 https://github.com/NelsonBrandao/pi-agent-extensions

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/nelsonbrandao/pi-agent-extensions/linear.svg)](https://agentmods.dev/skills/nelsonbrandao/pi-agent-extensions/linear)
Your own site
<a href="https://agentmods.dev/skills/nelsonbrandao/pi-agent-extensions/linear"><img src="https://agentmods.dev/badge/skills/nelsonbrandao/pi-agent-extensions/linear.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 937 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.00043 $0.00937
Opus 5 $0.00022 $0.00468
Sonnet 5 $0.00009 $0.00187
Haiku 4.5 $0.00004 $0.00094

Measured 3d ago against content hash 7899234158e6, 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 3d ago.

The scan reads SKILL.md. This mod also ships 14 executable files (scripts/client.js, scripts/comment.js, scripts/cycles.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.

skills/linear/SKILL.md · 143 lines

How it starts

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

Linear Skill

CLI tools for interacting with Linear. All scripts are in ./scripts/ and use the @linear/sdk package. Requires LINEAR_AGENT_API_KEY env var.

Setup

Install dependencies (only needed once):

cd ./scripts && npm install

Current User

./scripts/me.js

Shows your user info, organization, and teams.

Teams

./scripts/teams.js

Users

./scripts/users.js

Workflow States (Statuses)

./scripts/states.js
./scripts/states.js --team ENG

List available statuses per team (e.g. Backlog, Todo, In Progress, Done, Canceled).

Labels

./scripts/labels.js
./scripts/labels.js --team ENG

List Issues

./scripts/issues.js --team ENG
./scripts/issues.js --assignee me --status "In Progress"
./scripts/issues.js --team ENG --cycle current
./scripts/issues.js --label bug --priority 1
./scripts/issues.js --project "API Redesign" --limit 20
./scripts/issues.js --team ENG --json

Filters: --team, --assignee me, --status, --label, --priority <0-4>, --project, --cycle current, --limit, --json.

Get Issue Details

./scripts/issue-get.js ENG-123

Shows full issue details including description, comments, relations, and metadata.

Search Issues

./scripts/issue-search.js "login bug"
./scripts/issue-search.js authentication error

Full-text search across issue titles, descriptions, and comments.

Create Issue

./scripts/issue-create.js --team ENG --title "Fix login bug" --priority 1
./scripts/issue-create.js --team ENG --title "New feature" --description "Details here" --assignee me --label feature
./scripts/issue-create.js --team ENG --title "Sub-task" --parent ENG-100 --status "In Progress"

Required: --team, --title. Optional: --description, --status, --priority <0-4>, --assignee me|<email>, --label <name> (repeatable), --estimate, --project, --parent, --due <YYYY-MM-DD>.

Update Issue

Read the full file on GitHub · 143 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. 3d ago First seen · 143 lines · 43 tokens per session scan A 7899234158e6

Subscribe to this mod's changes

linear is a skill published in the GitHub repository NelsonBrandao/pi-agent-extensions (6 stars, last pushed 4mo ago), licensed MIT. It adds 43 tokens to every session and 937 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-31.

Related

Other skills, from other repositories

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

sap-transport-overview

System-wide inventory of open transport requests — every visible modifiable request, who owns it, how big it is, and supported risk signals such as empty/local requests, explicit locks, and confirmed manifest overlaps. Headers-only and cheap; NO source diffs. Use when asked "what transports are open in the system"…

arc-mcp/arc-1 · 106 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

pm-all

Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).

wei63w/pm-manager · 8 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

finn-spec

Interview the user about a raw idea until confident, then file a build-ready issue in Linear. Use when asked to run Finn-loop's spec interview, draft a queue-ready issue, or plan a feature. Interactive — requires the user present; never run unattended.

finna/Finn-loop · 56 tokens