brandbook-site-refresh

Translate brand guides into website design tokens, assets, and UI updates.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/TECH-HY/SKILLS --skill brandbook-site-refresh-tech-hy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brandbook-site-refresh
Source: https://github.com/TECH-HY/SKILLS/tree/main/skills/brandbook-site-refresh
Command: npx skills add https://github.com/TECH-HY/SKILLS --skill brandbook-site-refresh-tech-hy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Applying a brand book or visual identity guide to an existing website often leads to inconsistent colors, one-off hex values, and leaked private source files. This Skill turns raw brand materials into distilled, repo-safe rules and applies them systematically to frontend code. ## Core Features & Use Cases - Brand Distillation: Extract approved logos, color values, typography rules, and prohibited treatments from brand guides into a compact working note. - Token Translation: Map brand decisions into CSS variables, theme tokens, shared panel styles, and interactive states. - Repo-Safe Asset Handling: Check in web-ready derivatives like SVG logos and favicons while keeping private source packages out of the repository. - Use Case: A team receives an official logo package and style guide and needs their dashboard updated with matching favicons, section headers, and accent colors without exposing confidential brand source folders. ## Quick Start Use the brandbook-site-refresh skill to apply the attached brand guide to this website, creating design tokens and checked-in logo assets.

Frequently Asked Questions about brandbook-site-refresh

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

FAQPage Schema
How do I apply a brand guide to an existing website?

Distill the brand guide into approved logo variants, color tokens, typography rules, and prohibited treatments first. Then translate those rules into CSS variables, shared component styles, and checked-in assets before updating individual pages.

How to convert brand colors into CSS design tokens?

Map brand colors into CSS variables or theme tokens, keeping the neutral surface system separate from the accent system. Use the accent mainly for active states, focus indicators, and selected elements rather than flooding every surface.

Can I commit brand source files to a public repository?

No, raw brand packages often contain contracts, drafts, or other private materials. Check in only web-ready derivatives such as SVG logos, favicons, and optimized raster exports, and document the distilled rules in a repo-safe note.

What should I do when the official brand typeface is unavailable on the web?

Note the fallback typeface explicitly instead of approximating or recreating the logotype. Never redraw or rebuild official logo artwork when approved artwork already exists.

When should I not use this brand implementation approach?

This approach is not for raw logo creation, illustration work, or speculative rebranding. It assumes an approved brand guide or logo package already exists and the goal is aligning an existing site with it.