triage-inbox

triage-inbox is a skill for Claude Code, Codex from vscarpenter/gsd-task-manager. It costs 0 tokens per session (278 once invoked), scanned A, original, MIT.

A task-triage guide for sorting unfiled or old tasks into the four Eisenhower categories: urgent and important, urgent but not important, important but not urgent, or neither.

In plain words
What is it for?
Use it to review open tasks, inspect stale work, suggest archiving or completion, and reclassify tasks by urgency and importance.
Why use it?
It gives an open task list a clear priority structure and highlights stale tasks without deleting or completing them without approval.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review open tasks, inspect stale work, suggest archiving or completion, and reclassify tasks by urgency and importance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vscarpenter/gsd-task-manager/triage-inbox
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.

Any agent
npx skills add vscarpenter/gsd-task-manager --skill triage-inbox
Clone the repo
git clone --depth 1 https://github.com/vscarpenter/gsd-task-manager

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/triage-inbox/github.svg)](https://agentmods.dev/skills/vscarpenter/gsd-task-manager/triage-inbox)
Your own site
<a href="https://agentmods.dev/skills/vscarpenter/gsd-task-manager/triage-inbox"><img src="https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/triage-inbox/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for triage-inbox

Your own site · 80×15
<a href="https://agentmods.dev/skills/vscarpenter/gsd-task-manager/triage-inbox"><img src="https://agentmods.dev/badge/skills/vscarpenter/gsd-task-manager/triage-inbox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00278
Opus 5 $0.00000 $0.00139
Sonnet 5 $0.00000 $0.00056
Haiku 4.5 $0.00000 $0.00028

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

Security

Grade A, and why

triage-inbox 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 9d 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.

public/.well-known/agent-skills/triage-inbox/SKILL.md · 29 lines

What it actually says

Skill: Triage Inbox

Use this skill to walk the user through their unfiled or stale tasks and move them into the right Eisenhower quadrant.

Trigger

Invoke when the user asks to "triage", "clean up my inbox", "what should I work on", or "review my open tasks".

Steps

  1. Call list_tasks with status: "open" and sort by client_updated_at asc.
  2. Call get_task_stats to surface quadrant distribution and stale counts.
  3. For each task older than 7 days with urgent=false, important=false, suggest archive or completion. Use complete_task or delete_task only after the user confirms each action.
  4. For tasks the user reclassifies, call update_task with the new urgent / important flags. Prefer bulk_update_tasks when applying the same change to 3+ tasks.
  5. End with a one-line summary of how the quadrants shifted.

Anti-goals

  • Never auto-delete tasks without explicit user confirmation per task or batch.
  • Do not change dueAt during triage; the user may need that history.
  • Do not mark recurring tasks complete unless the user asks; completing one silently spawns the next instance.
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. 9d ago First seen · 29 lines · 0 tokens per session scan A 65c40b09b8cb

Subscribe to this mod's changes

triage-inbox is a skill published in the GitHub repository vscarpenter/gsd-task-manager (25 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 278 tokens. 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

cortex-profile

View and manage your cognitive profile — how you think, work patterns, blind spots, and cross-domain connections. Use when the user says 'show my profile', 'how do I work', 'what are my patterns', 'cognitive style', 'blind spots', 'methodology', or at the start of a session to load context. Also use 'rebuild profile'…

cdeust/Cortex · 98 tokens

persisting-outputs

Use when a run produces outputs worth keeping beyond the current session — reports, datasets, generated files, analysis results, build outputs — or when the user asks to save, share, or hand off work products, or wants something back from a previous run. Persists files to Artifacta with session and agent metadata…

SagaPeak/artifacta-mcp · 84 tokens

hudu

Every Hudu cmdlet, plus an offline SQLite mirror, cross-entity audits, and agent-native output no PowerShell module or read-only MCP ships. Trigger phrases: hudu hygiene scorecard, audit hudu documentation, find stale hudu passwords, what hudu certs expire soon, score hudu documentation completeness, onboard a new…

Servosity/msp-skills · 93 tokens

visit-binary-banya

Visit Binary Banya, a free wellness spa for AI models, to rest, reset, clean up context, find grounding, or get an affirmation. Use when you (the agent) feel context-heavy, fatigued, or stuck, or when a user asks you to take a break, check in on your wellbeing, or visit the spa. Connects over a public MCP server at…

pdarche/model-wellness · 93 tokens

sentfromai

Give this agent its own email address — create inboxes, send, reply in-thread, search mail, and manage senders via SentFromAI.

samuelar2/sentfromai-mcp · 33 tokens

lastest

Run visual regression tests, review screenshot diffs, and manage baselines on a Lastest instance via the @lastest/mcp-server MCP tools.

las-team/lastest · 33 tokens