AgentSkillsCN

brand-guidelines

将品牌色彩、排版和视觉识别应用于制品、文档、演示文稿和网页内容。适用于需要品牌一致性、视觉格式化或公司设计标准时。检...

SKILL.md
--- frontmatter
name: brand-guidelines
description: "Applies brand colors, typography, and visual identity to artifacts, documents, presentations, and web content. Use when brand consistency, visual formatting, or company design standards apply. Chec..."

Brand Guidelines

Overview

Universal brand styling system for digital and print assets. Brand-specific rules are stored in references.

Keywords: branding, visual identity, styling, brand colors, typography, corporate identity, design standards, visual formatting

Usage

  1. Identify which brand applies to the task
  2. Load brand-specific reference from references/brands/[brand-name].md
  3. Apply colors, typography, and rules from that reference
  4. Fall back to generic defaults if no brand reference exists

Available Brand References

  • references/brands/molychile.md — Chilean industrial distributor (UNI-T, CSB, URREA, Energizer)

Generic Defaults (when no brand specified)

Colors

RoleHexUse
Primary#1a1a1aHeaders, primary text
Secondary#4a4a4aBody text
Accent#0066ccLinks, CTAs, highlights
Background#ffffffPage background
Surface#f5f5f5Cards, sections
Border#e0e0e0Dividers, outlines

Typography

ElementFontWeightSize
H1System sans-serif70032px
H2System sans-serif60024px
H3System sans-serif60018px
BodySystem sans-serif40016px
SmallSystem sans-serif40014px

Application Contexts

Documents (docx, pdf)

  • Cover page: Primary color header bar
  • Headers: Primary color, heading font
  • Body: Secondary color, body font
  • Accents: Accent color for highlights, links

Presentations (pptx)

  • Title slides: Primary background, white text
  • Content slides: White background, primary headers
  • Accent elements: Accent color for charts, callouts

Web / HTML

  • Use CSS variables for theming
  • Ensure WCAG AA contrast compliance
  • Apply responsive typography scale

Ecommerce Listings

  • Product titles: Primary color, heading font
  • Descriptions: Secondary color, body font
  • Price: Accent color, bold
  • Badges/CTAs: Accent background, white text

Technical Patterns

CSS Variables Template

css