brand

Manage brand voice, visual identity, and asset compliance through scripts and reference frameworks.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill brand-abubakar125-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand
Source: https://github.com/AbuBakar125-co/Resturant_web/tree/main/agent/skills/brand
Command: npx skills add https://github.com/AbuBakar125-co/Resturant_web --skill brand-abubakar125-co

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Keeping brand voice, colors, typography, and marketing assets consistent across content and design work is difficult when guidelines live in scattered documents and are enforced manually. ## Core Features & Use Cases - Brand Context Injection: Extract colors, typography, voice traits, and image-generation style rules from brand-guidelines.md into prompt-ready context or JSON. - Design Token Sync: Convert brand guideline colors into design-tokens.json and generated CSS variables for UI implementation. - Asset Validation & Color Compliance: Check asset filenames, formats, sizes, and manifest registration, and compare extracted image colors against the brand palette. - Use Case: A marketing team updates docs/brand-guidelines.md with a new color theme, runs the sync script to regenerate design tokens, then validates new campaign banners against naming and palette rules before approval. ## Quick Start Ask the assistant to inject the current brand context from docs/brand-guidelines.md and validate a new banner asset against the brand guidelines.

Frequently Asked Questions about brand

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync brand guidelines to design tokens?

Edit docs/brand-guidelines.md with your colors, then run node scripts/sync-brand-to-tokens.cjs. It extracts primary, secondary, and accent hex values, updates assets/design-tokens.json, and regenerates design-tokens.css via the design-system skill's generator.

How do I inject brand context into AI prompts?

Run node scripts/inject-brand-context.cjs to output a formatted brand context block, or add --json for structured data. It parses colors, typography, voice traits, prohibited terms, and image-generation style rules from your brand guidelines markdown.

How do I validate marketing asset filenames and formats?

Run node scripts/validate-asset.cjs <asset-path> to check naming convention (type_campaign_description_YYYYMMDD_variant.ext), file format, size limits, and manifest registration. Use --json for machine-readable results.

Does the color extraction script analyze images directly?

No, extract-colors.cjs parses the brand palette from guidelines and generates an ImageMagick histogram command for the image. You run that command or an image-analysis skill to get dominant colors, then compare them against the palette.

What file structure does brand asset organization require?

Assets live under assets/ grouped by type (banners, logos, videos, designs), with metadata tracked in .assets/manifest.json. Filenames follow the pattern type_campaign_description_timestamp_variant, and each asset should carry status, platform, and content-type tags.