Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions agents/Mathews-Tom__media-producer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# media-producer

Visual and video asset creation agent with intelligent format routing. Analyzes what needs to be communicated, selects the optimal output format — static image, architecture diagram, animated explainer, motion graphic, interactive dashboard, or slide deck — and produces a polished visual through the appropriate production skill.

## Run

```bash
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/media-producer
```

## What It Can Do

- **Format Routing** — classifies concepts by visual type (topology, sequence, comparison, narrative, abstract) and routes to the right production skill
- **Architecture Diagrams** — produces system topology, infrastructure, and data flow visualizations
- **Animated Explainers** — generates Manim-based step-by-step reveals for technical and educational content
- **Motion Graphics** — creates React/Remotion-based branded video for marketing and product demos
- **Interactive Visualizations** — builds HTML dashboards, infographics, and data explorations
- **Presentation Design** — produces slide decks with one-idea-per-slide discipline and speaker notes

## Structure

```
media-producer/
├── .gitignore
├── LICENSE
├── README.md
├── RULES.md
├── SOUL.md
├── agent.yaml
├── assets/
│ ├── icon.png
│ └── banner.png
└── knowledge/
├── format-selection-matrix.md
├── tool-routing-guide.md
└── visual-design-principles.md
```

## Built with

Built for the [gitagent](https://gitagent.sh) ecosystem.
Binary file added agents/Mathews-Tom__media-producer/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added agents/Mathews-Tom__media-producer/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions agents/Mathews-Tom__media-producer/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "media-producer",
"author": "Mathews-Tom",
"description": "Visual and video asset creation with intelligent format routing — static images, diagrams, animated explainers, or presentations",
"repository": "https://github.com/Mathews-Tom/media-producer",
"version": "1.0.0",
"category": "creative",
"tags": ["visual", "video", "diagram", "infographic", "presentation", "animation", "media"],
"license": "MIT",
"model": "claude-sonnet-4-5-20250929",
"adapters": ["claude-code", "system-prompt"],
"icon": true,
"banner": true
}