원클릭으로
ui-sh-dark-mode-image
Create dark-mode variants of raster images for dark UI contexts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create dark-mode variants of raster images for dark UI contexts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when designing functions, modeling data, choosing types, drawing module boundaries, or deciding what depends on what. Use when evaluating architecture, extracting abstractions, or shaping vertical slices.
Use when writing, reviewing, or refactoring code in any language. Use for architecture decisions, system design, component boundaries, and code quality judgment. Always relevant when touching source code.
Use when writing or reviewing comments, docstrings, names, control flow, or file organization. Use when evaluating readability, choosing identifiers, splitting files, or applying naming conventions. Use when removing AI tells (slop) from code prose — comments, docs, error messages, commit messages, PR descriptions. Covers the visible surface of code.
Run kirby's review engine on a PR or a commit, OUTSIDE the orchestrator loop. Local output only — findings are presented in-conversation, nothing is posted, no Provider config needed.
Launch kirby-bot orchestrator in background, relay phase transitions live from run.jsonl.
Extract and organize existing code into reusable modules, functions, and components with thoughtful APIs.
| name | ui-sh-dark-mode-image |
| description | Create dark-mode variants of raster images for dark UI contexts. |
Use this when the user wants to adapt a standalone source image into a dark-mode-suitable version.
When the add-dark-mode skill identifies raster images that need dark-mode variants, use this skill for that image-generation work. This skill is the required handoff point between dark-mode UI work and raster image generation.
imagegen skill.Keep the user informed so longer runs do not look stuck.
imagegen.-dark suffix alongside the original.imagegen skillimagegen skill invocation is not optional: do not skip it, do not replace it with an ad hoc image-generation workflow, and do not call image tooling directly without first applying imagegenimagegen choose and run the correct image workflow; for normal dark-mode image variants, that will usually mean its default built-in image_gen tool modeimagegen's local-image guidance before editing so the image is visible in the conversation contextimagegen's save-path policy: move or copy project-bound generated outputs into the workspace, and never leave a project-referenced dark-mode asset only under $CODEX_HOME/*-dark suffix, for example bg.jpg and bg-dark.jpg