theme-factory

theme-factory is a skill for Claude Code, Codex from liyecom/liye-ai. It costs 16 tokens per session (1,169 once invoked), scanned A, original, Apache-2.0.

A theme tool for applying a consistent visual style to documents, presentations, reports, web pages, and image assets.

In plain words
What is it for?
Applying preset or custom themes, generating color variations with contrast checks, switching styles while preserving content structure, and processing multiple files.
Why use it?
It avoids rebuilding colors, fonts, spacing, and other visual choices separately for each file or format.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Applying preset or custom themes, generating color variations with contrast checks, switching styles while preserving content structure, and processing multiple files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liyecom/liye-ai/theme-factory
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add liyecom/liye-ai --skill theme-factory
Clone the repo
git clone --depth 1 https://github.com/liyecom/liye-ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for theme-factory

README.md
[![agentmods](https://agentmods.dev/badge/skills/liyecom/liye-ai/theme-factory/github.svg)](https://agentmods.dev/skills/liyecom/liye-ai/theme-factory)
Your own site
<a href="https://agentmods.dev/skills/liyecom/liye-ai/theme-factory"><img src="https://agentmods.dev/badge/skills/liyecom/liye-ai/theme-factory/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for theme-factory

Your own site · 80×15
<a href="https://agentmods.dev/skills/liyecom/liye-ai/theme-factory"><img src="https://agentmods.dev/badge/skills/liyecom/liye-ai/theme-factory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,169 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.01169
Opus 5 $0.00008 $0.00584
Sonnet 5 $0.00003 $0.00234
Haiku 4.5 $0.00002 $0.00117

Measured 10d ago against content hash 3dc48eea9942, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

theme-factory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Skills/00_Core_Utilities/creative/theme-factory/SKILL.md · 149 lines

What it actually says

Theme Factory

来源: ComposioHQ/awesome-claude-skills 适配: LiYe OS 三层架构

为幻灯片、文档、报告、Landing Page 应用专业主题,包含 10 个预设主题和自定义主题生成能力。

When to Use This Skill

当需要统一视觉风格时:

  • 为文档应用品牌主题
  • 快速切换不同风格
  • 保持跨格式一致性
  • 创建自定义主题
  • 批量应用视觉标准

Core Capabilities

1. 预设主题 (10个)

主题名称 风格描述 适用场景
Corporate Blue 专业商务蓝 企业报告、正式汇报
Modern Minimal 现代简约 科技产品、创业路演
Creative Bold 创意大胆 营销材料、品牌展示
Nature Green 自然绿色 环保、健康主题
Warm Sunset 温暖日落 生活方式、旅游
Dark Professional 深色专业 高端产品、金融
Light Academic 浅色学术 研究报告、论文
Playful Bright 活泼明亮 教育、儿童产品
Elegant Luxury 优雅奢华 高端品牌、奢侈品
Tech Gradient 科技渐变 AI、软件产品

2. 主题元素

theme:
  colors:
    primary: "#0066CC"
    secondary: "#004499"
    accent: "#FF6600"
    background: "#FFFFFF"
    text: "#333333"
  typography:
    heading: "Montserrat"
    body: "Open Sans"
    mono: "Fira Code"
  spacing:
    base: 8px
    scale: 1.5

3. 跨格式应用

  • 文档: Word, PDF
  • 演示: PowerPoint, Keynote
  • 网页: HTML, Landing Page
  • 图片: PNG, SVG 素材

4. 自定义主题生成

  • 从品牌色生成完整配色
  • 自动计算对比度
  • 生成明暗变体
  • 导出主题配置

5. 快速换肤

  • 一键切换主题
  • 保留内容结构
  • 批量处理多文件

Usage Examples

示例 1: 品牌统一

用户: 把这些材料都换成我们公司的品牌色
Claude: [使用 theme-factory 提取品牌色、生成主题、批量应用]

示例 2: 风格探索

用户: 这份报告用什么风格比较好?给我几个选择
Claude: [使用 theme-factory 预览 3-4 种主题效果供选择]

示例 3: 主题创建

用户: 帮我创建一个以深蓝色为主的专业主题
Claude: [使用 theme-factory 生成完整配色方案、字体组合、应用示例]

Dependencies

  • 色彩处理库
  • 字体管理
  • 模板引擎

LiYe OS Integration

业务域引用

此技能被以下业务域引用:

  • 03_Creative_Production: 视觉风格(主域)
  • 08_Communication: 演示主题

与其他技能的配合

  • canvas-design: 为设计稿应用主题
  • pptx: 为演示文稿应用主题
  • docx: 为文档应用主题
  • artifacts-builder: 为 Web 组件应用主题

三层架构位置

  • 物理层 (本文件): Skills/00_Core_Utilities/creative/theme-factory/
  • 逻辑层索引: Skills/{domain}/index.yaml
  • L3 指令层: .claude/skills/{domain}/theme-factory/

Created: 2025-12-28 | Adapted for LiYe OS

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 149 lines · 16 tokens per session scan A 3dc48eea9942

Subscribe to this mod's changes

theme-factory is a skill published in the GitHub repository liyecom/liye-ai (33 stars, last pushed 2d ago), licensed Apache-2.0. It adds 16 tokens to every session and 1,169 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-studio

A photography studio's portfolio-and-rate deck — the signature work, the process, and the packages that win the brief. Built as a decision-grade design craft deck for prospective clients.

nexu-io/open-design · 47 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens