brand

Manage brand voice, visual identity, and asset compliance with validation scripts and design token sync.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Maintaining consistent brand voice, colors, typography, and asset standards across marketing content is error-prone and manual, leading to off-brand materials and fragmented design systems. ## Core Features & Use Cases - Brand Context Injection: Extract colors, typography, voice traits, and image-generation prompts from brand-guidelines.md into a formatted prompt or JSON for AI content workflows. - Design Token Sync: Automatically propagate brand colors from guidelines into design-tokens.json and design-tokens.css, keeping code and documentation aligned. - Asset Validation: Check marketing assets against naming conventions, file size limits, format rules, and manifest registration. - Use Case: A marketing team updates their primary color in brand-guidelines.md, runs the sync script to regenerate CSS variables, then validates a new campaign banner before approval. ## Quick Start Ask the AI to inject the current brand context from docs/brand-guidelines.md and review a marketing asset for brand compliance.

Frequently Asked Questions about brand

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

FAQPage Schema
How do I keep brand colors in sync between documentation and CSS?

Edit docs/brand-guidelines.md with the new colors, then run sync-brand-to-tokens.cjs. It parses the markdown tables, updates design-tokens.json with generated color scales, and regenerates design-tokens.css with the corresponding CSS variables.

How do I validate a marketing asset against brand guidelines?

Run validate-asset.cjs with the asset path to check filename convention, file format, size limits, and manifest registration. For color compliance, use extract-colors.cjs to compare image colors against the brand palette.

How do I inject brand voice into AI-generated content?

Run inject-brand-context.cjs to parse brand-guidelines.md and output a formatted prompt block containing colors, typography, voice traits, prohibited terms, and image style keywords. Use the --json flag for structured output.

Does the color extraction script analyze images directly?

No, extract-colors.cjs parses brand palettes from markdown and generates an ImageMagick histogram command for image analysis. You run the magick command separately, then compare extracted hex values against the brand palette.

What file naming convention does asset validation enforce?

Assets must follow the pattern {type}_{campaign}_{description}_{YYYYMMDD}_{variant}.{ext}, all lowercase with kebab-case segments. Valid types include banner, logo, design, video, infographic, icon, and photo.