بنقرة واحدة
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.