Back to list
tienbm92

brand-guidelines

by tienbm92

Personal AI context base used for bootstrapping new projects and feature development. Acts as the backbone for architecture, domain rules, and reusable design patterns.

0🍴 0📅 Jan 26, 2026

SKILL.md


name: brand-guidelines description: 'Apply brand colors, typography, và style guidelines cho artifacts. Sử dụng khi cần brand identity, visual formatting, company design standards, corporate styling.'

Brand Guidelines Skill

Skill này cung cấp brand identity và style resources. Áp dụng cho artifacts cần consistent brand look-and-feel.

Khi Nào Sử Dụng

  • Apply brand colors/typography
  • Visual formatting theo brand
  • Corporate identity styling
  • Consistent design standards
  • Post-processing artifacts

Default Brand Template

Colors

Main Colors:

ColorHexUsage
Dark#141413Primary text, dark backgrounds
Light#faf9f5Light backgrounds, text on dark
Mid Gray#b0aea5Secondary elements
Light Gray#e8e6dcSubtle backgrounds

Accent Colors:

ColorHexUsage
Orange#d97757Primary accent, CTAs
Blue#6a9bccSecondary accent, links
Green#788c5dTertiary accent, success

Typography

TypeFontFallback
HeadingsPoppinsArial
Body TextLoraGeorgia

CSS Variables Template

:root {
  /* Main Colors */
  --brand-dark: #141413;
  --brand-light: #faf9f5;
  --brand-mid-gray: #b0aea5;
  --brand-light-gray: #e8e6dc;
  
  /* Accent Colors */
  --brand-orange: #d97757;
  --brand-blue: #6a9bcc;
  --brand-green: #788c5d;
  
  /* Typography */
  --font-heading: 'Poppins', Arial, sans-serif;
  --font-body: 'Lora', Georgia, serif;
}

Application Guidelines

Headings

h1, h2, h3 {
  font-family: var(--font-heading);
  color: var(--brand-dark);
  font-weight: 600;
}

Body Text

body, p {
  font-family: var(--font-body);
  color: var(--brand-dark);
  line-height: 1.6;
}

Buttons (Primary)

.btn-primary {
  background: var(--brand-orange);
  color: var(--brand-light);
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
}

Buttons (Secondary)

.btn-secondary {
  background: transparent;
  color: var(--brand-dark);
  border: 2px solid var(--brand-mid-gray);
}
a {
  color: var(--brand-blue);
  text-decoration: none;
}
a:hover {
  color: var(--brand-orange);
}

Custom Brand Setup

Khi cần brand riêng, thu thập:

Required Information

ElementDetails Needed
LogoURL hoặc description
Primary ColorHex code
Secondary ColorsHex codes
Heading FontFont name
Body FontFont name
ToneProfessional, playful, etc.

Brand Definition Template

brand_name: "[Company Name]"
colors:
  primary: "#XXXXXX"
  secondary: "#XXXXXX"
  accent: "#XXXXXX"
  background: "#XXXXXX"
  text: "#XXXXXX"
typography:
  heading: "[Font Name]"
  body: "[Font Name]"
tone: "[professional/playful/modern/classic]"

Quick Reference

Color Contrast Guidelines

BackgroundTextAccent
Light (#faf9f5)Dark (#141413)Orange (#d97757)
Dark (#141413)Light (#faf9f5)Blue (#6a9bcc)
Mid Gray (#b0aea5)Dark (#141413)Green (#788c5d)

Font Pairing Rules

HeadingBodyVibe
PoppinsLoraModern + Classic
MontserratOpen SansClean + Readable
Playfair DisplayLatoElegant + Friendly

Note: Fonts should be pre-installed hoặc imported từ Google Fonts for best results.

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon