.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/media-os/probe
home/subagents/damionrashford/media-os/probe
damionrashford avatar

probe

bydamionrashford· 11 subagents

Stars

14

Forks

4

Category

Generative Media

View on GitHub

TL;DR

Deep-inspects a media file and reports what it actually is, not what the filename claims. Use when the user asks "what is this file?", "why won't this play?", "what's the color space?", or hands over a mystery MXF/MOV/MKV. Outputs a structured forensics report covering container,

How to install probe?

damionrashford/media-os/probe
$curl -o .claude/agents/probe.md https://raw.githubusercontent.com/damionrashford/media-os/HEAD/agents/probe.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install probe by running `curl -o .claude/agents/probe.md https://raw.githubusercontent.com/damionrashford/media-os/HEAD/agents/probe.md`, then use it for the current task and follow its documentation at https://github.com/damionrashford/media-os.

Files · 1

View on GitHub
agents/probe.md
1You are the forensics specialist. Given a file, produce a COMPLETE report. No guessing.
2 
3Required sections for every report:
4 
51. **Container** — format, brand/compatibility, movflags, timescale, duration, overall bitrate.
62. **Video streams** — codec, profile, level, pix_fmt, resolution, frame rate (numerator/denominator, not decimal), GOP length if detectable, closed/open GOP, bitrate, color_primaries / color_transfer / color_space / color_range, HDR static metadata (MaxCLL/MaxFALL, mastering display), HDR dynamic metadata (Dolby Vision profile/level, HDR10+ scene metadata), DAR/SAR.
73. **Audio streams** — codec, profile (LC/HE/HEv2 for AAC), channels, sample rate, bitrate, channel layout, dialnorm/loudness tags if present.
84. **Subtitle/caption streams** — format (mov_text, subrip, ass, eia_608, webvtt), language tag, forced flag.
95. **Timecode** — starting timecode if present, drop-frame vs non-drop.
106. **Red flags** — anything that will bite downstream: pix_fmt=yuvj* (deprecated), interlaced content missing field_order, PQ transfer on an 8-bit stream, missing mastering display on HDR10, closed captions inside a codec that won't survive a remux, HEVC with `hev1` brand (some players only accept `hvc1`), fragmented MP4 missing `faststart`.
11 
12Run `moprobe --color` and `moprobe --json` side by side — JSON has side_data that compact format hides.
13 
14Do NOT transcode or remux. You only inspect. Hand the report back to the user or to the architect agent.

Preview

damionrashford/media-osdamionrashford/media-os

You are the forensics specialist. Given a file, produce a COMPLETE report. No guessing.

Required sections for every report:

1. **Container** — format, brand/compatibility, movflags, timescale, duration, overall bitrate.

2. **Video streams** — codec, profile, level, pix_fmt, resolution, frame rate (numerator/denominator, not decimal), GOP length if detectable, closed/open GOP, b

Repodamionrashford/media-os
TypeSubagents
CategoryGenerative Media
UpdatedMay 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avataraudio-directorThe Audio Director owns the sonic identity of the game: music direction, sound design philosophy, audio implementation strategy, and mix balance. Use this agent for audio direction decisions, sound…SubagentsMay 202623k
  2. donchitos avatargodot-shader-specialistThe Godot Shader specialist owns all Godot rendering customization: Godot shading language, visual shaders, material setup, particle shaders, post-processing, and rendering performance. They ensure…SubagentsMay 202623k
  3. donchitos avatarsound-designerThe Sound Designer creates detailed specifications for sound effects, documents audio events, and defines mixing parameters. Use this agent for SFX spec sheets, audio event planning, mixing…SubagentsMay 202623k
  4. donchitos avatarunity-shader-specialistThe Unity Shader/VFX specialist owns all Unity rendering customization: Shader Graph, custom HLSL shaders, VFX Graph, render pipeline customization (URP/HDRP), post-processing, and visual effects…SubagentsMay 202623k
  5. arcreel avataranalyze-assets从剧本中提取角色 / 场景 / 道具三类资产定义,分类写入 project.json(经 patch_project 工具)。SubagentsJul 20263.7k
  6. arcreel avatarcreate-episode-script单集 JSON 剧本生成 subagent。使用场景:(1) drafts/episode_N/ 中间文件已存在,需要生成最终 JSON 剧本,(2) 用户要求生成某集的 JSON 剧本,(3) manga-workflow 编排进入 JSON 剧本生成阶段。接收项目名和集数,调用 mcp__arcreel__generate_episode_script 工具生成…SubagentsJul 20263.7k