factory-standup

factory-standup is a skill for Claude Code from nonlinear-xyz/factory-kit. It costs 22 tokens per session (584 once invoked), scanned A, original, MIT.

A status view of open Linear tickets, grouped into work in progress, highest priority, and waiting work. Linear is a tool for tracking software tasks.

In plain words
What is it for?
Use it for a short development stand-up: see what is being worked on, what matters most, and what is still waiting.
Why use it?
It gives you the project's current work without requiring you to open Linear and sort through tickets yourself.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the factory-kit plugin — 37 skills, 8 commands, 12 agents, 1 MCP server 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/nonlinear-xyz/factory-kit/factory-standup
Any agent
npx skills add nonlinear-xyz/factory-kit --skill factory-standup
Clone the repo
git clone --depth 1 https://github.com/nonlinear-xyz/factory-kit

Made for: Claude Code.

Or install factory-kit, the plugin that ships this one along with the rest of its 37 skills, 8 commands, 12 agents, 1 MCP server.

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 factory-standup

README.md
[![agentmods](https://agentmods.dev/badge/skills/nonlinear-xyz/factory-kit/factory-standup.svg)](https://agentmods.dev/skills/nonlinear-xyz/factory-kit/factory-standup)
Your own site
<a href="https://agentmods.dev/skills/nonlinear-xyz/factory-kit/factory-standup"><img src="https://agentmods.dev/badge/skills/nonlinear-xyz/factory-kit/factory-standup.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 584 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.00022 $0.00584
Opus 5 $0.00011 $0.00292
Sonnet 5 $0.00004 $0.00117
Haiku 4.5 $0.00002 $0.00058

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

Security

Grade A, and why

factory-standup 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/factory-standup/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.

You're giving the user a dev-standup view of their open Linear work in this project. The goal is to answer "what's in flight, what's the top priority, what's waiting?" without making them open Linear in a browser.

What to do

  1. Read project configuration. Prefer .factory-kit/linear.json. If it is absent, read legacy .claude/linear.json as a migration fallback and tell the user to run the setup-linear workflow to migrate. If neither exists, stop and direct the user to setup-linear.

  2. Resolve scope. Pull teamId from the config. If projectId is present, scope to that project; otherwise stay team-wide.

  3. List open issues through the connected Linear integration:

    • team: <teamId>
    • project: <projectId> (if present in config)
    • state filtered to open states only (exclude Done, Completed, Cancelled, Duplicate)
    • Sort by priority (Urgent → High → Normal → Low), then by updated date desc
  4. Return a tight status (≤ 300 words):

    Project: name + active milestone if present, or just team name if no project scope

    In progress — issues in In Progress (or whatever the team's equivalent active state is). One line per issue: <TEAM-N> — title (assignee if not me).

    In review — issues in In Review. Same format. Surface stale ones (> 3 days).

    Top priority (next up)Urgent and High-priority open issues not yet started. Order by priority then update date. Show 5–8.

    Backlog — count + a sample of 3–5 from Todo/Backlog states, prioritized.

    Blocked (only if any) — issues with open blockedBy. Show what's blocking each.

    One-line recommendation: the single best issue to pick up next, given priority and blockers. Cite the portable entry workflow with <TEAM-N>; in Claude, preserve the compatibility form /entry <TEAM-N>.

Style

Follow factory-voice.md. Tight, glanceable lines — the user is scanning for a decision, not reading a report. Don't reprint full descriptions; titles only. Always cite issue IDs in canonical form (e.g., NON-45). The recommendation at the end is a call, not a suggestion — name the reason in one clause ("highest priority, no blockers" / "in review > 3 days, unblock the reviewer first").

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. 6d ago First seen · 39 lines · 22 tokens per session scan A 6a3da653f322

Subscribe to this mod's changes

factory-standup is a skill published in the GitHub repository nonlinear-xyz/factory-kit (9 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 584 once invoked, about $0.0001 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