brand

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

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TarunTeja44/portfolio --skill brand-tarunteja44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand
Source: https://github.com/TarunTeja44/portfolio/tree/main/.agents/skills/brand
Command: npx skills add https://github.com/TarunTeja44/portfolio --skill brand-tarunteja44

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 channels is difficult when guidelines live in scattered documents and assets go unvalidated. This Skill centralizes brand guidelines as a source of truth and automates context injection, asset validation, and design-token synchronization. ## 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. - Asset Validation & Organization: Validate asset filenames, formats, file sizes, and manifest registration against naming conventions, with checklists for approval and consistency audits. - Design Token Sync: Convert brand guideline colors into design-tokens.json and regenerate CSS variables so UI components stay aligned with the brand. - Use Case: After updating brand colors in docs/brand-guidelines.md, run the sync script to propagate the new palette into design tokens and CSS, then validate a new campaign banner against naming and size rules 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 sync brand guidelines to design tokens?

Edit docs/brand-guidelines.md with your colors, then run node scripts/sync-brand-to-tokens.cjs. It parses hex values from the markdown tables, updates assets/design-tokens.json with color scales, and regenerates design-tokens.css variables.

How do I validate a marketing asset against brand guidelines?

Run node scripts/validate-asset.cjs with the asset path. It checks filename convention (type_campaign_description_timestamp), file format, file size limits, and manifest registration, then reports issues and suggestions.

What file format does the brand guidelines source use?

The source of truth is a markdown file at docs/brand-guidelines.md containing structured tables for colors, typography, voice traits, and AI image generation prompts. A starter template is included in the templates directory.

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 suggested magick command or an external multimodal tool to extract image colors, then compare against the palette.

What are the limitations of the asset validation script?

It validates naming, format, file size, and manifest registration but cannot inspect image dimensions or visual content directly. Color compliance of images requires pairing it with the color extraction workflow.