icon-system-consistency | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / icon-system-consistency

icon-system-consistency

maintained by paulyd-oi

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: icon-system-consistency description: Prevent icon-related runtime crashes and keep icons consistent with existing project patterns.

Icon System Consistency

Rule

Do NOT introduce new icon libraries. Use existing project icon exports/wrappers.

Workflow

  1. If an icon crashes (type.displayName), verify the import exists and matches export type (named vs default).
  2. Prefer a single source of truth (project icon wrapper or @expo/vector-icons if already used in the repo).
  3. If an icon is optional/dynamic, add a guard:
    • Icon ? <Icon .../> : null
  4. If many files are broken, do a repo-wide sweep:
    • Find JSX tags for icons
    • Verify all are imported and defined

Mandatory output

Always end with HANDOFF PACKET.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated 4个月前
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
ast-index
chevron_right
packmind-standard-creator
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.