MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Theme Factory

Theme Factory is an code AI skill with a core value of Toolkit for styling artifacts with a theme. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

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 apply to any artifac...

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/theme-factory && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/theme-factory/SKILL.md -o ./skills/theme-factory/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Theme Factory Skill


This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact.


Purpose


To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes:

- A cohesive color palette with hex codes

- Complementary font pairings for headers and body text

- A distinct visual identity suitable for different contexts and audiences


Usage Instructions


To apply styling to a slide deck or other artifact:


1. **Show the theme showcase**: Display the `theme-showcase.pdf` file to allow users to see all available themes visually. Do not make any modifications to it; simply show the file for viewing.

2. **Ask for their choice**: Ask which theme to apply to the deck

3. **Wait for selection**: Get explicit confirmation about the chosen theme

4. **Apply the theme**: Once a theme has been chosen, apply the selected theme's colors and fonts to the deck/artifact


Themes Available


The following 10 themes are available, each showcased in `theme-showcase.pdf`:


1. **Ocean Depths** - Professional and calming maritime theme

2. **Sunset Boulevard** - Warm and vibrant sunset colors

3. **Forest Canopy** - Natural and grounded earth tones

4. **Modern Minimalist** - Clean and contemporary grayscale

5. **Golden Hour** - Rich and warm autumnal palette

6. **Arctic Frost** - Cool and crisp winter-inspired theme

7. **Desert Rose** - Soft and sophisticated dusty tones

8. **Tech Innovation** - Bold and modern tech aesthetic

9. **Botanical Garden** - Fresh and organic garden colors

10. **Midnight Galaxy** - Dramatic and cosmic deep tones


Theme Details


Each theme is defined in the `themes/` directory with complete specifications including:

- Cohesive color palette with hex codes

- Complementary font pairings for headers and body text

- Distinct visual identity suitable for different contexts and audiences


Application Process


After a preferred theme is selected:

1. Read the corresponding theme file from the `themes/` directory

2. Apply the specified colors and fonts consistently throughout the deck

3. Ensure proper contrast and readability

4. Maintain the theme's visual identity across all slides


Create your Own Theme

To handle cases where none of the existing themes work for an artifact, create a custom theme. Based on provided inputs, generate a new theme similar to the ones above. Give the theme a similar name describing what the font/color combinations represent. Use any basic description provided to choose appropriate colors/fonts. After generating the theme, show it for review and verification. Following that, apply the theme as described above.


When to Use

This skill is applicable to execute the workflow or actions described in the overview.

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Theme Factory to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Theme Factory compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Theme Factory?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Theme Factory?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/theme-factory/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills