From gridgram
Find the right built-in Tabler icon for a gridgram diagram. Use when the user asks to pick an icon, find an icon, suggest icons for a concept, list icons by tag or category, or decide whether to use the outline or filled style. gridgram ships 5,039 outline + 1,053 filled Tabler icons, searchable via the `gg icons` CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gridgram:gg-iconsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user pick an icon by driving the `gg icons` semantic search CLI.
Help the user pick an icon by driving the gg icons semantic search CLI.
If they say "an icon for a database", go straight to --search:
gg icons --search database --limit 10 --format json
Score ≥ 5 results are usually solid. Show the top 3–5 as tabler/<name> refs plus the label.
Start from tags:
gg icons --tags --limit 30
Surface high-frequency tags that relate to the user's domain ("cloud", "payment", "security", etc.), then:
gg icons --tag <tag> --limit 15 --format json
tabler/<name> reference.tabler/filled/<name> and only exists for 1,053 icons.gg icons --set tabler-filled --search <query>.Give answers as literal reference strings so the user (or another skill) can drop them into a .gg file:
tabler/server # for "API backend"
tabler/database # for "storage"
tabler/cloud # for "CDN" or "hosted service"
gg icons --search returns each hit with a score:
| score | match type |
|---|---|
| 10 | exact name |
| 7 | name prefix |
| 5 | exact tag |
| 4 | name substring |
| 3 | label substring |
| 2 | category substring |
| 1 | tag substring |
If everything ties low, broaden to tags. If nothing scores above 2, tell the user nothing good matches and suggest a synonym.
npx claudepluginhub ideamans/claude-public-plugins --plugin gridgramProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.