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
Convert an existing static HTML site into a private Codex Site, optionally adding a persistent authenticated API and local programmatic writes. Use only when deliberately invoked as $html2site.
business
Research verified local events and create ranked, source-linked activity reports.
development
Preview available meeting options and create Google Calendar invites with attendee availability and room booking after confirmation. Use when directly invoked via $cal or when asked to schedule a meeting.
testing
Manage Git preflight, branches, worktrees, pushes, and completed-work cleanup. Use whenever creating a pr or when explicitly invoked.