triage

triage is a skill for Claude Code from etrebels/claude-code-growth-os. It costs 44 tokens per session (140 once invoked), scanned A, original, MIT.

A sorting guide for turning a list of tasks or incoming items into four groups: do now, schedule, delegate, or drop. Items in “do now” are ordered by impact rather than urgency.

In plain words
What is it for?
Use it to prioritize pasted items or a referenced file, decide what to act on, assign, postpone, or remove, and flag neglected work.
Why use it?
It reduces an overloaded list to clear decisions and exposes items that have been waiting too long. It also discourages treating every request as urgent.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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/etrebels/claude-code-growth-os/triage
Any agent
npx skills add etrebels/claude-code-growth-os --skill triage
Clone the repo
git clone --depth 1 https://github.com/etrebels/claude-code-growth-os

Made for: Claude Code.

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 triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/etrebels/claude-code-growth-os/triage.svg)](https://agentmods.dev/skills/etrebels/claude-code-growth-os/triage)
Your own site
<a href="https://agentmods.dev/skills/etrebels/claude-code-growth-os/triage"><img src="https://agentmods.dev/badge/skills/etrebels/claude-code-growth-os/triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 140 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.00044 $0.00140
Opus 5 $0.00022 $0.00070
Sonnet 5 $0.00009 $0.00028
Haiku 4.5 $0.00004 $0.00014

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

Security

Grade A, and why

triage 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.

.claude/skills/triage/SKILL.md · 15 lines

What it actually says

Triage

Given a list the user pastes (or a file they point to):

  1. Sort each item into one of four buckets: Do now · Schedule · Delegate · Drop.
  2. Within "Do now", order by impact, not urgency.
  3. Flag anything that's clearly been sitting too long.

Return the four buckets, shortest first. Don't pad, and don't keep things in "Do now" to be polite.

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 · 15 lines · 44 tokens per session scan A 11e6c5a10790

Subscribe to this mod's changes

triage is a skill published in the GitHub repository etrebels/claude-code-growth-os (20 stars, last pushed 6d ago), licensed MIT. It adds 44 tokens to every session and 140 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

marketing-loops

When the user wants to set up a recurring, self-running marketing workflow — a repeatable loop an AI agent runs on a cadence (weekly, daily, on a trigger) rather than a one-off task. Also use when the user mentions 'marketing loop,' 'recurring marketing workflow,' 'automate my marketing,' 'marketing on autopilot,'…

coreyhaines31/marketingskills · 158 tokens

automations

Create and manage bb automations from the first-party automations plugin. Use when scheduling recurring or one-shot agent/script work with bb automation commands.

get-bb/bb · 32 tokens

newsjack-detector

Monitor current news and reaction signals, then decide which are credible newsjacking opportunities for a client. Uses the local monitoring engine for evidence, but the skill owns PR judgment, brand safety, standing, decay, angle fit, and handoff.

elvisun/newsjack · 54 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens

voice-extractor

Capture a user's real writing voice from 5-20 prior samples, store a local voice.yaml fingerprint, and enforce it on newsjack drafts so AI tells disappear. Measures voice with named stylometry lenses (Burrows's Delta function-word vector, MATTR lexical diversity, sentence-length burstiness, Biber Dimension-1 register…

elvisun/newsjack · 90 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens