원클릭으로
add-dark-mode
Add dark mode with colors, shadows, and surfaces handled the way a designer would.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add dark mode with colors, shadows, and surfaces handled the way a designer would.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate a complete visual identity and marketing-site mockup board from a product idea.
Sort, normalize, deduplicate, and resolve conflicting Tailwind utility classes.
Extract and organize existing UI into reusable components with thoughtful APIs.
Create dark-mode variants of raster images for dark UI contexts.
Design and build new UI with the complete ui.sh design guideline system.
Compare multiple UI options in-browser with the ui.sh picker.
| name | add-dark-mode |
| description | Add dark mode with colors, shadows, and surfaces handled the way a designer would. |
Use this when the user wants to add dark mode support to an existing UI.
Keep the user informed so longer runs do not look stuck.
dark-mode-image, which MUST load and use the imagegen skill before creating or editing image assets.prefers-color-scheme setting (Tailwind's built-in dark: behavior); only add a manual toggle when the user explicitly asks for onedark:shadow-nonescheme-only-dark class to <html> or the top-level element — ensures native elements like scrollbars, form controls, and color-scheme render in dark modedark:bg-gray-900 on a dark:bg-gray-950 page); add a dark:inset-ring dark:inset-ring-white/5 for definitiondark:text-white/5)white or gray-100 for all heading textinvert, brightness, contrast, opacity) as the final dark-mode treatment for raster images; always create real dark-mode image filesdark-mode-image skill, which MUST load and use the imagegen skill before creating or editing any raster image assets<svg> elements, style dark mode with Tailwind dark:* classes (e.g. dark:fill-*, dark:stroke-*, dark:text-*)<img>, always create a dark-mode version alongside the original (e.g. logo.svg and logo-dark.svg); never substitute CSS filters (invert, brightness) or opacity adjustments for a true dark variantdark-mode-image owns that work and MUST use the imagegen skill.dark-mode-image + imagegen handoff even when the image change seems simple, decorative, or incidental.