From brand-studio
Complete branding toolkit — apply consistent brand identity (colors, fonts, logo, tone of voice) across PowerPoint presentations, Word documents, logos, HTML/web artifacts, and social media templates. On first use, walks through a conversational setup (~10 questions) and saves the brand identity to brand-config.md. From then on, every branded output uses the exact colors, fonts, and tone automatically. Includes Brand Guard hook for auto-enforcement. Use when user asks to "apply brand guidelines", "create branded content", "brand consistency", or mentions brand identity, logo usage, brand colors, or branded templates.
npx claudepluginhub lauraflorentin/skills-marketplace --plugin brand-studioThis skill uses the workspace's default tool permissions.
Master routing skill for brand identity creation and enforcement. Brand Studio ensures every output — slides, documents, logos, web pages, social assets — reflects a single, consistent brand identity.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Builds 3-5 year financial models for startups with cohort revenue projections, cost structures, cash flow, headcount plans, burn rate, runway, and scenario analysis.
Master routing skill for brand identity creation and enforcement. Brand Studio ensures every output — slides, documents, logos, web pages, social assets — reflects a single, consistent brand identity.
Before doing anything else, always read brand-config.md from this skill's directory.
Run this when brand-config.md is missing or unconfigured. Ask the user the following questions conversationally (not all at once — feel natural, group related questions):
brand-config.md using the template in references/brand-config-template.md/brand-setup or ask to "set up my brand" to walk through the Brand Setup Flow above. Results are saved to brand-config.md./brand-ppt, /brand-doc, /brand-logo, /brand-web, /brand-social) to produce branded assets.hooks/brand_guard.py) auto-enforces branding on .pptx, .docx, .html, .svg, .png, .pdf files so nothing ships unbranded.After confirming brand config exists, route to the appropriate reference file:
| User request | Reference file to read |
|---|---|
| "brand my PowerPoint / slides / deck" | references/ppt-branding.md |
| "brand my Word doc / document / report" | references/doc-branding.md |
| "create / generate a logo" | references/logo-creator.md |
| "create a branded website / HTML / landing page / email template" | references/web-branding.md |
| "create social media assets / banners / LinkedIn banner / Instagram post" | references/social-media-templates.md |
| "social media kit / full social kit" | references/social-media-templates.md (batch generation) |
| "apply my brand" (no file type specified) | Ask which output type they want |
| "update my brand config" | Re-run Brand Setup Flow (pre-fill current values) |
Read only the relevant reference file — do not load all of them.
| Output | Reference | Command |
|---|---|---|
| PowerPoint | references/ppt-branding.md | /brand-ppt |
| Word Documents | references/doc-branding.md | /brand-doc |
| Logos | references/logo-creator.md | /brand-logo |
| Web / HTML | references/web-branding.md | /brand-web |
| Social Media | references/social-media-templates.md | /brand-social |
The brand identity is stored in brand-config.md alongside this skill. See references/brand-config-template.md for the full template. Key sections:
brand-config.md. Never improvise brand colors.Input: "Set up brand guidelines for Luminary AI, a teal-and-white enterprise AI company."
brand-config.md output (excerpt):
Brand: Luminary AI | Tagline: Intelligence You Can Trust
Colors: Primary #00B5A3 (teal), Secondary #FFFFFF, Accent #1A1A2E (navy)
Fonts: Headings: Inter Bold, Body: Inter Regular
Tone: Professional, clear, confidence-inspiring. Avoid: jargon, hyperbole
Follow-up: /brand-ppt now generates PowerPoint slides using Luminary AI's exact teal palette and Inter typography automatically.
Input: "/brand-social — create a LinkedIn post announcing our Series B."
Output: LinkedIn post formatted with Luminary AI brand voice, teal accent CTA, and character-count within LinkedIn limits.
| Problem | Cause | Fix |
|---|---|---|
| Brand config not found | brand-config.md missing | Run /brand-setup to generate it; file must be in the project root |
| Wrong colors applied | Hex values entered incorrectly | Verify hex codes are 6 digits with # prefix; use /brand-check to validate |
| Font not rendering in PowerPoint | Font not installed on target machine | Use web-safe fallbacks (Arial, Helvetica) or embed fonts in the PPTX |
| Brand Guard fires on every file save | Overly broad file pattern | Narrow the hook's glob pattern to specific file types in settings.json |