ppt-brand-voice

Extract brand tokens from master-template.css into a JSON theme payload for SlideSpec.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AllenZhou/MIRISE --skill ppt-brand-voice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ppt-brand-voice
Source: https://github.com/AllenZhou/MIRISE/tree/main/agents/ppt-pipeline/skills/brand-voice
Command: npx skills add https://github.com/AllenZhou/MIRISE --skill ppt-brand-voice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

PPT teams struggle to maintain consistent brand styling across slides and templates, leading to drift in colors, typography, and visual language.

Core Features & Use Cases

  • Extracts brand tokens from master-template.css (colors and font sizes) and releases them as a JSON token bundle for SlideSpec.
  • Keeps CSS as the single source of truth for brand styling; any change to the CSS is reflected automatically in slides.
  • Use Case: When creating a new deck, generate SlideSpec.theme from CSS tokens to ensure brand compliance.

Quick Start

Use the brand-voice skill to extract theme tokens by pointing to the master-template.css path and consuming the JSON output.

Frequently Asked Questions about ppt-brand-voice

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract brand tokens from CSS for PPT slides?

To extract brand tokens for PPT slides, this Skill parses your master-template.css to identify colors and font sizes, releasing them as a JSON payload. This bundle acts as a machine-consumable theme suitable for SlideSpec.theme.

How does CSS-driven brand token extraction work for presentation decks?

CSS-driven brand token extraction works by treating your master-template.css as the single source of truth for visual styling. It scans the stylesheet to capture colors and font sizes, automatically reflecting any CSS updates in your slide decks.

Do I need a master-template.css file to maintain consistent PPT brand styling?

Yes, you need a master-template.css file to maintain consistent PPT brand styling. This Skill requires the CSS file as its source of truth to extract theme tokens and ensure brand compliance across all presentation decks.

What is the best way to check for AI-tone drift in PPT design systems?

The best way to check for AI-tone drift is using the anti-AI-tone check mode provided by this Skill. It evaluates your presentation slides against extracted CSS brand tokens to enforce consistent visual language and prevent styling drift.

Can I use this Skill to generate SlideSpec.theme from CSS tokens?

Yes, you can use this Skill to generate SlideSpec.theme from CSS tokens. Mode 1 specifically extracts colors and font sizes from your master-template.css and outputs a JSON object formatted for direct consumption by SlideSpec.theme.

What are the limitations of using CSS tokens for PPT brand voice consistency?

A limitation of using CSS tokens for PPT brand voice consistency is that extraction is strictly bound to the colors and fontSizes defined in your master-template.css. It does not process other CSS properties or external style sources.