Source profileQuality 94/100

event4u-app/agent-config/src/skills/brand-asset-generation/SKILL.md

brand-asset-generation

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

Source repository stars
7
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

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.

Best for

  • 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.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/event4u-app/agent-config --skill "src/skills/brand-asset-generation"
Safe inspection promptEditorial

Inspect the Agent Skill "brand-asset-generation" from https://github.com/event4u-app/agent-config/blob/0adf49a8ae84b0ff6e2de8759eea43257e020eff/src/skills/brand-asset-generation/SKILL.md at commit 0adf49a8ae84b0ff6e2de8759eea43257e020eff. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    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 installe…

    Identify asset type and spec — determine format (banner, social card, CIP element),Inject brand tokens when present — if pack-brand is installed, load .tokens.jsonRoute and prompt — delegate provider selection to
  2. 02

    When to use

    User asks to generate a banner, social card, header image, or CIP (corporate identity) element.

    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.
  3. 03

    Output format

    1. Asset spec — type, dimensions, channel, and routing rationale (which provider and why). 2. Prompt — final provider-specific prompt string with injected brand tokens (or brief-derived palette/type if no tokens). Include key params: aspect ratio, style keywords, negative prompt…

    Asset spec — type, dimensions, channel, and routing rationale (which provider and why).Prompt — final provider-specific prompt string with injected brand tokens (or brief-derivedAdapter invocation / dry-run note — the dry-run plan returned by the adapter, or an
  4. 04

    Gotcha

    Without a brand token layer the output is generic — feed the brief's exact palette

    Without a brand token layer the output is generic — feed the brief's exact paletteBrand tokens come from pack-brand (Phase B) — this skill consumes tokens; it doesAdapters are scaffold-tier (dry-run only) — all pack-ai-image adapters are experimental.
  5. 05

    Do NOT

    Do NOT invent brand colors or voice — use tokens from .tokens.json or explicit values

    Do NOT invent brand colors or voice — use tokens from .tokens.json or explicit valuesDo NOT omit the AI-generation disclosure — every delivered asset requires the disclosureDo NOT claim a rendered asset is produced while adapters are scaffold-tier — surface

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score94/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars7SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
event4u-app/agent-config
Skill path
src/skills/brand-asset-generation/SKILL.md
Commit
0adf49a8ae84b0ff6e2de8759eea43257e020eff
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

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 (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 (scaffold-tier; see Gotcha). Confirm the returned dry-run plan matches the spec: dimensions, style intent, brand token usage.
  5. Rights and AI-disclosure governance — run image-likeness-and-rights if the asset depicts a real person or brand mark. Attach the AI-generation disclosure footer per media-governance-routing before delivering output.

Output format

  1. Asset spec — type, dimensions, channel, and routing rationale (which provider and why).
  2. Prompt — final provider-specific prompt string with injected brand tokens (or brief-derived palette/type if no tokens). Include key params: aspect ratio, style keywords, negative prompts.
  3. Adapter invocation / dry-run note — the dry-run plan returned by the adapter, or an explicit note: "adapter is experimental (scaffold-tier) — dry-run plan only; no rendered asset until promotion per provider-lifecycle-discipline."
  4. Governance confirmation — rights check result and AI-disclosure footer.

Gotcha

  • Without a brand token layer the output is generic — feed the brief's exact palette (hex codes) and typography (font names or style descriptors) into the prompt. Vague color terms ("blue", "modern") produce inconsistent results. Brand tokens from pack-brand (Phase B of the brand pipeline) eliminate this gap; until that pack ships, rely on brief-supplied values.
  • Brand tokens come from pack-brand (Phase B) — this skill consumes tokens; it does not author them. If .tokens.json is absent, proceed brief-driven and note the gap.
  • Adapters are scaffold-tier (dry-run only) — all pack-ai-image adapters are experimental. This skill produces a blueprint and dry-run confirmation; actual renders require a maintainer to capture a smoke trace and promote the adapter to stable.

Do NOT

  • Do NOT invent brand colors or voice — use tokens from .tokens.json or explicit values from the brief. Guessing palette values produces off-brand output.
  • Do NOT omit the AI-generation disclosure — every delivered asset requires the disclosure footer per media-governance-routing, regardless of how generic the output appears.
  • Do NOT claim a rendered asset is produced while adapters are scaffold-tier — surface the dry-run caveat explicitly every time.

See also

Alternatives

Compare before choosing

Computed 1007

event4u-app/agent-config

design-intelligence

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.

Computed 9827

MoizIbnYousaf/marketing-cli

higgsfield-generate

Use when the user wants to generate an image or video via Higgsfield AI. Covers 30+ models: Soul V2, Seedance 2.0, Kling 3.0, Veo 3.1, GPT Image 2, Nano Banana 2. Also covers Marketing Studio — branded ad video/image with avatars and products. Use whenever: "generate an image", "make a video", "animate this photo", "image-to-video", "img2vid", "edit this image with AI", "produce a clip", "create an ad", "make a UGC video", "marketing video", "brand video", "TV spot", "import product from URL", "

Computed 9727

MoizIbnYousaf/marketing-cli

creative

Generate visual asset briefs, ad copy variants, AI image prompts, video scripts, and storyboards. Full creative production system with 5 specialized modes: product photos, product video, social graphics, talking heads, and ad creative. Make sure to use this skill whenever the user mentions any visual or creative marketing need — ad creative, image prompts, video scripts, thumbnails, banners, social graphics, product photography, storyboards, or marketing visuals of any kind. Even if they just sa

Computed 9542,015

coreyhaines31/marketingskills

site-architecture

When the user wants to plan, map, or restructure their website's page hierarchy, navigation, URL structure, or internal linking. Also use when the user mentions "sitemap," "site map," "visual sitemap," "site structure," "page hierarchy," "information architecture," "IA," "navigation design," "URL structure," "breadcrumbs," "internal linking strategy," "website planning," "what pages do I need," "how should I organize my site," or "site navigation." Use this whenever someone is planning what page