Deck Theme Apply
SkillDev toolsApply or refresh a visual theme on an existing artifact spec without changing its layout recipe or content structure.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Deck Theme Apply skill
What this skill tells your AI
The instructions your AI receives, as published by contextgo/contextgo in src/process/resources/assistant/creative/visual-artifact-runner/skills/deck-theme-apply/SKILL.md and read by ahel’s review.
Use this skill when an artifact spec already exists and the user wants to apply or refresh its visual theme without changing the underlying recipe or content.
Read ../../docs/layout-recipes.md, ../../docs/export-modes.md, and
../../docs/quality-checks.md before applying.
Use when
- The user wants to re-skin a deck, PDF, or infographic with a different theme.
- The user wants to align an artifact with the canonical theme catalog.
- A QC sweep has flagged theme drift on an existing artifact.
Do not use when
- The artifact does not yet have a recipe or content structure (run a generation skill first).
- The user wants to change the underlying recipe (run the appropriate generation skill).
Workflow
1. Validate the existing spec
Confirm that the spec carries a recipe id, a content structure, and any prior theme metadata. Refuse to apply a theme to an unstructured spec.
2. Resolve the new theme
Resolve a theme id from the package theme catalog or an inline theme spec. Resolve every theme token before touching the spec.
3. Apply tokens
Replace palette, typography, surface, motion, and spacing tokens. Preserve all content and recipe slots untouched.
4. Re-run QC
Run the pre-export checks from ../../docs/quality-checks.md. Theme changes can
trigger new contrast, overflow, or font fallback failures.
5. Re-export
Re-run the same export mode that the spec last used. Update build-notes.md,
assets.json, and failures.json. Mark the change as a theme refresh.
Output
- a re-themed artifact in the original export mode
- an updated build note that records the prior theme id, the new theme id, and any QC findings introduced by the theme change
Signals
- GitHub stars
- 54
- Forks
- 5
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
deck-theme-apply- Source
- github.com/contextgo/contextgo