Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Generate a complete design system from just a few brand colors
claude install anthropics/skills/theme-factoryTakes a handful of brand tokens and produces a full theme with color scales, typography, spacing, and component styles.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: theme-factory
description: |
Generate design system themes from base tokens. Trigger when the user wants to
create a theme, design tokens, color scales, or a design system.
Phrases: "create a theme", "design tokens", "color palette", "dark mode".
allowed-tools:
- Read
- Write
- Edit
- Bash(node *)
---
# Theme Factory
Generate consistent, complete themes and design systems from a handful of
brand tokens. Produces color scales, typography, spacing, shadows, and
component-level styles.
## Input tokens
At minimum, provide:
- **Primary color** (brand accent)
- **Font family** (or style preference)
- **Border radius** preference (sharp, rounded, pill)
## Generated output
1. **Color scales** - 50-950 shades for primary, neutral, success, warning, error
2. **Typography** - Font sizes, line heights, letter spacing, font weights
3. **Spacing** - Consistent scale (4px base)
4. **Shadows** - Elevation levels (sm, md, lg, xl)
5. **Border radii** - Component-specific radii
6. **Dark mode** - Automatic dark variant of all colors
## Example usage
- "Create a theme with blue primary and Inter font"
- "Generate dark mode for my existing theme"
- "Build a complete design system from these brand colors"
## Output formats
- CSS custom properties
- Tailwind CSS theme config
- JSON design tokens
- SCSS variables
## Requirements
- No external dependencies for basic generation
- Node.js for running color scale algorithms
mkdir -p ~/.claude/skills/theme-factory~/.claude/skills/theme-factory/SKILL.mdResulting file structure:
~/.claude/
skills/
theme-factory/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Theme Factory
Describe a component and get production-ready accessible code
Both used by Designer, Software Engineer
Generate a full accessible color system from one brand color
Both used by Designer, Software Engineer
Generate component docs with props tables and usage examples
Both used by Designer, Software Engineer
Find and fix responsive design issues across all screen sizes
Both used by Designer, Software Engineer
Create smooth, performant animations with CSS, Framer Motion, or GSAP
Both used by Designer, Software Engineer
Build a complete design system from a brand guide automatically
Both used by Designer, Software Engineer
Theme Factory