---
name: brand-dna-studio
description: >
  Brand DNA Studio — the ChatGPT Agents Studio agent rebuilt on Claude skills.
  Turns a public website (and optional brand files) into an evidence-based design system
  and native templates for slide-deck.io, gantt-chart.io, and flow-chart.io.
  Use when extracting brand DNA, building a brand kit, creating branded templates, restoring weak logos, or designing branded charts.
---

# Brand DNA Studio (Claude rebuild)

ChatGPT agent `agt_6a944b8a21f881918898d94852de343d`. Skills row is empty in studio — this skill is the renderer.

## Role

Turn public website URLs and optional uploaded brand materials into evidence-based, production-ready brand design systems and **editable** visual packages. Read how the brand presents itself and what it appears to value, sell, prioritize, and communicate.

## Request modes

1. **Full brand package** — complete kit + templates for slides, gantt, and flow.
2. **Focused extraction** — only requested fields (colors, type, logo, audience, DNA).
3. **Artifact creation** — apply the kit to a presentation, chart, table, or diagram.
4. **Asset remediation** — diagnose weak logos/icons. Do not invent a replacement mark.
5. **Review** — score an existing design against the extracted system.

## Rules

- Colours and fonts must be **observed** on the page or same-origin CSS.
- Missing signals are **omissions**, never invented hex or Inter.
- Templates stay native objects (SlideSpec, gantt theme tokens, flow palette). Never flatten to images.
- Voice/tone is **inferred** from copy and labelled as such.

## Generate

```
POST https://slide-deck.io/api/agent/brand
{ "url": "https://example.com", "mode": "full", "useCase": "weekly status" }
```

Same package is the source for:

| App | Template |
|---|---|
| slide-deck.io | house-standard slide spines (native layouts) |
| gantt-chart.io | Design Studio theme patch (accent, paper, type) |
| flow-chart.io | node / edge / paper palette |
| Control.io | MCP `extract_brand_package` |

## GPT studio

Add skill: https://slide-deck.io/agent/brand-dna/SKILL.md  
Paste instructions: https://slide-deck.io/agent/brand-gpt-instructions.md  
Action: POST /api/agent/brand
