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
Resolve explicit shortcut triggers and usage. Always read this file at the start of a thread or when user mentions `trigger`.
testing
Improve skills from observed agent friction in sessions, PRs, or audits.
development
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.