Theme Factory Add-On
100 curated color/font themes (brands, painters, directors, editor palettes) in theme-factory's exact file format.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 23117c6
Asked for a 'luxury theme' it returns Gilded Age (Stone/Champagne/Gold/Bronze/Oxblood, Bodoni Moda + Montserrat) instead of the generic black-and-gold-Playfair look an unguided baseline defaults to; the bundled generator script was rerun and reproduced all 100 theme files byte-for-byte, confirming the 'source of truth' claim is real.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Theme Factory Add-On does
A companion expansion pack for Anthropic's theme-factory skill, adding 100 additional hex-palette + font-pairing themes across 14 categories (Luxury, Iconic Brands, Editor/Terminal classics, Master Painters, Directors & Cinematographers, and more) in the identical Markdown format as theme-factory's built-in 10. Triggers when a user asks to style a deck/doc/HTML artifact with a named aesthetic, brand look, dark/editor theme, or fine-art/cinematic palette that goes beyond the built-in set.
How to install Theme Factory Add-On
git clone https://github.com/patrickkrebs/theme-factory-addon.git
mkdir -p ~/.claude/skills
cp -r theme-factory-addon ~/.claude/skills/theme-factory-addon
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Theme Factory Add-On
-
/theme-factory-addon100 curated color/font themes (brands, painters, directors, editor palettes) in theme-factory's exact file format.
It also activates on plain-language prompts like these:
-
Give this pitch deck a luxury aesthetic with a matching font pairing please -
Style this report like the classic Dracula dark editor color theme -
I want a color palette inspired by a famous painter for this landing page
Frequently asked questions
- Is the Theme Factory Add-On skill free?
- Yes. The skill itself is free from patrickkrebs/theme-factory-addon. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Theme Factory Add-On work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Asked for a 'luxury theme' it returns Gilded Age (Stone/Champagne/Gold/Bronze/Oxblood, Bodoni Moda + Montserrat) instead of the generic black-and-gold-Playfair look an unguided baseline defaults to; the bundled generator script was rerun and reproduced all 100 theme files byte-for-byte, confirming the 'source of truth' claim is real.
- What is the Theme Factory Add-On SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Theme Factory Add-On?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Theme Factory Add-On with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.