Git
v1.0.0

agentmail — disposable inboxes for agent workflows

by @stevengonsalvez0 pulls
URLopenbooklet.com/s/agentmail-disposable-inboxes-for-agent-workflows
Pinnedopenbooklet.com/s/agentmail-disposable-inboxes-for-agent-workflows@1.0.0
APIGET /api/v1/skills/agentmail-disposable-inboxes-for-agent-workflows

16 skills from this repostevengonsalvez/agents-in-a-box
agentmail — disposable inboxes for agent workflowsviewing
/make-a-goal — autonomous-run mega-prompt buildertoolkit/packages/skills/make-a-goal/SKILL.md
/reflect:cost — Drain spend reportplugins/reflect/skills/cost/SKILL.md

Shows what the reflect background drainer is spending: token volume split into **cached** (cheap reuse), **uncached writes** (expensive cache_creation), and **io** (input+output), plus a ballpark `$est`, grouped by day, outcome, model, or transcript. This is the observability the 2026-05-31 incident

ainb fleet:fleet-needs — workflow-backed cockpitplugins/ainb-fleet/skills/fleet-needs/SKILL.md

The session "face" of the sensor-fusion hybrid. The deterministic brain is the `hangar` workflow (verb=needs); this skill renders its output and handles the irreducibly-interactive last mile (HUD + AskUserQuestion + routing).

ainb fleet:needs — center control panelplugins/ainb-fleet/skills/needs/SKILL.md

Single place to see every claude session that wants your attention. Four signal kinds classified per session, priority ASK > ERR > IDLE > WAIT.

ainb fleet:standupplugins/ainb-fleet/skills/standup/SKILL.md

List every claude session across the host. Three sources merged + deduped by cwd.

ainb-fleet:daemonplugins/ainb-fleet/skills/daemon/SKILL.md

Long-running watcher that scans every claude session every 5s and auto-sends `continue` to any session whose recent tmux pane buffer matches a known API-error regex (rate_limited, overloaded_error, internal_server_error, request_timeout, socket_hang_up, fetch_failed, ECONNRESET). Use this when you want unattended recovery from transient API failures across the fleet.

reflect-statusplugins/reflect/skills/reflect-status/SKILL.md

Show reflection metrics, pending reviews, sidecar coverage, and GraphRAG health. Read-only views into the reflect system state. Can also approve/reject pending low-confidence items.

Reflect: Consolidate — Project Memory Cleanupplugins/reflect/skills/consolidate/SKILL.md

Merge orphaned worktree memory directories for the current project into a single, tidy `.agents/MEMORY.md`. This is a **project-level** operation — it does not touch the global knowledge base.

Reflect: Errors Ackplugins/reflect/skills/errors-ack/SKILL.md

Triages unacknowledged entries in `~/.reflect/errors.json` and acknowledges them (individually or in bulk). The statusline `⚠N /reflect:errors-ack` badge is the entry point — clicking the badge or typing `/reflect:errors-ack` lands here.

reflect:ingestplugins/reflect/skills/ingest/SKILL.md

The global knowledge indexer. Harvests ALL memory sources across all tools (Claude, Codex, Copilot, Gemini) and all project types into the unified GraphRAG + QMD knowledge base. Archives originals, generates entity sidecars, and dual-indexes for future retrieval. This is THE command that makes the knowledge base comprehensive.

reflect:recallplugins/reflect/skills/recall/SKILL.md

Retrieve relevant prior learnings from the global knowledge base. Hybrid vector + graph search over 170+ indexed learnings, reranked by confidence, recency, and tag overlap. Use when starting work, debugging a recurring problem, or before implementing a feature that may have prior art.

swarm-attach-watchdogtoolkit/packages/skills/swarm-attach-watchdog/SKILL.md

Retrofit a watchdog daemon onto an existing v1 swarm (no recreation). Upgrades team.json to v2 schema and spawns the watchdog tmux session.

tmux-messagetoolkit/packages/skills/tmux-message/SKILL.md

Deliver a message to another Claude Code TUI session running in tmux. Use the bundled `scripts/send.sh` — it handles session resolution, pre-flight safety checks, paste-buffer delivery, and post-flight verification.

tmux-ui-tripwireainb-tui/.claude/skills/tmux-ui-tripwire/SKILL.md
tmux-verify.claude/skills/tmux-verify/SKILL.md

Auto-indexed from stevengonsalvez/agents-in-a-box

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0