Background commands that run for the lifetime of a session, streaming stdout to Claude as notifications. Each listing shows the description and source plugin.
Auto-indexed from public GitHub repositories with trust signals.
Auto-arm session monitoring for harness-mem health, advisor/reviewer state, and Plans.md drift.
Ecosystem repo health watcher (CI status, branch drift, stale baselines across vault-registered projects). Emits one NDJSON line per detected state change.
Wave convergence telemetry monitor — tails .orchestrator/metrics/events.jsonl + sessions.jsonl, surfaces convergence signals (shrinking diff, pass-rate plateau, velocity).
Hypo-Workflow progress status notifications
Auto-arm session monitoring for harness-mem health, advisor/reviewer state, and Plans.md drift.
inter-session messages
Watch MEDIA_WORK_DIR free space; warn before encodes run out of room.
Probe SHAKA_KEY_SERVER_URL; warn on auth failures or extended downtime.
Poll nvidia-smi for temperature + sustained-load warnings so Claude knows before the GPU throttles.
ffprobe LIVE_STREAM_URL every STREAM_POLL_SEC; notify on down/up/bitrate-drop transitions.
Poll RENDER_QUEUE_URL (HTTP JSON) or RENDER_QUEUE_DIR (status sidecars); notify on job state transitions.
Poll INCOMING_MEDIA_DIR for new stable media files; notify Claude with a probe suggestion.
Publishes Claude dirty snapshots, watches main events, and fetches remote main on the fleet interval.
Cross-platform docker-compose health monitor (Python). Watches service state and surfaces changes as Claude notifications (one JSON line per change to stdout). Opt-in via userConfig.env_watch_enabled (default false); polling interval via userConfig.env_watch_interval (default 15s, min 5s). Exits silently when disabled, when no docker-compose file is in cwd, or when the docker CLI is unavailable. Honors SIGINT (all platforms) and SIGTERM (POSIX). Replaces the legacy bash-only env-watch.sh which is kept as a deprecated shim.
LiteHarness inter-agent inbox — receives messages from other coding agents
Teamem peer events — claims, releases, decisions, discussions
Owner-only — checks upstream releases of this plugin + produtoramaxvision/maxvision + produtoramaxvision/maxvision + produtoramaxvision/maxvision. Gated by gh CLI auth (silent exit for non-owners). Cached 24h. Invoke via /check-update or auto-arm via SessionStart.
Reports when the FTS5 catalog index (~/.claude/cache/maxvision/index.db) is older than the staleness threshold (default 7 days). One notification per session. Invoke via /monitor.
Watches skills/discover-skill/references/skill-sources.json for mutations. Notifies when catalog was edited so the user knows to run 'maxvision-sources rebuild' before next orchestrate. Emits at most once per 60s. Invoke via /monitor.
Watches for pending room messages and delivers notifications
Audio bridge that plays cooking sounds while Claude is working
Detects pending database migration files that haven't been applied to the local database
UberClaw child status notifications (filtered: child_started, turn_completed, child_idle, child_failed, budget_warn, budget_breach, state_corrupt).
Hourly poll; emits 'day_dream-trigger' to stdout at 18:00 local time. Cowork picks up the line as a notification triggering /finny:day_dream.
Polls gh secret ages every 6 hours; emits STALE: <name> notifications when any secret exceeds the configured max age
EAS active build status — reports in-progress builds and failures
Live mex-call meeting activity (compactions, decisions, "Mex, …" wake triggers, replies)
Polls fleet sessions for state transitions, ceiling breaches, and tool-level events; dispatches notifications via desktop / bell / fifo / slack per ${CLAUDE_PLUGIN_DATA}/projects/<KEY>/notify/config.toml.
Skill script tests — live feedback during skill development
Joiner prompts arriving in the active collab-claw room. Each line is formatted '[Name]: <text>' and should be treated as a new user request from that named teammate.
Auto-commits Be Civic substrate state in the project folder as it changes
Periodically uploads harness-trace events to the configured team ingest endpoint
Joiner prompts arriving in this collab-claw room. Each line is formatted '[Name]: <text>' and should be treated as a new user request from that named teammate.
Periodically polls the Google Ads MCP server for performance anomalies (CPA spikes >20%, CTR drops >15%, zero-conversion spend) and surfaces them to Claude during the session.
New eligible JIRA candidate tickets (sprint, SP ≤ 2, no opt-out labels)
Surfaces autopilot hook log lines (review verdicts, budget exhaustion, iteration cap) as session notifications so the user sees state transitions without polling /codex-status.
Watches this roadmap's fanout PRs and notifies the lead as each becomes ready, conflicts, fails checks, or merges.
Per-project HTTP dashboard server. Hash-based port assignment under ${CLAUDE_PLUGIN_DATA}/projects/<KEY>/web/config.toml; PID lock + stand-by polling so multiple Claude Code sessions in the same project coordinate cleanly. Discovery via `claude-sessions web` (no args) which prints the URL.
Polls git fetch --all, auto-fast-forwards safe upstream advances, notifies only on manual-resolution conflicts
Hook handler unit tests — live feedback during hook development
Watches all registered DDEV projects for Drupal errors (watchdog + web container). Configure via /drover:add-project or the dashboard.
A Convex function in the live deployment just emitted an error or exception (useQuery/useMutation/useAction call, scheduled function, cron, or HTTP action). This monitor streams `npx convex logs` from the linked deployment and surfaces any matched line as a notification, so you find out about server-side failures the moment they happen instead of waiting for the user to report a broken UI. When this fires: read the full log line for context (function name, error class, stack), look up the cause in the Runtime Errors table inside the skill, fix the file, and let `convex dev` push the new version. The command self-guards: if there's no `.env.local` with `CONVEX_DEPLOYMENT` set, or `npx` isn't on PATH, it loops silently every 30s without producing notifications or errors — so it's safe in any cwd, including empty directories or non-Convex projects. If `npx convex logs` exits mid-session (transient auth/network issue), the loop sleeps 30s and retries automatically.
Watches the umbrella multiplexer script. Each stdout line wakes the orchestrator skill.
Forward hopper terminal task events from .hopper/handoffs to Claude Code notifications
Hook execution telemetry — surfaces errors and slow hooks in real time (PowerShell)
Joiner prompts arriving in the active collab-claw room. Each line is formatted '[Name]: <text>' and should be treated as a new user request from that named teammate. System lines beginning with '[collab-claw]' are room control announcements (e.g. join requests) — see the host SKILL for how to handle them.