用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill theme-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
WCAG accessibility analysis for color palettes including contrast ratios, compliance checking, and remediation suggestions. Use when user needs to verify colors meet accessibility standards.
Generate, analyze, compare, export, and suggest color palettes using color theory. Use when user asks about colors, palettes, color schemes, or needs help choosing colors for a project.
Research current color trends from Pantone, architecture, film, and design. Use when user asks about trending colors, popular palettes, or wants research-backed color inspiration.
基于 SOC 职业分类
正在显示 SKILL.md
| namespace | aiwg |
| name | theme-manager |
| platforms | ["all"] |
| description | Research, compare, sample, select, persist, adapt, rotate, and archive reusable visual themes and design templates |
| triggers | ["pick a visual theme","create five hero directions","manage design templates","stop repeating the same aesthetic","choose a theme for this campaign","adapt this theme across channels","audit recent themes for repetition"] |
| script | {"entrypoint":"scripts/theme-manager.mjs","runtime":"node","cwd":"project-root"} |
| commandHint | {"argumentHint":"<project> [--flow choose-theme|theme-from-brand|template-from-theme|refresh-existing-theme|campaign-visual-direction|web-hero|landing-page-visual-system|social-asset-family|presentation-theme|report-publication-theme|design-review|theme-rotation|archive-theme] [--candidates 5] [--interactive]","category":"design-operations","orchestration":true} |
Manage the full lifecycle of visual themes and structural templates without requiring a design editor or image-generation provider.
Use this skill for requests such as:
| Theme | Template |
|---|---|
| Visual idea, mood, palette, imagery, texture, typography and motion direction, metaphor, constraints, prohibited motifs | Content slots, hierarchy, responsive layout, safe zones, dimensions, component mapping, exports and channel variants |
Validated by schemas/theme.schema.json | Validated by schemas/design-template.schema.json |
.aiwg/design/ and link any applicable .aiwg/marketing/ campaign.auditThemeRotation from scripts/theme-manager.mjs for every candidate.template-from-theme or asset-production, then run brand, accessibility, licensing, and technical QA.Detailed state transitions and gates are in flows/choose-theme.md.
Each candidate must contain:
Call selectSampleMode({ imageGeneration: <capability> }) from the bundled script. Specification-only mode is a complete supported outcome, not an error. Both modes must produce a visual sample specification. Generated samples must disclose that production readiness still requires brand, accessibility, licensing, and technical QA.
Initialize the workspace:
aiwg run skill theme-manager -- init .
Record an approved selection:
aiwg run skill theme-manager -- record selected-theme.json .
Record a structural template separately:
aiwg run skill theme-manager -- record-template design-template.json .
Audit a candidate against recent history:
aiwg run skill theme-manager -- audit candidate.json .
Registry updates are append-only for usage history. Theme IDs are stable; revisions increment semantic versions.
Web deliverables must state breakpoints/reflow, text safe areas, focal-point behavior, 4.5:1 normal-text contrast unless a stricter target applies, non-text contrast, reduced motion, responsive image formats, and performance budgets.
Graphic and print deliverables must state physical/pixel dimensions, RGB/CMYK, resolution, bleed, safe zones, export formats, source format, and naming convention when applicable.
See flows/design-operations.md for all supported flows and explicit mappings to existing roles and asset-production.
Use templates/design-operations/ for the brief, candidate card, comparison matrix, visual sample specification, selected theme card, template specification, cross-channel matrix, QA checklist, and registry/history view.