Design & UX Custom Skills · Curated

Icon Consistency Checker

Flags mismatched icon styles, like outline and filled icons mixed on the same page.

What it does

Scans pages for icon usage across icon fonts, inline SVGs, and block library icons, groups them by visual style (outline versus filled, stroke weight, corner treatment), and flags pages or components where icons from visibly different styles appear together. Small inconsistencies like this are easy to introduce over time as content is added by different people or tools, and hard to notice without deliberately comparing icons side by side.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/icon-consistency-checker/ (or ~/.claude/skills/icon-consistency-checker/ for all projects)

GitHub Copilot (VS Code)

.github/skills/icon-consistency-checker/

OpenAI Codex

.codex/skills/icon-consistency-checker/

Cursor

.cursor/skills/icon-consistency-checker/ (or ~/.cursor/skills/icon-consistency-checker/ globally)

Compatibility

Requires the agent to view rendered icons visually to judge style, not just read their class names or file names.