active/icon-gen/SKILL.md
Generate project icons, logos, or inline brand marks.
npx skillsauth add kevinslin/skills icon-genInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate one primary icon with imagegen, then derive a deterministic high-resolution inline PNG from that reference art. The general icon and inline icon may share the same brand identity, but the inline icon should be cropped and padded specifically for small text-adjacent usage.
ROOT_DIR=$(pwd)ASSETS_DIR="$ROOT_DIR/assets"mkdir -p "$ASSETS_DIR"chibi.references/style-chibi.md for the default style.references/style-<style>.md. If that file does not exist, say the style is unavailable and fall back to chibi unless the user says otherwise.imagegen dependency:
logo-brand unless another imagegen taxonomy is clearly better.$ASSETS_DIR/<slug>.png.scripts/prepare_inline_icon.sh "$ASSETS_DIR/<slug>.png" "$ASSETS_DIR/<slug>-inline.png".256x256 canvas, and pads against the bottom edge so HTML inline alignment is deterministic.24px and is suitable for <img ... style="vertical-align: text-bottom;" />.assets/ directory, not under output/.<slug>.png<slug>-inline.png256x256 so the README can downsize from a higher-resolution raster source.references/style-<style>.md.24px after downscaling from 256px.references/style-chibi.mdreferences/style-<style>.mdscripts/prepare_inline_icon.shdevelopment
Create, rename, audit, or close a tracked Codex task whose turns and status are persisted in the local thread ledger. Only use when directly invoked.
testing
Manage Git preflight, branch and worktree creation, and completed-work cleanup. Use when explicitly invoked.
databases
Automatically use for durable knowledge, configured project-context lookup, and schema-backed artifact layouts.
content-media
Create, update, or optimize skills and SKILL.md content.