brand-asset-generation

Solid

Generate brand assets — banners, social cards, CIP elements — with brand-token injection + provider routing. Use when generating a banner / social image / branded asset.

AI & Automation 7 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# brand-asset-generation Generate brand assets (banner, social card, CIP element) via structured prompting, brand-token injection, and provider routing. Rides on the existing pack-ai-image adapters — not a second image-gen stack. ## When to use - User asks to generate a banner, social card, header image, or CIP (corporate identity) element. - Branded asset production where palette, typography, or voice must stay consistent. - When brand tokens are available and should drive the visual output. - When a brief alone (no tokens) still needs a governance-aware image output. ## Procedure 1. **Identify asset type and spec** — determine format (banner, social card, CIP element), output dimensions (e.g. 1200×630 for Open Graph, 1080×1080 for square social), and target channel (web, print, social platform). 2. **Inject brand tokens when present** — if `pack-brand` is installed, load `.tokens.json` (colors, typography, voice). Feed hex values, font names, and tone keywords directly into the prompt. Without tokens, derive palette and type from the brief itself; raw generation works — output is brief-driven, not token-driven. 3. **Route and prompt** — delegate provider selection to [`image-provider-routing`](../image-provider-routing/SKILL.md) (text-in-image → Ideogram, photoreal product shot → Flux, etc.). Author the provider-specific prompt with the asset spec, injected tokens, and any negative constraints. 4. **Dry-run and validate** — invoke the adapter (s...

Details

Author
event4u-app
Repository
event4u-app/agent-config
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category