Theme Factory
OfficialPick from 10 curated color/font themes — or generate a custom one — and apply it consistently across slides, docs, and HTML pages.
Design & UIBeginner★ 169,728⑂ 20,204AI score 8/10Last updated: Aug 13, 2026
What it does
- Ships 10 preset themes (Ocean Depths, Modern Minimalist, Midnight Galaxy, and more), each with a hex color palette and header/body font pairing.
- Shows
theme-showcase.pdfso you can browse visually, then reads the matching file inthemes/and applies colors and fonts consistently to your artifact. - If none fit, it generates a custom theme on the fly from your description, names it, and shows it for approval before applying.
- Checks contrast and readability while keeping one visual identity throughout.
Who it's for
- Anyone polishing pitch decks, proposals, or reports without a designer
- Developers and PMs building landing pages or HTML docs
- Teams tired of re-explaining brand colors for every new document
Example uses
- "Theme the 10-slide fundraising deck I just made" → view the showcase PDF → choose 'Tech Innovation' → uniform colors and type across slides
- "Our brand is deep green and cream — build a theme from that" → custom theme generated → reviewed → applied to a report
- "Make this HTML landing page feel cool and wintry" → apply 'Arctic Frost' and verify button/heading contrast
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/anthropics/skills/HEAD/skills/theme-factory/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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 https://github.com/anthropics/skills.git && mkdir -p ~/.claude/skills && cp -r skills/skills/theme-factory ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS, PowerShell on Windows).
- Clone the repo:
git clone https://github.com/anthropics/skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r skills/skills/theme-factory ~/.claude/skills/ - Confirm
~/.claude/skills/theme-factorycontainsSKILL.md,theme-showcase.pdf, and thethemes/directory. - Restart Claude Code and ask it to "apply a theme to this deck" to trigger the skill.