stansfield

Enumerates and deduplicates every agent session across director bus, marvel clusters, and SendMessage.

1|Updated Sep 10, 2026
One-click install
npx skills add https://github.com/ArcavenAE/director --skill stansfield-arcavenae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stansfield
Source: https://github.com/ArcavenAE/director/tree/main/skills/stansfield
Command: npx skills add https://github.com/ArcavenAE/director --skill stansfield-arcavenae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Operators running many agent sessions across multiple machines and harnesses lose track of who is alive, where each session lives, and how to reach it. This Skill performs a full fleet roll call so no session is missed or double-counted. ## Core Features & Use Cases - Three-source enumeration: Queries the director bus roster, every marvel cluster's sessions, and Claude SendMessage ListAgents, since each source sees sessions the others miss. - Identity deduplication: Collapses sessions appearing in multiple sources into one row using agent name, instance ULID, tmux target, or title as match keys. - Reach-method precedence: Records the highest layer that can actually reach each session, from director bus messages down through marvel inject, tmux, and SendMessage. - Extended relay forms: After enumerating, relays a directive such as harvest, prepare-to-shutdown, status update, or liveness check to all live seats and reports message IDs and replies. - Use Case: You ask "stansfield, get updates from everyone" and receive one deduped table of all sessions across hosts with their health, chosen reach layer, and each seat's status reply. ## Quick Start Ask the agent to run a stansfield roll call to enumerate every session across the fleet and report each one's reachability.

Frequently Asked Questions about stansfield

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all running agent sessions across multiple machines?▼

Run a stansfield roll call, which queries three sources: the director bus roster, marvel get sessions for each cluster, and SendMessage ListAgents. The results are deduplicated into one identity per session with its best reach method.

How to send a message to all agent sessions at once?▼

Use the extended stansfield form with a verb, such as a harvest or prepare-to-shutdown directive. After enumerating, the Skill relays the action to each live seat via its highest reach layer and reports message IDs and replies.

Why does the same session appear multiple times in a fleet listing?▼

Sessions are often visible through several discovery methods at once, such as the director bus and marvel. The Skill deduplicates them by matching agent name, instance ULID, tmux target, or title into a single row.

Can I reach a remote agent session on another host?▼

Yes, cross-host sessions are reached through the director global tier using global:// addresses, or via marvel capture and inject with the --cluster flag. A local agent:// address aimed at a remote seat fails silently, so the global form is required.

What happens when a marvel cluster is down during enumeration?▼

A down cluster errors loudly and is reported in the output rather than silently dropped. The roll call table flags down clusters alongside crashed sessions and low-precedence-only seats as housekeeping items.