Professional styling toolkit with 10 pre-set themes for slides, documents,
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill theme-factory --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Theme Factory?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-theme-factory)More formats (shields.io, HTML) on the badges page.
---
name: theme-factory
description: Professional styling toolkit with 10 pre-set themes for slides, documents,
reports, and HTML pages. Use when applying consistent colors and fonts to any artifact,
or when generating custom themes on-the-fly.
type: reference
version: 2.0.0
category: business
last_updated: 2026-01-02
related_skills:
- frontend-design
- brand-guidelines
- canvas-design
capabilities: []
requires: []
tags: []
---
# Theme Factory
## Overview
A curated collection of professional font and color themes with cohesive palettes and complementary typeface pairings suited for diverse contexts. Apply to slides, documents, reports, and HTML pages.
## When to Use
- Applying consistent styling to presentations or documents
- Starting a new project and need a cohesive color scheme
- Creating branded materials without existing guidelines
- Generating HTML reports with professional appearance
- Quick theming for prototypes or demos
## Quick Start
1. **Display themes** - Show all 10 themes with visual swatches
2. **Select theme** - User picks one or requests custom generation
3. **Confirm choice** - Verify before applying
4. **Apply theme** - Inject colors and fonts into artifact
```css
/* Quick apply: Tech Innovation theme */
:root {
--primary: #0d0221;
--secondary: #1a0533;
--accent: #7c3aed;
--highlight: #a78bfa;
--text: #f5f3ff;
}
body {
font-family: 'Space Grotesk', sans-serif;
background: var(--primary);
color: var(--text);
}
```
## Related Skills
- [frontend-design](../frontend-design/SKILL.md) - Custom UI development
- [brand-guidelines](../../communication/brand-guidelines/SKILL.md) - Full brand systems
- [canvas-design](../canvas-design/SKILL.md) - Visual art creation
---
## Version History
- **2.0.0** (2026-01-02): Upgraded to v2 template - added Quick Start, When to Use, Execution Checklist, Error Handling, Metrics sections
- **1.0.0** (2024-10-15): Initial release with 10 curated themes, HTML/CSS, PowerPoint, Excel integration, custom generation
## Sub-Skills
- [Quick Reference](quick-reference/SKILL.md)
- [Execution Checklist](execution-checklist/SKILL.md)
- [Error Handling](error-handling/SKILL.md)
- [Metrics](metrics/SKILL.md)
## Sub-Skills
- [1. Ocean Depths (+9)](1-ocean-depths/SKILL.md)
- [Step 1: Display Theme Showcase (+3)](step-1-display-theme-showcase/SKILL.md)
- [HTML/CSS (+2)](htmlcss/SKILL.md)
- [Request Details (+2)](request-details/SKILL.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!