# Render Brief Assets

> Render polished cover and summary-card image assets for the brief package.

- Skill: `understudy-ai/render-brief-assets` (Agent Skill)
- Install (CLI): `npx skillmds@latest add understudy-ai/render-brief-assets`
- Raw SKILL.md: https://api.skillmd.com/api/skills/understudy-ai/render-brief-assets/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: understudy-ai (https://skillmd.com/u/understudy-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/understudy-ai/render-brief-assets

---


# render-brief-assets

## Overall Goal

Render the final visual assets for the brief package from the target context and summary.

## Inputs

- target.json
- summary.json
- brief.md
- highlights.json

## Outputs

- cover.png
- summary-card.png

## Staged Workflow

1. Read the target metadata and summary.
2. Render the cover with the target title and verdict.
3. Render the summary-card image with ratings and highlights.

## Tool Route Options

- shell plus ffmpeg for deterministic rendering

## Detailed GUI Replay Hints

- None. This stage should not depend on GUI state.

## Failure Policy

- If one asset fails, keep the successful asset and surface a recovery note.

