Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Theme Font And Type Scale Enforcer

ASecurity

Replaces rogue fonts and random sizes with the brand heading and body fonts on a consistent type scale.

2 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agents

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add andreworia/claude-pptx-skills --skill theme-font-and-type-scale-enforcer --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Theme Font And Type Scale Enforcer?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Theme Font And Type Scale Enforcer
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/andreworia-theme-font-and-type-scale-enforcer/badge)](https://www.skillsdirectory.com/skills/andreworia-theme-font-and-type-scale-enforcer)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: theme-font-and-type-scale-enforcer
description: Replaces rogue fonts and random sizes with the brand heading and body fonts on a consistent type scale.
---

# Theme Font and Type-Scale Enforcer

## When to use

Use this skill when rogue fonts or random sizes break the type system. Symptoms include a deck with Calibri, Arial, and the brand font mixed across slides, titles that are 32pt on one slide and 28pt on the next, and body copy ranging from 11pt to 16pt for no reason. Run this in Stage 2 alongside the color work, so type and color are both wired to the theme.

## What it does

It binds the deck to the brand's two theme fonts (a heading font and a body font) and enforces a single type scale: a fixed set of sizes for title, subtitle, section header, body, sub-body, and caption. After this skill, every slide uses the brand fonts at the right sizes, and a font swap in the theme would carry through.

## Method

A PowerPoint theme defines a font pair: the major (heading) font and the minor (body) font. A type scale is the small set of sizes the brand uses. The job is to make the deck use the theme fonts at the scale sizes everywhere.

1. **Read the theme fonts and scale.** From the template, record the major font, the minor font, and the size for each level: title, subtitle, section header, body level one, body level two, caption, and footer. If the brand has no documented scale, derive it from the template's placeholders.

2. **Find non-theme fonts.** Scan for any font that is not the major or minor theme font. Use Home then Replace then Replace Fonts to list and swap fonts deck-wide: replace each stray font with the appropriate theme font (headings to the major font, body to the minor font).

3. **Bind to theme fonts, not the named font.** Where possible set text to "+Headings" and "+Body" (the theme font slots) rather than the literal font name, so a theme font change carries through. In placeholders this is automatic once direct formatting is cleared.

4. **Normalize sizes to the scale.** Map every text size to the nearest scale level by role. A title at 30pt or 34pt snaps to the scale's title size. Body at 13pt snaps to the body size. Do not invent in-between sizes. If a slide is overset and needs smaller text, reduce content or move detail to backup rather than shrinking below the scale.

5. **Fix weights and styles.** Use the brand's weights (for example a semibold heading, a regular body). Remove ad hoc bold, italics, all-caps, and letter-spacing that are not part of the system, keeping only the emphasis the brand sanctions.

6. **Repair line spacing and case.** Set line spacing to the brand value rather than per-slide guesses. Apply the brand's title case rule (sentence case or title case) consistently across titles.

7. **Re-clear direct formatting.** After replacing fonts, clear direct formatting on placeholder text so it inherits the theme font and the placeholder's scale size, then re-apply only sanctioned emphasis.

## Inputs

- The deck to fix.
- The brand's major and minor fonts and the type scale (sizes per level). If undocumented, ask, or derive from the template placeholders.

## Output format

A type enforcement report:

- The theme fonts and the scale, restated.
- A font replacement list: each stray font and its theme replacement.
- A size normalization list: out-of-scale sizes found and the scale size they snap to.
- Notes on case, weight, and line spacing fixes.

Close with a confirmation that the deck uses only the two theme fonts at scale sizes.

## Example

Input: titles in Arial at mixed sizes, body in Calibri, one slide in Georgia.

Output:

- Theme fonts: major font for headings, minor font for body. Scale: title 28pt, body 14pt, caption 11pt.
- Replace Fonts: Arial and Georgia to the major font for headings, Calibri to the minor font for body.
- Sizes: titles at 30pt and 34pt snap to 28pt; body at 13pt and 16pt snap to 14pt.
- Result: two theme fonts, fixed scale, deck-wide.

Attribution

andreworiaandreworia
View sourceMore from andreworia →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →