Generate tone-of-voice and brand-system files for use with the PPTX Generator and other brand-aware skills.
TRIGGERS - Use this skill when user says:
Generate complete brand configuration files for use with the PPTX Generator and other brand-aware skills. This skill guides users through an interactive process to define their brand identity and writing voice.
| File | Purpose | Used By |
|---|---|---|
brand.json |
Colors, fonts, assets | PPTX Generator, Excalidraw |
config.json |
Output settings | PPTX Generator |
brand-system.md |
Design philosophy & guidelines | All content skills |
tone-of-voice.md |
Writing voice & personality | LinkedIn, X, PPTX content |
Files are created in:
.claude/skills/pptx-generator/brands/{brand-name}/
Ask the user for:
| Field | Description | Example |
|---|---|---|
| Brand name | Folder name (lowercase, no spaces, hyphens OK) | my-brand, acme-corp |
| Display name | Human-readable name | "My Brand", "ACME Corporation" |
| Description | One-line brand description | "AI education content and community" |
| Primary use | Main content type | presentations, social media, documentation |
Suggested question:
"Let's set up your brand. What's your brand name? (This will be the folder name - use lowercase with hyphens, like 'my-brand')"
Gather 10 color values. Colors should be hex codes WITHOUT the # prefix.
| Color | Purpose | Guidance |
|---|---|---|
background |
Main slide/page background | Dark themes: near-black. Light themes: white/off-white |
background_alt |
Alternate background for variety | Slightly different shade of background |
text |
Primary text color | High contrast against background |
text_secondary |
Muted/secondary text | Slightly lower contrast than primary |
accent |
Primary accent (CTAs, highlights) | Your signature brand color |
accent_secondary |
Secondary accent | Complement to primary accent |
accent_tertiary |
Third accent (optional variety) | Another complement, or same as secondary |
code_bg |
Code block background | Darker than main background |
card_bg |
Card/surface background | Between background and text |
card_bg_alt |
Alternate card background | Slight variation of card_bg |
If user doesn't have a full color system, guide them:
For dark themes, suggest:
background: 0a0a0a to 1a1a2e range
text: f5f5f5 to ffffff range
card_bg: 1a1a1a to 2d2d44 range
For light themes, suggest:
background: ffffff to f8f9fa range
text: 1a1a1a to 333333 range
card_bg: f0f0f0 to e8e8e8 range
Gather 3 font names:
| Font | Purpose | Common Choices |
|---|---|---|
heading |
Headlines, titles, buttons | Inter, Montserrat, Poppins, Roboto |
body |
Body text, descriptions | Inter, Open Sans, Lato, Source Sans Pro |
code |
Code blocks, terminal | JetBrains Mono, Fira Code, Monaco, Consolas |
Question:
"What fonts should we use? I need a heading font, body font, and code/monospace font. Common choices are Inter for both heading and body, and JetBrains Mono for code."
Default if unsure:
Gather asset paths (relative to brand folder):
| Asset | Description | Common |
|---|---|---|
logo |
Primary logo file | assets/logo.png |
logo_dark |
Logo variant for dark backgrounds (optional) | null or assets/logo-dark.png |
icon |
Square icon (optional) | null or assets/icon.png |
Question:
"Do you have a logo file? If so, you'll need to copy it to the brand folder. What's the filename? (e.g., 'logo.png')"
If they have a logo, set path to assets/logo.png (they'll copy it there).
If no logo, set to null.
This is the most important step for content quality. Guide the user through voice discovery.
Ask these questions to understand their voice:
Personality in 3 words:
"Describe your brand's personality in exactly 3 words. Examples: 'Bold, Technical, Approachable' or 'Calm, Authoritative, Helpful'"
Voice influences:
"Who are 2-3 creators, brands, or people whose communication style you admire? This helps me understand the vibe."
Vocabulary patterns:
"What words or phrases do you use often? Any pet phrases, intensifiers you like ('super', 'incredibly'), or words you naturally reach for?"
What to avoid:
"What kind of tone or phrases do you want to AVOID? (e.g., corporate speak, hype language, overly casual)"
Sentence style:
"Do you prefer: Short punchy sentences, longer flowing explanations, or a mix? Do you use contractions ('don't', 'can't') casually?"
Teaching style (if applicable):
"When explaining something complex, how do you approach it? Show process/iterations? Use analogies? Lead with practical then theory?"
Read references/voice-templates.md for example voice configurations to show the user.
Based on gathered information, help define:
Ask:
"What are 3-4 design principles that guide your visual choices? For example: 'Clean over flashy', 'Technical but approachable', 'Dark mode by default'"
Ask:
"Do you have any signature visual elements? Examples: Glass card effects, specific shadow styles, gradient patterns, geometric shapes, glow effects"
If unsure, suggest based on their colors and theme.
Create all four files using the gathered information.
{
"name": "{display_name}",
"description": "{description}",
"colors": {
"background": "{background}",
"background_alt": "{background_alt}",
"text": "{text}",
"text_secondary": "{text_secondary}",
"accent": "{accent}",
"accent_secondary": "{accent_secondary}",
"accent_tertiary": "{accent_tertiary}",
"code_bg": "{code_bg}",
"card_bg": "{card_bg}",
"card_bg_alt": "{card_bg_alt}"
},
"fonts": {
"heading": "{heading_font}",
"body": "{body_font}",
"code": "{code_font}"
},
"assets": {
"logo": "{logo_path}",
"logo_dark": {logo_dark_path},
"icon": {icon_path}
}
}
{
"output": {
"directory": "output/{brand_name}",
"naming": "{name}-{date}",
"keep_parts": false
},
"generation": {
"slides_per_batch": 5,
"auto_combine": true,
"open_after_generate": false
},
"defaults": {
"slide_width_inches": 13.333,
"slide_height_inches": 7.5
}
}
Use the template in references/tone-template.md and fill with gathered voice information.
Use the template in references/brand-template.md and fill with gathered design information.
After generating files:
List created files:
Glob: .claude/skills/pptx-generator/brands/{brand-name}/*
Remind about assets:
"Don't forget to copy your logo file to
.claude/skills/pptx-generator/brands/{brand-name}/assets/"
Suggest test:
"Try generating a simple presentation with: 'Create a 3-slide presentation for {brand-name} about [topic]'"
If user just wants to get started quickly:
Quick mode trigger phrases:
If a brand already exists: