Loading...
Loading...
Apply Baufest brand identity — colors, typography, and voice — to any deliverable. Use this skill when styling documents, decks, emails, or any content that should look and sound like Baufest. Triggers for: brand colors, brand guidelines, Baufest styling, corporate identity, deck formatting, look-and-feel, brand voice, visual identity, branded output, magenta and green palette. Also use when generating CSS, design tokens, or theme configuration for Baufest-branded applications. Do NOT use for logo file requests (those require asset management) or for non-Baufest client branding.
npx skill4agent add baufest/skills baufest-brand| Role | Name | Hex | RGB | Usage |
|---|---|---|---|---|
| Primary | Black | | 0, 0, 0 | Backgrounds, primary text, headers |
| Accent 1 | Magenta | | 255, 2, 173 | CTAs, highlights, key data points, links |
| Accent 2 | Neon Green | | 175, 255, 0 | Secondary highlights, success states, badges |
| Neutral | White | | 255, 255, 255 | Backgrounds, body text on dark |
| Name | Hex | Usage |
|---|---|---|
| Dark Gray | | Subtle background variation |
| Mid Gray | | Secondary text, borders |
| Light Gray | | Dividers, background accents |
| Off-White | | Light mode backgrounds |
#000000#1A1A1A#FF02AD#AFFF00| Role | Font | Weight | Fallback |
|---|---|---|---|
| Headings | Barlow Semicondensed | 600 (SemiBold), 700 (Bold) | Arial Narrow, sans-serif |
| Body | Montserrat | 400 (Regular), 500 (Medium) | Arial, Helvetica, sans-serif |
| Code / Data | JetBrains Mono | 400 | Consolas, monospace |
:root {
/* Colors */
--bf-black: #000000;
--bf-magenta: #FF02AD;
--bf-green: #AFFF00;
--bf-white: #FFFFFF;
--bf-dark-gray: #1A1A1A;
--bf-mid-gray: #4A4A4A;
--bf-light-gray: #E5E5E5;
--bf-off-white: #F5F5F5;
/* Typography */
--bf-font-heading: 'Barlow Semicondensed', 'Arial Narrow', sans-serif;
--bf-font-body: 'Montserrat', Arial, Helvetica, sans-serif;
--bf-font-mono: 'JetBrains Mono', Consolas, monospace;
/* Spacing */
--bf-space-xs: 4px;
--bf-space-sm: 8px;
--bf-space-md: 16px;
--bf-space-lg: 32px;
--bf-space-xl: 64px;
}| Context | Tone Dial |
|---|---|
| Client proposals | Confident + precise. No overselling. |
| Status reports | Forward-looking. Lead with next actions. |
| Architecture docs | Technical + precise. Show tradeoffs clearly. |
| Internal comms | Direct + concise. Respect the reader's time. |
| Marketing / case studies | Confident + outcome-focused. Quantify impact. |