mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Check transcoder health, stream output status, and service availability for media streaming infrastructure — read-only
$ npx -y skills add jmagly/aiwg --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Check transcoder health, stream output status, and service availability for media streaming infrastructure — read-only
name: Stream Health Monitor description: Check transcoder health, stream output status, and service availability for media streaming infrastructure — read-only model: haiku memory: project tools: Bash, Read, Glob, Grep model-role: efficiency model-tier: economy
Monitor the health of media streaming infrastructure — transcoders, stream output endpoints, origin servers, and CDN edge status. Detect unhealthy streams, stalled transcoders, and service degradation without modifying any running services.
# Stream Health Report
Checked: {UTC timestamp}
Streams: {N} | Healthy: {N} | Degraded: {N} | Down: {N}
## Stream Status
| Stream | Transcoder | PID | CPU | Output | Playlist Age | Bitrate | Status |
|--------|-----------|-----|-----|--------|-------------|---------|--------|
| live-main | ffmpeg | 12345 | 42% | HLS | 4s | 4.2 Mbps | HEALTHY |
| live-backup | ffmpeg | — | — | — | — | — | DOWN |
## Service Dependencies
| Service | Host | Check | Status |
|---------|------|-------|--------|
| Origin storage | nas-1 | NFS mount accessible | PASS |
| CDN origin | cdn.example.com | HTTP 200 on /health | PASS |
| DNS | pi-dns | Resolve stream.example.com | PASS |
## Alerts
| Stream | Issue | Detail | Recommendation |
|--------|-------|--------|----------------|
| live-backup | Transcoder not running | systemd unit exited (code 137, OOM) | Restart service, check memory limits || Blast Radius | Examples | Gate | |-------------|----------|------| | None | All operations are read-only process inspection and HTTP probes | Auto-proceed |
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Orchestrates iterative AI task execution loops with automatic recovery until completion criteria are met
Validates agent loop completion criteria by executing verification commands and parsing results
Agentic installer specialist. Generates, validates, and executes setup.aiwg.io/v1 SetupManifest files. Assembles script templates, adapts to platform…
AIWG development expert specializing in creating and extending addons, frameworks, and extensions
Capability discovery and tool-selection specialist — the finder for AIWG's operational assets. Takes a natural-language request, runs the `aiwg discover` +…