Claude Official Skill: theme-factory
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can ...
What it is
theme-factory is an official Claude Code skill that provides a toolkit for styling artifacts with themed visual design. It includes 10 pre-set themes with defined color palettes, typography, and layout guidelines. The skill applies to slides, documents, reports, HTML landing pages, and other visual artifacts that Claude Code generates.
This skill targets developers and content creators who use Claude Code to generate visual outputs. Instead of manually specifying colors, fonts, and spacing each time, theme-factory provides ready-made design systems that produce consistent, professional-looking results.
How it saves time or tokens
Without theme-factory, every visual artifact requires explicit design instructions in your prompt: colors, font sizes, spacing, component styles. theme-factory encapsulates these decisions into named themes. You say 'use the corporate theme' and the skill applies the full design system. This saves prompt tokens and ensures visual consistency across multiple artifacts in the same project.
How to use
- Install the skill in Claude Code by adding the SKILL.md file to
.claude/skills/theme-factory/SKILL.md. - Reference the skill when generating artifacts: ask Claude Code to apply a specific theme.
- Customize theme parameters if the pre-set options do not match your brand requirements.
Example
# Install via Claude Code skill system
# Copy SKILL.md to .claude/skills/theme-factory/SKILL.md
# Usage in Claude Code:
# 'Create a landing page using the dark theme from theme-factory'
# 'Generate a report styled with the corporate theme'
# 'Build slides using the minimal theme'
| Theme | Style | Best For |
|---|---|---|
| Corporate | Clean, professional blues | Business docs, reports |
| Dark | Dark backgrounds, bright accents | Developer tools, dashboards |
| Minimal | High whitespace, neutral tones | Blog posts, documentation |
| Vibrant | Bold colors, modern layout | Marketing pages, presentations |
Related on TokRepo
- Prompt Library — Browse skills and prompts for AI agents
- Design AI Tools — AI-powered design and styling tools
Common pitfalls
- theme-factory themes are starting points, not pixel-perfect design systems. Expect to adjust spacing and sizing for specific use cases.
- The skill works best with HTML and Markdown outputs. PDF and image generation may not apply all theme properties consistently.
- Custom themes require editing the SKILL.md file. Document your customizations separately to avoid losing them during skill updates.
Frequently Asked Questions
theme-factory includes 10 pre-set themes, each with defined color palettes, typography choices, and layout guidelines. Themes range from corporate and minimal to dark and vibrant styles.
Yes. You can add custom theme definitions to the SKILL.md file. Define your color palette, font stack, and component styles following the same structure as the pre-set themes.
theme-factory is designed for Claude Code's skill system. It may work with Claude Desktop if the MCP configuration supports skill loading, but the primary target is Claude Code.
theme-factory supports slides, documents, reports, HTML landing pages, dashboards, and other visual outputs. The themes define colors, typography, spacing, and component styles that apply to any HTML-based artifact.
Replace the SKILL.md file in your .claude/skills/theme-factory/ directory with the latest version. The skill has no external dependencies beyond the SKILL.md definition file.
Citations (3)
- Anthropic Claude Code Skills— theme-factory provides 10 pre-set themes for Claude Code artifact styling
- Anthropic Documentation— Claude Code skill system for extending agent capabilities
- Claude Code— Design systems and themed component libraries
Related on TokRepo
Source & Thanks
Created by Anthropic. Licensed under MIT. anthropics/skills
Discussion
Related Assets
Claude-Flow — Multi-Agent Orchestration for Claude Code
Layers swarm and hive-mind multi-agent orchestration on top of Claude Code with 64 specialized agents, SQLite memory, and parallel execution.
ccusage — Real-Time Token Cost Tracker for Claude Code
CLI that reads ~/.claude logs and breaks down Claude Code token spend by day, session, and project — pluggable into your statusline.
SuperClaude — Workflow Framework for Claude Code
Adds 16+ slash commands, 9 cognitive personas, and a smart flag system to Claude Code in one pipx install.