A specialized skill for creating and managing bespoke icons using AI generation, conceptual design, and vector tracing.
Tested with Codex and Antigravity.
To add this skill to your agent environment, run:
npx skills add jkc66/custom-icons-skillor
bunx skills add jkc66/custom-icons-skill
Use the instructions in SKILL.md to generate artwork or refine a conceptual "desire".
Follow the Strategy A or Strategy B pipeline in SKILL.md. Reference gallery assets live in readme-assets/icons/.
Ensure potrace is installed:
potrace tmp/icons/my-new-icon.pbm --svg --flat -o src/assets/icons/my-new-icon.svgMinify the SVG:
bunx svgo src/assets/icons/my-new-icon.svg --multipassskills/SKILL.md: Core logic and instructions for the AI agent.skills/scripts/: Processing utilities used by the skill.readme-assets/icons/: Categorized README reference gallery.
Explore the different styles supported by this skill:
Monoline, elegant, thin strokes.
Geometric, bold, 2px stroke weight.
Organic, hand-drawn, textured edges.
Intricate, high-detail vector art.
3D, multi-color, transparent PNGs (Green Screen workflow).