brand

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

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/Rasslonely/NexusXRP --skill brand-rasslonely
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand
Source: https://github.com/Rasslonely/NexusXRP/tree/main/.agents/skills/brand
Command: npx skills add https://github.com/Rasslonely/NexusXRP --skill brand-rasslonely

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 when guidelines live in scattered documents. This Skill centralizes brand guidelines, extracts brand context for AI prompts, validates assets against naming and format rules, and syncs brand colors into design tokens. ## Core Features & Use Cases - Brand Context Injection: Parse brand-guidelines.md to extract colors, typography, voice traits, and prohibited terms into a prompt-ready context block or JSON. - Asset Validation: Check marketing assets against naming conventions, file size limits, format rules, and manifest registration. - Design Token Sync: Convert brand guideline colors into design-tokens.json and regenerate CSS variables automatically. - Use Case: A marketing team updates their primary color from blue to purple. They edit brand-guidelines.md, run the sync script, and all design tokens and CSS variables update consistently, then validate new campaign banners against the naming convention. ## 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 enforce brand consistency across marketing assets?

Define brand guidelines in a markdown file covering colors, typography, voice, and logo rules, then validate each asset with the validate-asset script. It checks naming conventions, file size, format, and manifest registration against your standards.

How to sync brand colors to design tokens and CSS variables?

Edit the color tables in docs/brand-guidelines.md, then run the sync-brand-to-tokens script. It extracts hex values, generates color scales, updates design-tokens.json, and regenerates design-tokens.css with the new variables.

What file naming convention should marketing assets use?

Use the format type_campaign_description_YYYYMMDD_variant.ext, such as banner_product-launch_hero-image_20251209_16-9.png. Campaign and description must be kebab-case, and the timestamp must be eight digits.

Can I extract brand colors from an image for compliance checking?

Yes, the extract-colors script parses your brand palette from guidelines and generates an ImageMagick command to extract dominant image colors. It then computes compliance by measuring RGB distance between extracted and brand colors.

What contrast ratio is required for brand color accessibility?

Brand guidelines follow WCAG 2.1 standards: normal text requires 4.5:1 contrast for AA compliance, large text requires 3:1, and AAA level requires 7:1 for normal text. Validate all text and background color pairs against these thresholds.