brand-assets
Original:🇺🇸 English
Translated
Generate branded visual assets (OG cards, social images, blog headers) from brand.yaml. Replaces manual image creation with template-driven rendering.
5installs
Sourcephrazzld/claude-config
Added on
NPX Install
npx skill4agent add phrazzld/claude-config brand-assetsTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →/brand-assets
Generate branded visual assets from templates.
What This Does
Renders 1200x630 PNG images using brand tokens from . Templates consume the brand palette, typography, and identity for consistent visuals.
brand.yamlAvailable Templates
| Template | Use Case |
|---|---|
| Blog post OG cards |
| Product announcement cards |
| Version release cards |
| Generic fallback OG card |
| Social media announcements |
| Quote cards for social |
| Blog post hero images |
| Product launch hero images |
Process
- Ensure exists in project root (run
brand.yamlfirst if needed)/brand-compile - Determine which assets are needed from context:
- Blog post → +
og-blogblog-header - Product launch → +
launch-hero+social-announceog-product - Changelog →
og-changelog - General →
og-default
- Blog post →
- Render each asset:
bash
node ~/Development/brand-kit/dist/src/cli.js render og-blog \ --title "Post Title" \ --author "Author Name" \ --date "2026-02-12" \ --out ./public/og-blog.png - For bulk generation:
bash
node ~/Development/brand-kit/dist/src/cli.js render-all --out ./public/brand-assets
Template Options
All templates accept:
- (required)
--title "..." --subtitle "..."--author "..."--date "..."--version "..."- (required)
--out file.png
Context-Aware Generation
When invoked without arguments, infer what's needed:
- If recent shows a version tag → render
git logog-changelog - If a blog post draft exists → render +
og-blogblog-header - If exists → render
product-hunt-kit.md+launch-herosocial-announce - Otherwise → render
og-default
Related Skills
- — Compile brand.yaml to tokens (prerequisite)
/brand-compile - — Legacy card generation (superseded)
/og-card - — AI-generated hero images (complementary)
/og-hero-image - — Full launch asset orchestration
/launch-assets - — 50+ AI models (FLUX Dev, Seedream 4K, Gemini 3 Pro, Reve with text rendering) for non-brand-template image generation
/ai-image-generation