add-icon
Installation
SKILL.md
Add Icon Skill
This skill guides you through adding a new icon from Tabler Icons to the project.
Process
Icons are managed via icons.json and automatically built by Vite plugin.
Steps
-
Choose Icon
- Browse available icons: https://tabler.io/icons
- Note the icon name (e.g.,
folder-open,info-circle)
-
Add to icons.json
- Edit
renderer/icons.json - Add the icon name to the JSON array (in alphabetical order)
- Edit