linear-workspace

linear-workspace is a skill for Claude Code from Elnora-AI/elnora-linear. It costs 126 tokens per session (1,919 once invoked), scanned A, original, Apache-2.0.

A workspace guide for managing Linear, a tool for tracking software issues and project work. It routes tasks such as creating, searching, reviewing, updating, and synchronizing issues to specialized commands or agents.

In plain words
What is it for?
Use it to create or update Linear issues, search or review tickets, edit many issues at once, clean up stale work, or refresh project data.
Why use it?
Issue-management tasks can follow different processes depending on whether you are creating, editing, reviewing, or cleaning up work items. This provides a defined route for each type.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery.

Part of the linear-workspace plugin — 1 skill, 6 commands, 5 agents shipped together

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/elnora-ai/elnora-linear/linear-workspace
Any agent
npx skills add Elnora-AI/elnora-linear --skill linear-workspace
Clone the repo
git clone --depth 1 https://github.com/Elnora-AI/elnora-linear

Made for: Claude Code.

Or install linear-workspace, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 5 agents.

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-workspace

README.md
[![agentmods](https://agentmods.dev/badge/skills/elnora-ai/elnora-linear/linear-workspace.svg)](https://agentmods.dev/skills/elnora-ai/elnora-linear/linear-workspace)
Your own site
<a href="https://agentmods.dev/skills/elnora-ai/elnora-linear/linear-workspace"><img src="https://agentmods.dev/badge/skills/elnora-ai/elnora-linear/linear-workspace.svg" alt="Measured on agentmods" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,919 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.1 $0.00126 $0.01919
Opus 5 $0.00063 $0.00959
Sonnet 5 $0.00025 $0.00384
Haiku 4.5 $0.00013 $0.00192

Measured 6d ago against content hash 9cc0cdf1c620, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

linear-workspace 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 6d 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-workspace/SKILL.md · 114 lines

How it starts

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

Linear Workspace

Router for Linear work. Dispatches to specialized agents or slash commands rather than running things inline.

Dispatch table

Intent Action
Create one issue from a description Agent: linear-issue-creator
Create issues from a URL / article / design Agent: linear-url-to-issues
Review one existing issue (clarity, completeness) Agent: linear-issue-reviewer
Edit one existing issue (state, assignee, comment, close, …) Agent: linear-issue-updater
Search / list issues Slash command: /linear-search
List your own issues Slash command: /linear-my-issues
Apply the same change to many issues Slash command: /linear-bulk
Find + handle stale issues Slash command: /linear-cleanup
Refresh reference data from Linear Slash command: /linear-sync
Run the curator (collect signals from external sources) Slash command: /linear-curator-run

For parallel work (e.g. 5 issues from 5 URLs), dispatch multiple agents in a single message — that's why they exist.

First-run install

  1. /plugin marketplace add Elnora-AI/elnora-linear then /plugin install linear-workspace@elnora-linear
  2. Make sure the elnora-linear CLI is on your PATH: npm install -g @elnora-ai/linear
  3. On your first Linear command, you'll be prompted for your Linear API key (get one at https://linear.app/settings/api). It's saved to ~/.config/elnora-linear/.env (mode 0600).
  4. Populate the reference files: /linear-sync (runs elnora-linear sync all — fetches teams, projects, users, workflows in one batch).

Reference files

The plugin reads user-specific config from ~/.config/elnora-linear/ by default (override via LINEAR_REFERENCES_DIR):

  • teams.json, projects.json, users.json, workflows.json — populated by /linear-sync
  • slack.json, repos.json, signal-sources.json, label-policy.json — populated manually (schemas in schemas/, examples in references/*.example.json)

Read the full file on GitHub · 114 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. 6d ago First seen · 114 lines · 126 tokens per session scan A 9cc0cdf1c620

Subscribe to this mod's changes

linear-workspace is a skill published in the GitHub repository Elnora-AI/elnora-linear (7 stars, last pushed yesterday), licensed Apache-2.0. It adds 126 tokens to every session and 1,919 once invoked, about $0.0006 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.