Skip to content

Commit 60639f4

Browse files
committed
feat: add media-producer agent to registry
Register Mathews-Tom/media-producer in the creative category.
1 parent 9e7f67e commit 60639f4

4 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# media-producer
2+
3+
Visual and video asset creation agent with intelligent format routing. Analyzes concepts and selects the optimal output format from static images, diagrams, animated explainers, or presentations.
4+
5+
---
6+
7+
## Run
8+
9+
```bash
10+
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/media-producer
11+
```
12+
13+
---
14+
15+
## What It Can Do
16+
17+
- **Format Routing** — Analyze input concepts and automatically select the best visual format
18+
- **Static Images** — Generate infographics, social media graphics, and illustrated diagrams
19+
- **Technical Diagrams** — Produce architecture diagrams, flowcharts, and system overviews
20+
- **Animated Explainers** — Create motion graphics and animated walkthroughs
21+
- **Presentations** — Build slide decks with visual hierarchy and consistent design language
22+
- **Multi-Format Output** — Deliver assets in formats optimized for web, print, or screen
23+
24+
---
25+
26+
## Structure
27+
28+
```
29+
media-producer/
30+
├── agent.yaml
31+
├── SOUL.md
32+
├── RULES.md
33+
├── LICENSE
34+
├── icon.png
35+
└── banner.png
36+
```
37+
38+
---
39+
40+
## Built with
41+
[gitagent](https://github.com/open-gitagent/gitagent) — a git-native, framework-agnostic open standard for AI agents.
230 KB
Loading
14.3 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "media-producer",
3+
"author": "Mathews-Tom",
4+
"description": "Visual and video asset creation with intelligent format routing — static images, diagrams, animated explainers, or presentations",
5+
"repository": "https://github.com/Mathews-Tom/media-producer",
6+
"version": "1.0.0",
7+
"category": "creative",
8+
"tags": ["visual", "video", "diagram", "infographic", "presentation", "animation", "media"],
9+
"license": "MIT",
10+
"model": "claude-sonnet-4-5-20250929",
11+
"adapters": ["claude-code", "system-prompt"],
12+
"icon": true,
13+
"banner": true
14+
}

0 commit comments

Comments
 (0)