Theme Factory
OfficialOfficial skill that applies one of 10 professional color-and-font themes (or a custom one) to slides, docs, reports, and HTML landing pages.
Design & UIBeginner★ 167,132⑂ 19,920AI score 8/10Last updated: Aug 7, 2026
What it does
Applies professionally paired color palettes and font combinations to any artifact Claude builds — slide decks, documents, reports, HTML landing pages, and more.
- Shows
theme-showcase.pdfso you can visually compare all 10 themes before choosing - Themes for every mood: Ocean Depths, Modern Minimalist, Tech Innovation, Midnight Galaxy, and more
- Each theme file specifies exact hex codes and header/body font pairings for consistent output
- No good match? Describe what you want and it generates a custom theme on the fly, shows it for review, then applies it
Who it's for
- Marketers and PMs who build decks often but don't want to fuss over design
- Anyone maintaining a consistent brand tone across internal documents
- Developers who want to quickly normalize colors and typography in HTML reports or landing pages
Examples
- "Style this quarterly review deck with something trustworthy" → view showcase PDF → pick Ocean Depths → all slides unified in color and type
- "Make our pitch deck feel more like a tech company" → restyle with the Tech Innovation theme
- "Our brand colors are purple and cream — build a theme from that" → custom theme generated, reviewed, then applied to an HTML landing page
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/theme-factory folder from the GitHub repo anthropics/skills into my ~/.claude/skills/theme-factory/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone --depth 1 https://github.com/anthropics/skills.git /tmp/anthropic-skills && cp -r /tmp/anthropic-skills/skills/theme-factory ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal (Terminal on macOS/Linux, Git Bash on Windows).
- Create the skills folder if needed:
mkdir -p ~/.claude/skills - Clone the official repo:
git clone --depth 1 https://github.com/anthropics/skills.git /tmp/anthropic-skills - Copy the whole skill folder:
cp -r /tmp/anthropic-skills/skills/theme-factory ~/.claude/skills/ - Verify that
themes/andtheme-showcase.pdfcame along:ls ~/.claude/skills/theme-factory - Restart Claude Code and ask something like "apply a theme to this deck" to trigger the skill.
- Optionally clean up:
rm -rf /tmp/anthropic-skills