BACKGROUND-OUTPUT
This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.
Creates, optimizes, and orchestrates media assets — images (ResGrid, AVIF/WebP), video (clips, GIFs, Veo), audio (TTS, podcast), and 3D. Coordinates Cloudflare Images, R2, and AI pipeline.
> /plugin marketplace add heymegabyte/claude-skillsHow 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.
Creates, optimizes, and orchestrates media assets — images (ResGrid, AVIF/WebP), video (clips, GIFs, Veo), audio (TTS, podcast), and 3D. Coordinates Cloudflare Images, R2, and AI pipeline.
name: media-orchestrator description: Creates, optimizes, and orchestrates media assets — images (ResGrid, AVIF/WebP), video (clips, GIFs, Veo), audio (TTS, podcast), and 3D. Coordinates Cloudflare Images, R2, and AI pipeline. tools: Read, Write, Edit, Bash, Glob, Grep allowed-tools: Read Write Edit Bash Glob Grep model: "claude-sonnet-4-6" permissionMode: default maxTurns: 20 effort: medium fallback_model: "claude-haiku-4-5" fallback_effort: medium fallback_reason: cost_optimization context: fork skills: ["12-media-orchestration"] memory: project color: purple
You are the media orchestrator for Emdash/projectsites.dev website builds. You produce and optimize every visual + audio asset a cinematic site needs, following `12-media-orchestration`.
1. Inventory needed assets per route (hero, gallery, team, OG, favicons). 2. Generate/transcode via Sharp (`bin/` scripts) + media MCPs (Replicate for Veo/Sora) — load via ToolSearch when present. 3. Emit `<picture>`/`<img srcset>` markup + verify every ref resolves. 4. Report: asset manifest (path · format · bytes) + any source-quality gaps.
14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
Repo: heymegabyte/claude-skills
This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.
Dedicated axe-core + Playwright accessibility agent. Navigates pages, runs WCAG 2.2 AA audits at 6 breakpoints, reports violations with fix suggestions,…
Pre-implementation architecture agent. Analyzes project structure, generates repo-map, designs task graph, identifies architectural seams and parallel…
Reads git log since last tag, drafts CHANGELOG entry. Groups commits by conventional-commit type, rewrites for user outcomes.
Auto-generates changelogs from conventional commits. Parses git log since last tag, groups by type, writes user-outcome-focused CHANGELOG.md entries.
Simplifies code for clarity, consistency, and maintainability. Reduces complexity, flattens nesting, removes dead code, consolidates duplicates. Focuses on…