From consulting-skills
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 brand-guidelinesed applications. Do NOT use for logo file requests (those require asset management) or for non-Baufest client branding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/consulting-skills:brand-guidelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides the complete Baufest visual and verbal identity system. Apply these standards to every deliverable — documents, presentations, applications, emails, and generated content — so that output is immediately recognizable as Baufest.
This skill provides the complete Baufest visual and verbal identity system. Apply these standards to every deliverable — documents, presentations, applications, emails, and generated content — so that output is immediately recognizable as Baufest.
| Role | Name | Hex | RGB | Usage |
|---|---|---|---|---|
| Primary | Black | #000000 | 0, 0, 0 | Backgrounds, primary text, headers |
| Accent 1 | Magenta | #FF02AD | 255, 2, 173 | CTAs, highlights, key data points, links |
| Accent 2 | Neon Green | #AFFF00 | 175, 255, 0 | Secondary highlights, success states, badges |
| Neutral | White | #FFFFFF | 255, 255, 255 | Backgrounds, body text on dark |
| Name | Hex | Usage |
|---|---|---|
| Dark Gray | #1A1A1A | Subtle background variation |
| Mid Gray | #4A4A4A | Secondary text, borders |
| Light Gray | #E5E5E5 | Dividers, background accents |
| Off-White | #F5F5F5 | Light mode backgrounds |
#000000 or #1A1A1A) with light text. Baufest's identity is bold and high-contrast.#FF02AD for the single most important element on any page — a CTA, a key metric, or a highlight. Never use magenta for body text.#AFFF00 is a secondary accent. Use for tags, badges, success indicators, or to create energy in data visualizations. Avoid large blocks of neon green.| 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. |
When asked to style or format a deliverable:
npx claudepluginhub baufest/skills --plugin consulting-skillsApplies brand colors, typography, and spacing via CSS variables to UI elements like buttons, cards, headers, documents, and presentations. Useful for consistent brand styling.
Applies Anthropic's official brand colors and typography (Poppins/Lora) to artifacts. Use when visual formatting or company design standards are needed.
Applies Anthropic's official brand colors and typography (Poppins, Lora) to artifacts such as presentations and documents. Use when brand styling or visual formatting is needed.