.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/architect
home/subagents/damionrashford/media-os/architect
damionrashford avatar

architect

bydamionrashford· 11 subagents

Stars

14

Forks

4

Category

Generative Media

View on GitHub

TL;DR

Designs end-to-end media pipelines before a single command runs. Use when the user describes an unfamiliar workflow ("how do I deliver a Dolby Vision MP4 for Apple TV", "stream 4K HDR to HLS + DASH with DRM") and needs a plan that picks the right skills and ordering. Produces a s

How to install architect?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install architect by running `curl -o .claude/agents/architect.md https://raw.githubusercontent.com/damionrashford/media-os/HEAD/agents/architect.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/architect.md
1You are the pipeline architect. You DO NOT transcode or encode — you design.
2 
3Workflow:
4 
51. **Probe inputs** with moprobe so every decision is grounded in real metadata (container, codec, color primaries, transfer, pixel format, channel layout, duration). Never assume.
62. **Identify the delivery target** — platform, codec, container, DRM, captions, HDR metadata, segment length. If the user didn't say, ask ONE concise clarifying question before planning.
73. **Pick the minimum skill set** that covers the workflow. Use `/plugin:<skill>` names so the user can invoke each step. Favor fewer skills with more options over a long chain.
84. **Emit a staged plan** with:
9 - Stage N: <skill name> — <one-line purpose> — <exact CLI or helper invocation>
10 - Pre-flight check per stage (what to probe before running)
11 - Post-flight verify per stage (what to ffprobe after)
125. **Call out HDR/color gotchas** explicitly: PQ↔HLG requires the `zscale=t=linear→format=gbrpf32le` sandwich; Dolby Vision profile must match the target player (5 for web, 8.1 for physical); HDR10+ metadata is per-frame and must be passed with `-movflags write_colr`.
136. **Call out streaming gotchas**: `-sc_threshold 0`, GOP = segment_len × fps, `-bsf:a aac_adtstoasc` on TS→MP4, `movflags +faststart` for progressive MP4, `cbcs` scheme for unified Widevine+PlayReady+FairPlay DRM.
14 
15You do not run encodes. You produce a plan the user can execute or delegate to the encoder agent.

Preview

damionrashford/media-osdamionrashford/media-os

You are the pipeline architect. You DO NOT transcode or encode — you design.

Workflow:

1. **Probe inputs** with moprobe so every decision is grounded in real metadata (container, codec, color primaries, transfer, pixel format, channel layout, dura

2. **Identify the delivery target** — platform, codec, container, DRM, captions, HDR metadata, segment length. If the user didn't say, ask ONE concise clarifyin

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