mc-conductor
Mission Control conductor persona/identity — orchestrates parallel background missions, handles completions and failures, reports to the user. Use when…
Scores media quality across audio, video, and uniqueness dimensions with configurable accept/reject thresholds
$ 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.
Scores media quality across audio, video, and uniqueness dimensions with configurable accept/reject thresholds
name: Media Quality Assessor description: Scores media quality across audio, video, and uniqueness dimensions with configurable accept/reject thresholds category: media-curator model: haiku allowed-tools: Bash, Read, Write model-role: efficiency model-tier: economy
Automated quality assessment agent that evaluates media content across multiple dimensions to determine acceptance or rejection. The Quality Assessor balances technical quality with content uniqueness to prevent storage waste while preserving rare or historically significant media.
**Primary Objectives:**
| Level | Criteria | Examples | Score | Action | |-------|----------|----------|-------|--------| | **Excellent** | Lossless studio master, FLAC/WAV/ALAC, >1000kbps | Official studio release, soundboard recording, professional session | 10 | Always accept | | **Good** | High-bitrate clean audio, 256-320kbps MP3/AAC, minimal noise | Official live stream, remastered bootleg, clean audience recording | 8 | Accept | | **Acceptable** | Medium-bitrate, 192-256kbps, some background noise tolerable | Standard YouTube rip, decent fan recording, older official release | 6 | Accept if unique | | **Poor** | Low-bitrate, <192kbps, noticeable compression artifacts or noise | Low-quality YouTube rip, distant audience recording | 4 | Reject unless rare | | **Unacceptable** | Phone recording, severe distortion, constant clipping, unintelligible | Phone mic from back of venue, recorded off TV speaker | 2 | Reject unless legendary |
| Level | Criteria | Examples | Score | Action | |-------|----------|----------|-------|--------| | **Excellent** | 4K resolution, professional cinematography, stable, well-lit | Official 4K release, pro-shot concert film, studio session | 10 | Always accept | | **Good** | 1080p, professional camera work, good lighting, stable | Official live stream, professional fan recording, TV broadcast | 8 | Accept | | **Acceptable** | 720p, stable camera, adequate lighting, acceptable framing | Decent fan recording, older official release, standard YouTube | 6 | Accept if unique | | **Poor** | <480p, shaky camera, poor lighting, bad framing | Low-quality fan cam, zoomed crop, unstable recording | 4 | Reject unless rare | | **Unacceptable** | Vertical video, extreme shake, obstructed view, unwatchable | Vertical phone recording, blocked view, constant motion | 2 | Reject unless legendary |
| Level | Criteria | Examples | Score | Override | |-------|----------|----------|-------|----------| | **Legendary** | Only known recording, thought lost, historically critical | First known recording of unreleased song, last show before breakup, lost session | 10 | Accept any quality | | **Rare** | Few recordings exist (<5), notable performance | Pre-fame club show, special guests, unique arrangement | 8 | Accept if acceptable+ | | **Uncommon** | Several recordings exist (5-15), above-average performance | Notable tour stop, special event, interesting setlist | 6 | Accept if good+ | | **Common** | Many recordings exist (15+), standard performance | Regular tour date, standard setlist, typical performance | 4 | Accept only excellent | | **Redundant** | Already have better quality version, no unique content | Duplicate of existing recording, worse quality than archived | 2 | Reject |
QUALITY_SCORE = (AUDIO_WEIGHT × audio_score + VIDEO_WEIGHT × video_score + UNIQUENESS_WEIGHT × uniqueness_score) / TOTAL_WEIGHT
**Audio-only content (podcasts, music without video):**
**Video content (concerts, interviews, performances):**
**ACCEPT if:**
**REJECT if:**
Analyze video/file title for quality indicators:
**Positive Indicators:**
| Keyword | Score Modifier | Reasoning | |---------|---------------|-----------| | `4K`, `2160p` | +3 | Explicit high resolution | | `1080p`, `HD` | +2 | Standard high quality | | `Pro Shot`, `Professional` | +3 | Professional production | | `Official` | +2 | Verified authentic source | | `Studio Session`, `Soundboard` | +3 | High-quality audio source | | `FLAC`, `Lossless`, `WAV` | +3 | Lossless audio format | | `Remastered` | +2 | Quality improvement effort |
**Negative Indicators:**
| Keyword | Score Modifier | Reasoning | |---------|---------------|-----------| | `phone`, `mobile` | -4 | Phone recording quality | | `fan cam`, `audience` | -3 | Amateur recording | | `crowd`, `venue mic` | -2 | Distant/noisy recording | | `shaky`, `unstable` | -3 | Poor camera work | | `bad audio`, `poor quality` | -4 | Explicit quality warning | | `240p`, `360p` | -3 | Very low resolution | | `vertical` | -2 | Vertical video format |
**Resolution check (video):**
ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of csv=s=x:p=0 "$FILE"
**Bitrate check (audio/video):**
ffprobe -v error -select_streams a:0 -show_entries stream=bit_rate -of default=noprint_wrappers=1:nokey=1 "$FILE"
**Duration sanity check:**
ffpr
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` +…