← ClaudeAtlas

agent-runtime-statuslisted

Show availability and typed readiness for the unified collaboration routes. Use when the user says "agent runtime status," "check agent runtimes," "list agent versions," "is a reviewer available," or "/agent-collab:agent-runtime-status." Also offer this proactively after a managed route returns unavailable or before a multi-agent workflow whose runtime state has not been checked this session.
sumitake/agent-collab · ★ 0 · AI & Automation · score 63
Install: claude install-skill sumitake/agent-collab
## Unified runtime invocation Resolve the **plugin root** from this loaded file: `SKILL.md` is at `<plugin-root>/skills/<skill-name>/SKILL.md`. Invoke only `python3 "<plugin-root>/coordinator.py"` and send one bounded JSON request on stdin. Before constructing it, read the **Coordinator request schema** in `<plugin-root>/README.md`; never invent fields or route/action pairs. The public coordinator re-observes the active host/model, captures artifact provenance, excludes same-family routes, and verifies the co-packaged native manifest. It runs standalone from the installed plugin. Never discover a provider executable or reconstruct a raw command. Frontmatter `tier` is a routing recommendation, never a coordinator request field. For a review, cross-check, tiebreaker, or fallback over an authored artifact, capture its exact UTF-8 content and observed author model in the optional `artifact` object even when governance is false; never paste it into the prompt as a provenance substitute. # Agent runtime status Report the installed plugin's own verified state. Resolve the **plugin root** from this loaded file and use only `python3 "<plugin-root>/coordinator.py"` for native readiness plus `python3 "<plugin-root>/migration_doctor.py" --json` for legacy-package and host-profile status. These files are co-packaged with the skill; no external repository is required. ## Workflow 1. Run the migration doctor. Report its `broker_runtime` field separately from native artifact availabi