Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nextlevelbuilder avatar

Brand

  • 11.6k installs
  • 111k repo stars
  • Updated July 27, 2026
  • nextlevelbuilder/ui-ux-pro-max-skill

The brand skill manages brand voice, visual identity, messaging frameworks, asset management, and consistency with scripts that sync guidelines to design tokens.

About

The brand skill from ui-ux-pro-max-skill covers brand identity, voice, messaging, asset organization, and consistency frameworks for agent workflows. Activate it for brand voice definition, visual identity standards, messaging frameworks, consistency audits, asset naming approval, and color or typography specifications. Quick start runs Node scripts: inject-brand-context.cjs extracts prompt context, validate-asset.cjs checks naming size and format, extract-colors.cjs compares palettes, and sync-brand-to-tokens.cjs syncs docs/brand-guidelines.md into assets/design-tokens.json and design-tokens.css. The brand sync workflow edits brand-guidelines.md, syncs tokens, then verifies output with inject-brand-context.cjs --json. Subcommands parse the first argument and load references for voice, visual identity, messaging, consistency checklists, logo usage, typography, and approval workflows. A starter template scaffolds new brands. Use when producing branded content, tone-of-voice guidance, marketing assets, brand compliance reviews, or style guide maintenance.

  • Syncs docs/brand-guidelines.md to design-tokens.json and CSS variables.
  • inject-brand-context.cjs exports brand context for prompt injection.
  • validate-asset.cjs checks asset naming, size, and format rules.
  • extract-colors.cjs compares images against the defined palette.
  • References cover voice, messaging, logo usage, and approval checklists.

Brand by the numbers

  • 11,593 all-time installs (skills.sh)
  • +2,763 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #55 of 1,896 Design & UI/UX skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

brand capabilities & compatibility

Capabilities
brand guidelines to design token sync workflow · prompt brand context extraction via inject brand · asset validation for naming size and format · color palette extraction and comparison · reference routing for voice messaging and logo u
Use cases
ui design · copywriting · marketing
Runs
Runs locally
Pricing
Free
From the docs

What brand says it does

Brand voice, visual identity, messaging frameworks, asset management, brand consistency.
SKILL.md
node scripts/sync-brand-to-tokens.cjs
SKILL.md
npx skills add https://github.com/nextlevelbuilder/ui-ux-pro-max-skill --skill brand

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs11.6k
repo stars111k
Security audit3 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorynextlevelbuilder/ui-ux-pro-max-skill

How do I keep brand voice, colors, typography, and marketing assets consistent across agent-generated content and design files?

Define brand voice, visual identity, and design tokens with scripts that sync guidelines into CSS variables and validate marketing assets.

Who is it for?

Teams maintaining style guides, design tokens, and branded marketing assets inside the ui-ux-pro-max-skill workflow.

Skip if: One-off logo design without documented guidelines or projects without brand-guidelines.md and token files.

When should I use this skill?

User requests branded content, tone of voice, marketing assets, brand compliance, style guides, or runs /brand update, review, or create.

What you get

Updated brand-guidelines.md synced to design-tokens.json and design-tokens.css with validated assets and injectable brand context for prompts.

  • Brand guideline document
  • Synced design-tokens.json
  • Validated brand-compliant assets

By the numbers

  • 10 reference guides for voice, identity, messaging, and asset governance
  • 4 Node scripts: inject-brand-context, sync-brand-to-tokens, validate-asset, extract-colors
  • Syncs 3 files: brand-guidelines.md, design-tokens.json, design-tokens.css

Files

SKILL.mdMarkdownGitHub ↗

Brand

Brand identity, voice, messaging, asset management, and consistency frameworks.

When to Use

  • Brand voice definition and content tone guidance
  • Visual identity standards and style guide development
  • Messaging framework creation
  • Brand consistency review and audit
  • Asset organization, naming, and approval
  • Color palette management and typography specs

Quick Start

Inject brand context into prompts:

node scripts/inject-brand-context.cjs
node scripts/inject-brand-context.cjs --json

Validate an asset:

node scripts/validate-asset.cjs <asset-path>

Extract/compare colors:

node scripts/extract-colors.cjs --palette
node scripts/extract-colors.cjs <image-path>

Brand Sync Workflow

# 1. Edit docs/brand-guidelines.md (or use /brand update)
# 2. Sync to design tokens
node scripts/sync-brand-to-tokens.cjs
# 3. Verify
node scripts/inject-brand-context.cjs --json | head -20

Files synced:

  • docs/brand-guidelines.md → Source of truth
  • assets/design-tokens.json → Token definitions
  • assets/design-tokens.css → CSS variables

Subcommands

SubcommandDescriptionReference
updateUpdate brand identity and sync to all design systemsreferences/update.md

References

TopicFile
Voice Frameworkreferences/voice-framework.md
Visual Identityreferences/visual-identity.md
Messagingreferences/messaging-framework.md
Consistencyreferences/consistency-checklist.md
Guidelines Templatereferences/brand-guideline-template.md
Asset Organizationreferences/asset-organization.md
Color Managementreferences/color-palette-management.md
Typographyreferences/typography-specifications.md
Logo Usagereferences/logo-usage-rules.md
Approval Checklistreferences/approval-checklist.md

Scripts

ScriptPurpose
scripts/inject-brand-context.cjsExtract brand context for prompt injection
scripts/sync-brand-to-tokens.cjsSync brand-guidelines.md → design-tokens.json/css
scripts/validate-asset.cjsValidate asset naming, size, format
scripts/extract-colors.cjsExtract and compare colors against palette

Templates

TemplatePurpose
templates/brand-guidelines-starter.mdComplete starter template for new brands

Routing

1. Parse subcommand from $ARGUMENTS (first word) 2. Load corresponding references/{subcommand}.md 3. Execute with remaining arguments

Related skills

How it compares

Pick brand before design-system when the task is voice and identity definition; pick design-system for token architecture after brand source docs exist.

FAQ

What files does the brand sync workflow update?

It treats docs/brand-guidelines.md as source of truth and syncs into assets/design-tokens.json and assets/design-tokens.css via sync-brand-to-tokens.cjs.

How do I inject brand context into prompts?

Run node scripts/inject-brand-context.cjs or add --json for structured output before generating branded content.

What subcommands does brand support?

It parses the first word of arguments as a subcommand such as update, then loads the matching references file and runs with remaining args.

Is Brand safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Design & UI/UXbrandingui

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.