set-copilot: Command for Claude Code

.claude/commands/set/status.md

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

A status command that gathers activity from local and remote coding agents across project worktrees, which are separate working directories for Git branches. It also counts unread team messages.

In plain words
What is it for?
Use it to check active work, find stale agent activity, distinguish local from remote agents, and notice unread messages.
Why use it?
It gives one view of what agents are doing instead of requiring you to inspect each worktree and message location separately.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is tatargabor/set-copilot's own configuration. It tells Claude Code how to work on set-copilot 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-copilot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tatargabor/set-copilot. 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-copilot/master/.claude/commands/set/status.md
Clone the repo
git clone --depth 1 https://github.com/tatargabor/set-copilot

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-copilot/status.svg)](https://agentmods.dev/commands/tatargabor/set-copilot/status)
Your own site
<a href="https://agentmods.dev/commands/tatargabor/set-copilot/status"><img src="https://agentmods.dev/badge/commands/tatargabor/set-copilot/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-06, 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.

.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-copilot (2 stars, last pushed 14d ago), 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-04.