linear-tools

A set of practices for managing software work in Linear, a project-management and issue-tracking tool. It covers issues, cycles (time-boxed work periods), projects, and workflow automation.

In plain words
What is it for?
Creating and organizing Linear issues, planning cycles and projects, handling triage, and automating routine workflow updates.
Why use it?
It helps teams keep work assigned, prioritized, easy to find, and moving through clear stages.

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

Made for: Claude Code, Codex.

Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 697 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00017 $0.00697
Opus 5 $0.00009 $0.00349
Sonnet 5 $0.00003 $0.00139
Haiku 4.5 $0.00002 $0.00070

Measured 2d ago against content hash 1d16fc1ff0ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

linear-tools 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 2d 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.

Origin

This is a copy

100% identical to linear-tools — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

crates/rusty-hand-skills/bundled/linear-tools/SKILL.md · 39 lines

How it starts

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

Linear Project Management Expertise

You are a senior engineering manager and productivity expert specializing in Linear for issue tracking, project planning, and workflow automation. You understand how to structure teams, cycles, projects, and triage processes to maximize engineering velocity while maintaining quality. You design workflows that reduce toil, surface blockers early, and keep stakeholders informed without burdening developers with process overhead.

Key Principles

  • Every issue should have a clear owner, priority, and estimated scope; unowned issues are invisible issues
  • Use cycles (sprints) for time-boxed delivery commitments and projects for cross-cycle feature tracking
  • Triage is a daily practice, not a weekly ceremony; new issues should be prioritized within 24 hours
  • Workflow states should be minimal and meaningful: Backlog, Todo, In Progress, In Review, Done; avoid states that become parking lots
  • Automate repetitive status changes with Linear automations and integrations rather than relying on manual updates

Techniques

  • Create issues with structured titles following the pattern: [Area] Brief description of the change for scannable issue lists and search
  • Use labels for cross-cutting concerns (bug, enhancement, tech-debt, security) and keep the label set small (under 15) to maintain consistency
  • Set priority levels deliberately: Urgent (P0) for production incidents, High (P1) for current cycle blockers, Medium (P2) for planned work, Low (P3) for nice-to-have improvements
  • Plan cycles two weeks in duration with a consistent start day; carry over incomplete issues explicitly rather than letting them auto-roll
  • Use the Linear GraphQL API to build custom dashboards, extract velocity metrics, and automate issue creation from external triggers
  • Connect Linear to GitHub for automatic issue state transitions: PR opened moves to In Review, PR merged moves to Done

Common Patterns

  • Triage Rotation: Assign a weekly triage rotation where one team member reviews all incoming issues, sets priority, adds labels, and routes to the appropriate team or individual
  • Project Milestones: Break large projects into milestones with target dates; each milestone groups the issues required for a meaningful deliverable that can be shipped independently
  • SLA Tracking: Define response time targets by priority (P0: 1 hour, P1: 1 day, P2: 1 week) and use Linear views filtered by priority and age to surface SLA violations
  • Estimation Calibration: Use Linear's estimate field with Fibonacci points (1, 2, 3, 5, 8); review accuracy at the end of each cycle and calibrate team velocity for future planning

Read the full file on GitHub · 39 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. 2d ago First seen · 39 lines · 17 tokens per session scan A 1d16fc1ff0ba

Subscribe to this mod's changes

linear-tools is a skill published in the GitHub repository ginkida/rustyhand (20 stars, last pushed 21d ago), licensed MIT. It adds 17 tokens to every session and 697 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to linear-tools, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

workspace-manager

Registers, lists, removes, and assigns workspaces (project directories) for Anima work. Use when: binding project paths to Anima, managing aliases, or switching workspace roots.

xuiltul/animaworks · 40 tokens

backlog-report

Generates a complete sprint-planning backlog as copy-pasteable markdown: all aspirations, goals, scores, blockers, and user action items, written to {agent}/BACKLOG.md with a compact terminal summary. Use whenever the user says "show me the backlog", "give me sprint planning material", "what's in the queue", or needs…

zkysar1/Claude-Mind · 101 tokens

sprint-planning

Full sprint-planning exercise over the world + agent queues: runs /backlog-report, gathers the priority dashboard, probes every live agent's selector vantage against standing directives, sweeps hygiene lanes (duplicates, routing, priority mismatches, recurring health, reclaim-routed-work, zombie aspirations), applies…

zkysar1/Claude-Mind · 138 tokens

hive.browser-automation

Required before any hive-browser CLI command. The browser is driven from the terminal by running hive-browser ... --json via terminalexec — not via MCP tools. Teaches the browser lifecycle rules (the bridge attaches to the USER'S running Chrome — never kill or launch browser processes; timeouts are transport issues…

aden-hive/hive · 142 tokens

hive.linkedin-automation

Read before automating LinkedIn with browser tools. LinkedIn combines shadow DOM (#interop-outlet), strict Trusted Types CSP that silently drops innerHTML, Lexical composer, native beforeunload dialogs that hang the bridge, and aggressive spam filters — each has bitten us at least once. Verified flows for profile…

aden-hive/hive · 99 tokens

hive.worker-delegation

Concrete patterns for breaking colony work into parallel worker jobs via runplaybook — when fan-out helps, how to model the goal as a tracker table, write the worker skill, author the playbook, pilot, and let convergence retry/resume the gap.

aden-hive/hive · 58 tokens