Source profileQuality 91/100

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

brand-identity

Define a brand identity constraint set from a confirmed strategy — colour story, type story, logo direction, imagery direction. Defines the tokens that token emission and asset generation consume.

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

Grounding + Method skill. Turns a confirmed brand strategy into an identity constraint set: colour story, type story, logo direction, imagery direction. It DEFINES tokens and constraints — it does not render marks. Dependency direction: pack-brand (B) exports constraints; pack-a…

Best for

  • After brand-strategy is confirmed (archetype, voice, positioning settled).
  • When deriving the colour story, type story, logo direction, or imagery direction for a project.
  • Before running brand-to-tokens to emit the DTCG token file.

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-identity"
Safe inspection promptEditorial

Inspect the Agent Skill "brand-identity" from https://github.com/event4u-app/agent-config/blob/0adf49a8ae84b0ff6e2de8759eea43257e020eff/src/skills/brand-identity/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. Receive the confirmed strategy — archetype, voice, positioning, and target sector from brand-strategy. Refuse to proceed if strategy is still a draft.

    Receive the confirmed strategy — archetype, voice, positioning, and target sector from brand-strategy. Refuse to proceed if strategy is still a draft.Ground the colour story via the brand corpus:Ground the type story via:
  2. 02

    When to use

    After brand-strategy is confirmed (archetype, voice, positioning settled).

    After brand-strategy is confirmed (archetype, voice, positioning settled).When deriving the colour story, type story, logo direction, or imagery direction for a project.Before running brand-to-tokens to emit the DTCG token file.
  3. 03

    Output format

    1. Colour story — roles (primary, secondary, neutral, accent) with direction (temperature, contrast floor, register), cited from corpus with confidence score. 2. Type story — heading class and body class derived from the archetype pairing-filter; note that concrete tokens come f…

    Colour story — roles (primary, secondary, neutral, accent) with direction (temperature, contrast floor, register), cited from corpus with confidence score.Type story — heading class and body class derived from the archetype pairing-filter; note that concrete tokens come from typography-system, not from this skill.Logo direction — mark style, form language, vector requirement (editable SVG/AI where needed), and any explicit exclusions.
  4. 04

    Do NOT

    Generate the actual marks here — that is logo-generation and brand-asset-generation.

    Generate the actual marks here — that is logo-generation and brand-asset-generation.Invert the dependency direction — generation lives in pack-ai-image (A), not in pack-brand (B).Ship a raster as a final logo where the consumer needs an editable vector mark.
  5. 05

    Gotcha

    Identity DEFINES constraints; generation CONSUMES them. Keep the B-A direction in every handoff note.

    Identity DEFINES constraints; generation CONSUMES them. Keep the B-A direction in every handoff note.A type story is a pairing-filter plus heading/body class labels — the concrete type tokens (scale, weight, line-height) come from typography-system, not from this skill.Vector-vs-raster is a real decision for any mark: confirm with the user before recording the logo direction, because raster is irreversible for downstream editing needs.

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 score91/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-identity/SKILL.md
Commit
0adf49a8ae84b0ff6e2de8759eea43257e020eff
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

brand-identity

Grounding + Method skill. Turns a confirmed brand strategy into an identity constraint set: colour story, type story, logo direction, imagery direction. It DEFINES tokens and constraints — it does not render marks. Dependency direction: pack-brand (B) exports constraints; pack-ai-image (A) consumes them. brand-to-tokens emits the DTCG token file from these constraints. logo-generation and brand-asset-generation generate the actual marks from these constraints. Never invert that direction.

When to use

  • After brand-strategy is confirmed (archetype, voice, positioning settled).
  • When deriving the colour story, type story, logo direction, or imagery direction for a project.
  • Before running brand-to-tokens to emit the DTCG token file.
  • Before handing constraints to logo-generation or brand-asset-generation in pack-ai-image.

Procedure

  1. Receive the confirmed strategy — archetype, voice, positioning, and target sector from brand-strategy. Refuse to proceed if strategy is still a draft.

  2. Ground the colour story via the brand corpus:

./scripts-run <skills-root>/corpus-grounding/scripts/ground search \
  --manifest <skills-root>/brand/data/manifest.json \
  "<archetype + sector>" --domain color --json

Read confidence and evidence_gap from the response. Record both verbatim in the output. Derive colour roles (primary, secondary, neutral, accent) and direction (temperature, contrast ratio floor, emotional register).

  1. Ground the type story via:
./scripts-run <skills-root>/corpus-grounding/scripts/ground search \
  --manifest <skills-root>/brand/data/manifest.json \
  "<archetype + sector>" --domain typography --json

Output is a pairing-filter + heading/body class labels, not concrete tokens. Hand this filter to typography-system for the actual type tokens.

  1. Ground the logo direction via:
./scripts-run <skills-root>/corpus-grounding/scripts/ground search \
  --manifest <skills-root>/brand/data/manifest.json \
  "<archetype + sector>" --domain logo --json

Capture mark style, form language, and vector requirement. Note: any mark that the consumer may need in editable form MUST be specified as editable vector (SVG/AI), not raster.

  1. Derive imagery direction from archetype and sector context: subject matter, mood, composition style, colour treatment, and what to avoid.

  2. Assemble the identity constraint set — the structured seed for downstream skills. Record confidence and evidence_gap verbatim from all three corpus calls.

  3. Human confirms the constraint set before any downstream step runs.

  4. Export — hand off: brand-to-tokens receives the colour + type constraints and emits .tokens.json (DTCG); logo-generation and brand-asset-generation receive the logo direction and imagery direction. Direction of flow: B (pack-brand) -> A (pack-ai-image).

Output format

  1. Colour story — roles (primary, secondary, neutral, accent) with direction (temperature, contrast floor, register), cited from corpus with confidence score.
  2. Type story — heading class and body class derived from the archetype pairing-filter; note that concrete tokens come from typography-system, not from this skill.
  3. Logo direction — mark style, form language, vector requirement (editable SVG/AI where needed), and any explicit exclusions.
  4. Imagery direction — subject matter, mood, composition style, colour treatment, and anti-patterns to avoid.
  5. Confidence + evidence_gap — verbatim from all corpus calls; flag any domain where evidence_gap is high before the human confirmation step.
  6. Handoff note — which constraints go to brand-to-tokens (colour + type) and which go to the generation skills in pack-ai-image (logo direction + imagery direction).

Do NOT

  • Generate the actual marks here — that is logo-generation and brand-asset-generation.
  • Invert the dependency direction — generation lives in pack-ai-image (A), not in pack-brand (B).
  • Ship a raster as a final logo where the consumer needs an editable vector mark.
  • Override an existing set of brand tokens on a live project without explicit user confirmation.

Gotcha

  • Identity DEFINES constraints; generation CONSUMES them. Keep the B->A direction in every handoff note.
  • A type story is a pairing-filter plus heading/body class labels — the concrete type tokens (scale, weight, line-height) come from typography-system, not from this skill.
  • Vector-vs-raster is a real decision for any mark: confirm with the user before recording the logo direction, because raster is irreversible for downstream editing needs.

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

create-skill

Create new marketing skills for the mktg playbook. Use when the agent needs to add a new capability, someone says 'create a skill', 'new skill', 'add a marketing skill', 'extend the playbook', 'I need a skill for X', 'build a skill', 'make a skill for Y', or 'add capability for Z'. Also use when someone wants to capture a marketing workflow they just did into a reusable skill, or when they say 'turn this into a skill'. Reads the skill contract, generates SKILL.md with correct frontmatter and str

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