Cross-Skill Brand Kit Loader
Load your brand's colors, fonts, and voice once so every other skill's output respects it.
Before & after
Same prompt, same agent — the only difference is the skill.
A brand kit is a good idea for consistency. You'd probably want to define your colors, typography, and maybe your voice guidelines. That way different tools can reference the same rules. The specifics would depend on what brand elements matter most to you.
BRAND KIT SETUP CONFIGURATION
PALETTE DEFINITION
Primary: #0D47A1 (navy)
Accent: #FF6F00 (orange)
Neutral light: #F5F5F5
Neutral dark: #212121
Status - success: #2E7D32
Status - alert: #C62828
TYPOGRAPHY STACK
Headings: Inter SemiBold, 32/28/24/20px
Body: Inter Regular, 16/14px
Mono: Space Mono, 14px (code blocks)
Line height: 1.5 (body), 1.2 (headings)
VOICE RULES
→ Write active voice ("We shipped" not "It was shipped")
→ No Oxford commas in lists (except technical)
→ Use contractions (it's, don't, we've)
→ Avoid exclamation marks; use periods for seriousness
→ When unsure, sound like a colleague explaining something
LOGO ASSETS
• Full logo: 200px min width
• Icon: 48px, on navy or white only
• Lockup (logo + type): 300px min width
OUTPUT INHERITANCE
When installed: All downstream skills (dashboards, decks, landing pages) automatically apply palette, type stack, voice rules. Designers cannot override.
WHITELABEL MODE
For per-client kits: Create brand-kit-clients skill folder with one file per client ID, loaded on demand. Allows different palette/voice per client without re-installing.
ENFORCEMENT LEVEL: Strict (block generation if brand kit conflicts detected)About this skill
name: cross-skill-brand-loader description: Load your brand's colors, fonts, and voice once so every other skill's output respects it. Use when working on cross-skill brand kit loader.
Cross-Skill Brand Kit Loader
A brand-guidelines skill that other skills read from when invoked. You fork Anthropic's reference, drop in your palette, typography, and voice rules, and every downstream skill (decks, dashboards, landing pages) inherits your brand automatically. Use once per brand or per client so cross-skill outputs stop looking mismatched.
What you get
- Brand palette definition
- Typography tokens
- Voice rules
- Shared source of truth for style
- Per-client whitelabel option
- Logo asset lookup
Customize your output
- Hex palette: list
- Type stack: heading, body, mono
- Voice rules: free text
- Logo assets: upload
- Whitelabel per client: yes, no
- Enforce level: soft (suggest), strict (block)
Example output
'Every artifact this session inherits the original author palette, Inter/Space Mono type stack, and no-em-dashes rule automatically.'
Best for
Agencies (per-client kits), in-house marketers.
Note: Different from existing brand-guidelines skill in that this is a cross-skill loader, not a theme applier. High confidence.
SKILL.md preview
---
name: cross-skill-brand-loader
description: Use once per brand or client to load colors, typography, and voice rules so every other skill's output stays visually and tonally consistent.
version: 1.0.0
category: Marketing
author: AgentVolt
license: proprietary
tags:
- marketing
- p4
---
# Cross-Skill Brand Kit Loader
Loads a brand's palette, typography, and voice rules into a single reference that other skills read from, so decks, dashboards, and landing pages stop looking mismatched.
## When to use
- Starting work with a new brand or client and no shared brand reference exists yet
… (sign up to view the full skill)