set-core: Command for Claude Code

.claude/commands/set/status.md

status is a command for Claude Code from tatargabor/set-core. It costs 0 tokens per session (519 once invoked), scanned A, original, MIT.

A command that gathers and displays what local and remote coding agents are working on across projects and worktrees.

In plain words
What is it for?
Use it to see agent locations, current skills or tasks, recent updates, remote activity, and pending team messages.
Why use it?
It replaces checking each worktree and team status separately and highlights stale activity and unread messages.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is tatargabor/set-core's own configuration. It tells Claude Code how to work on set-core itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything set-core configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tatargabor/set-core. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tatargabor/set-core/main/.claude/commands/set/status.md
Clone the repo
git clone --depth 1 https://github.com/tatargabor/set-core

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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/tatargabor/set-core/status.svg)](https://agentmods.dev/commands/tatargabor/set-core/status)
Your own site
<a href="https://agentmods.dev/commands/tatargabor/set-core/status"><img src="https://agentmods.dev/badge/commands/tatargabor/set-core/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 519 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.
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.00519
Opus 5 $0.00000 $0.00260
Sonnet 5 $0.00000 $0.00104
Haiku 4.5 $0.00000 $0.00052

Measured yesterday against content hash f5323f8633ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

status 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 yesterday.

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

Copies of this mod

1 near-identical copy found in the catalogue:

  • status — 100% identical, 0 lines differ
.claude/commands/set/status.md · 55 lines

What it actually says

Show what all agents are currently working on.

Usage: /set:status

What to do:

  1. Gather local activity — Read .wt/activity.json from all worktrees across all projects:

    • Get projects from ~/.config/set-core/projects.json
    • For each project, run git worktree list --porcelain to find all worktree paths
    • Read .wt/activity.json from each worktree (if it exists)
    • These are LOCAL agents (same machine), no "(remote)" tag
  2. Gather remote activity — Read team cache from ~/.cache/set-core/team_status.json:

    • Parse members array
    • Skip members whose name matches the local machine's member name (to avoid duplicates)
    • These are REMOTE agents, tag with "(remote)"
  3. Check for unread messages — Read local outbox files from .set-control/chat/outbox/:

    • Count messages addressed to the current member that are newer than the last read timestamp
    • If unread messages exist, show count and suggest /set:inbox
  4. Display consolidated view:

AGENT ACTIVITY

  /path/to/worktree-A (project-name)
    Skill: wt:loop add-oauth
    Broadcast: "Adding Google OAuth provider"
    Updated: 2 min ago

  /path/to/worktree-B (project-name) (stale)
    Skill: wt:status
    Updated: 15 min ago

  peter@laptop (remote)
    Skill: wt:loop fix-bug
    Broadcast: "Fixing payment checkout"
    Updated: 1 min ago

  3 unread messages — run /set:inbox to read them
  1. Stale detection: If updated_at is older than 5 minutes, show "(stale)" next to the entry

  2. Empty state: If no activity files exist anywhere and no remote activity, output: "No active agents found"

  3. Relative timestamps: Convert updated_at to relative format:

    • < 60s: "just now"
    • < 60m: "N min ago"
    • < 24h: "N hours ago"
    • else: the raw timestamp

Use the MCP tool get_activity() (from the set-core MCP server) for local activity if available. Otherwise fall back to direct file reads.

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. yesterday First seen · 55 lines · 0 tokens per session scan A f5323f8633ba

Subscribe to this mod's changes

status is a command published in the GitHub repository tatargabor/set-core (35 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 519 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-09-06.