Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Theme Factory

Official

Official skill that applies one of 10 professional color-and-font themes (or a custom one) to slides, docs, reports, and HTML landing pages.

Design & UIBeginner167,13219,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.pdf so 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

  1. "Style this quarterly review deck with something trustworthy" → view showcase PDF → pick Ocean Depths → all slides unified in color and type
  2. "Make our pitch deck feel more like a tech company" → restyle with the Tech Innovation theme
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open your terminal (Terminal on macOS/Linux, Git Bash on Windows).
  2. Create the skills folder if needed: mkdir -p ~/.claude/skills
  3. Clone the official repo: git clone --depth 1 https://github.com/anthropics/skills.git /tmp/anthropic-skills
  4. Copy the whole skill folder: cp -r /tmp/anthropic-skills/skills/theme-factory ~/.claude/skills/
  5. Verify that themes/ and theme-showcase.pdf came along: ls ~/.claude/skills/theme-factory
  6. Restart Claude Code and ask something like "apply a theme to this deck" to trigger the skill.
  7. Optionally clean up: rm -rf /tmp/anthropic-skills