Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Theme Color Binder

ASecurity

Binds shape and text fills to theme color slots instead of hard-coded RGB so a single re-theme updates the whole deck.

2 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add andreworia/claude-pptx-skills --skill theme-color-binder --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Theme Color Binder?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Theme Color Binder
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/andreworia-theme-color-binder/badge)](https://www.skillsdirectory.com/skills/andreworia-theme-color-binder)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: theme-color-binder
description: Binds shape and text fills to theme color slots instead of hard-coded RGB so a single re-theme updates the whole deck.
---

# Theme Color Binder

## When to use

Use this skill when shapes and text use hard-coded RGB values instead of theme color slots. The symptom is a deck that looks roughly on-brand but will not update when the theme changes, because every fill is a fixed hex value pasted in by hand. Run this in Stage 2, after the structure is clean, so that the later palette and re-theme work has something to act on.

## What it does

It rebinds fills, lines, and text colors to the theme's named color slots (text and background, the six accents, and the hyperlink colors), so the deck is wired to the theme. After this skill, changing the theme color set recolors the deck correctly, and the Brand Palette Guard and Reskin-to-Template Converter skills can do their job.

## Method

A PowerPoint theme defines twelve color slots: Text 1, Text 2, Background 1, Background 2, Accent 1 through Accent 6, Hyperlink, and Followed Hyperlink. Theme-bound fills move with the theme. Hard-coded RGB does not. The job is to map every color in the deck onto the right slot.

1. **Read the theme color set.** From the template, list what each slot resolves to: which slot is the dark text color, which is the light background, which accent is the primary brand color, which accents are the secondary and tertiary colors, and which slots are reserved for charts. Keep this map at hand.

2. **Inventory the colors in use.** Walk the deck and record the distinct fill, line, and font colors. Group near-duplicates (for example three slightly different blues that all mean "primary").

3. **Map each color to a slot.** For each distinct color, decide the intended theme slot. The main brand color maps to Accent 1 (or whatever the template designates as primary). Dark body text maps to Text 1. Light panel fills map to Background 2. Map near-duplicates to the same slot so they converge.

4. **Rebind fills and lines.** For each shape, set the fill from the theme color picker's top row (Theme Colors), not the Standard Colors row and not a custom hex. Use the matching tint or shade column where the brand allows lighter or darker variants of a slot, since those tints also move with the theme.

5. **Rebind text colors.** Set font colors from Theme Colors too. Body text to Text 1, light-on-dark text to Background 1, accents to the accent slots.

6. **Fix chart colors.** Charts often carry their own hard-coded series colors. Set series fills to theme accents in order, so the chart recolors with the theme. Avoid locking a series to a custom hex.

7. **Verify by test-swapping.** As a check, temporarily switch to a different theme color set and confirm the deck recolors sensibly. Then switch back. Anything that does not move was missed; rebind it.

## Inputs

- The deck to rebind.
- The theme color set and which slot is intended for the primary, secondary, and chart colors. If unknown, ask for the slot map before binding.

## Output format

A binding table as prose or a list:

- Each distinct current color (hex) and the theme slot it should map to.
- Notable rebinds (charts, panels) called out.
- A note on any color that intentionally stays fixed (rare; usually a logo asset).

Close with the test-swap confirmation that the deck recolors with the theme.

## Example

Input: a deck using `#2A41D8` in some places and `#2B40D6` in others for the brand blue, plus a custom grey for panels.

Output:

- `#2A41D8` and `#2B40D6`: both map to Accent 1. Converge to one slot.
- Panel grey `#EEF1F6`: map to Background 2.
- Chart series: bind to Accent 1, Accent 2, Accent 3 in order.
- Test-swap confirms all fills move with the theme.

Attribution

andreworiaandreworia
View sourceMore from andreworia →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →